#758A7C
A medium, muted neutral closely aligning with Gray.
About #758A7C
The hex code #758A7C represents a beautifully specific shade of neutral. If you're using CSS, you might find it aligns closely with Gray. This translates to an RGB value of rgb(117, 138, 124).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 15% C, 0% M, 10% Y, and 46% K. The HSL representation is 140.0° hue, 8.2% saturation, and 50.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#758A7C
RGB117, 138, 124
HSL140.0°, 8.2%, 50.0%
CMYK15%, 0%, 10%, 46%
HSV140.0°, 15.2%, 54.1%
LAB55.5, -10.5, 5.0
XYZ20.1, 23.4, 22.5
Decimal7703164
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.70:1
Text on #FFFFFF
AA Large
5.68:1
Text on #000000
AA
3.53:1
Text on #F8FAFC
AA Large
4.83:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #758A7C;
}
.text-color {
color: #758A7C;
}
.border-color {
border: 2px solid #758A7C;
}