Gray (Neutral)
#7F807A
RGB: 127, 128, 122
Color OverviewHEX #7F807A

#7F807A Color Code Information

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

HEX
#7F807A
RGB
127, 128, 122
HSL
70°, 2%, 49%
HSV
70°, 5%, 50%
CMYK
1%, 0%, 5%, 50%
Name Match
Gray
Closest Standard

Shades of #7F807A (Darker Variations)

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

Tints of #7F807A (Lighter Variations)

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

Tones of #7F807A (Muted Variations)

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

Color Harmonies for #7F807A

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 #7F807A Background
Contrast Ratio against Pure White (#FFFFFF):3.98 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #7F807A Background
Contrast Ratio against Pure Black (#000000):5.27 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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