#757C83
A medium, muted neutral closely aligning with Gray.
About #757C83
Visually, #757C83 is defined as a muted neutral. Its closest recognized web color is Gray. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 124, and 131.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 11% cyan, 5% magenta, 0% yellow, and 49% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#757C83
RGB117, 124, 131
HSL210.0°, 5.6%, 48.6%
CMYK11%, 5%, 0%, 49%
HSV210.0°, 10.7%, 51.4%
LAB51.7, -1.1, -4.7
XYZ18.6, 19.8, 24.3
Decimal7699587
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.23:1
Text on #FFFFFF
AA Large
4.97:1
Text on #000000
AA
4.04:1
Text on #F8FAFC
AA Large
4.22:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #757C83;
}
.text-color {
color: #757C83;
}
.border-color {
border: 2px solid #757C83;
}