Gray (Neutral)
#7B807C
RGB: 123, 128, 124
Color OverviewHEX #7B807C

#7B807C Color Code Information

In the RGB color space, #7B807C is composed of 48% red, 50% green, and 49% blue. In the HSL color space, it has a hue of 132°, saturation of 2%, and lightness of 49%.

HEX
#7B807C
RGB
123, 128, 124
HSL
132°, 2%, 49%
HSV
132°, 4%, 50%
CMYK
4%, 0%, 3%, 50%
Name Match
Gray
Closest Standard

Shades of #7B807C (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #7B807C (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #7B807C (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #7B807C

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #7B807C Background
Contrast Ratio against Pure White (#FFFFFF):4.02 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #7B807C Background
Contrast Ratio against Pure Black (#000000):5.22 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #7B807C;
}

.element {
  color: #7B807C;
  background-color: #7B807C;
  border-color: #7B807C;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#7B807C] text-[#7B807C] border-[#7B807C]">
  Content styled with #7B807C
</div>