#757583
A medium, muted neutral closely aligning with Slategray.
About #757583
Visually, #757583 is defined as a muted neutral. It is closely associated with the named CSS color Slategray. In the RGB color space, it consists of 117 red, 117 green, and 131 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 11% C, 11% M, 0% Y, and 49% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#757583
RGB117, 117, 131
HSL240.0°, 5.6%, 48.6%
CMYK11%, 11%, 0%, 49%
HSV240.0°, 10.7%, 51.4%
LAB49.7, 3.0, -7.7
XYZ17.8, 18.1, 24.0
Decimal7697795
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.54:1
Text on #FFFFFF
AA
4.63:1
Text on #000000
AA
4.34:1
Text on #F8FAFC
AA Large
3.93:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #757583;
}
.text-color {
color: #757583;
}
.border-color {
border: 2px solid #757583;
}