Gray (Neutral)
#80777A
RGB: 128, 119, 122
Color OverviewHEX #80777A

#80777A Color Code Information

In the RGB color space, #80777A is composed of 50% red, 47% green, and 48% blue. In the HSL color space, it has a hue of 340°, saturation of 4%, and lightness of 48%.

HEX
#80777A
RGB
128, 119, 122
HSL
340°, 4%, 48%
HSV
340°, 7%, 50%
CMYK
0%, 7%, 5%, 50%
Name Match
Gray
Closest Standard

Shades of #80777A (Darker Variations)

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

Tints of #80777A (Lighter Variations)

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

Tones of #80777A (Muted Variations)

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

Color Harmonies for #80777A

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

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #80777A;
}

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