Gray (Neutral)
#82776F
RGB: 130, 119, 111
Color OverviewHEX #82776F

#82776F Color Code Information

In the RGB color space, #82776F is composed of 51% red, 47% green, and 44% blue. In the HSL color space, it has a hue of 25°, saturation of 8%, and lightness of 47%.

HEX
#82776F
RGB
130, 119, 111
HSL
25°, 8%, 47%
HSV
25°, 15%, 51%
CMYK
0%, 8%, 15%, 49%
Name Match
Gray
Closest Standard

Shades of #82776F (Darker Variations)

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

Tints of #82776F (Lighter Variations)

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

Tones of #82776F (Muted Variations)

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

Color Harmonies for #82776F

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

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #82776F;
}

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