Gray (Neutral)
#7F768F
RGB: 127, 118, 143
Color OverviewHEX #7F768F

#7F768F Color Code Information

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

HEX
#7F768F
RGB
127, 118, 143
HSL
262°, 10%, 51%
HSV
262°, 17%, 56%
CMYK
11%, 17%, 0%, 44%
Name Match
Gray
Closest Standard

Shades of #7F768F (Darker Variations)

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

Tints of #7F768F (Lighter Variations)

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

Tones of #7F768F (Muted Variations)

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

Color Harmonies for #7F768F

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

Developer Code Snippets & Tailwind CSS

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

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