Shades of Slate Grey #757D88
Tints of Slate Grey #757D88
RGB
CMYK
RGB Variations
Color information
#757D88 (or 0x757D88) is known color: Slate Grey. HEX triplet: 75, 7D and 88. RGB value is (117,125,136). Sum of RGB (Red+Green+Blue) = 117+125+136=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 136 - color contains mainly: blue. Hex color #757D88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757D88 is #8A8277. Grayscale: #7B7B7B. Windows color (decimal): -9077368 or 8945013. OLE color: 8945013.
HSL color Cylindrical-coordinate representation of color #757D88: hue angle of 214.74º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #757D88 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 125 | 136 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.47 |
| HSL | 214.74º | 0.08% | 0.5% | - |
| HSV(B) | 214.74º | 0.14% | 0.53% | - |
| XYZ | 19.11 | 20.23 | 26.19 | - |
| YUV | 123.86 | 134.85 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 125 | 136 | 0.14 | 0.08 | 0 | 0.47 | 214.74 | 0.08 | 0.5 |
| Hex | 75 | 7D | 88 | E | 8 | 0 | 2F | D7 | 8 | 32 |
| Octal | 165 | 175 | 210 | 16 | 10 | 0 | 57 | 327 | 10 | 62 |
| Binary | 1110101 | 1111101 | 10001000 | 1110 | 1000 | 0 | 101111 | 11010111 | 1000 | 110010 |
Color Harmonies of #757D88
Complementary color
Monochromatic Colors of #757D88
Black with #757D88
Text Example
Text Example
White with #757D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757D88; }
p { color: rgb(117,125,136); }
H1.HeaderClassName
{
color: #757D88;
}
.AnyTagClassName
{
color: #757D88;
}
</style>
background-color css
<style>
a { background-color: #757D88; }
a { background-color: rgb(117,125,136); }
div.DivClassName
{
background-color: #757D88;
}
.BgClassName
{
background-color: #757D88;
}
</style>
border-color css
<style>
span { border-color: #757D88; }
span { border-color: rgb(117,125,136); }
td.TdClassName
{
border-color: #757D88;
}
.TagClassName
{
border-color: #757D88;
}
</style>