Gray (Neutral)
#80778E
RGB: 128, 119, 142
Color OverviewHEX #80778E

#80778E Color Code Information

In the RGB color space, #80778E is composed of 50% red, 47% green, and 56% blue. In the HSL color space, it has a hue of 263°, saturation of 9%, and lightness of 51%.

HEX
#80778E
RGB
128, 119, 142
HSL
263°, 9%, 51%
HSV
263°, 16%, 56%
CMYK
10%, 16%, 0%, 44%
Name Match
Gray
Closest Standard

Shades of #80778E (Darker Variations)

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

Tints of #80778E (Lighter Variations)

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

Tones of #80778E (Muted Variations)

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

Color Harmonies for #80778E

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

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