Gray (Neutral)
#86777E
RGB: 134, 119, 126
Color OverviewHEX #86777E

#86777E Color Code Information

In the RGB color space, #86777E is composed of 53% red, 47% green, and 49% blue. In the HSL color space, it has a hue of 332°, saturation of 6%, and lightness of 50%.

HEX
#86777E
RGB
134, 119, 126
HSL
332°, 6%, 50%
HSV
332°, 11%, 53%
CMYK
0%, 11%, 6%, 47%
Name Match
Gray
Closest Standard

Shades of #86777E (Darker Variations)

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

Tints of #86777E (Lighter Variations)

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

Tones of #86777E (Muted Variations)

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

Color Harmonies for #86777E

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

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #86777E;
}

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