Gray (Neutral)
#7F7E6E
RGB: 127, 126, 110
Color OverviewHEX #7F7E6E

#7F7E6E Color Code Information

In the RGB color space, #7F7E6E is composed of 50% red, 49% green, and 43% blue. In the HSL color space, it has a hue of 56°, saturation of 7%, and lightness of 46%.

HEX
#7F7E6E
RGB
127, 126, 110
HSL
56°, 7%, 46%
HSV
56°, 13%, 50%
CMYK
0%, 1%, 13%, 50%
Name Match
Gray
Closest Standard

Shades of #7F7E6E (Darker Variations)

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

Tints of #7F7E6E (Lighter Variations)

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

Tones of #7F7E6E (Muted Variations)

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

Color Harmonies for #7F7E6E

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

Developer Code Snippets & Tailwind CSS

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

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