Gray (Neutral)
#758B65
RGB: 117, 139, 101
Color OverviewHEX #758B65

#758B65 Color Code Information

In the RGB color space, #758B65 is composed of 46% red, 55% green, and 40% blue. In the HSL color space, it has a hue of 95°, saturation of 16%, and lightness of 47%.

HEX
#758B65
RGB
117, 139, 101
HSL
95°, 16%, 47%
HSV
95°, 27%, 55%
CMYK
16%, 0%, 27%, 45%
Name Match
Gray
Closest Standard

Shades of #758B65 (Darker Variations)

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

Tints of #758B65 (Lighter Variations)

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

Tones of #758B65 (Muted Variations)

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

Color Harmonies for #758B65

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

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #758B65;
}

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