Shades of Slate Grey #757E89
Tints of Slate Grey #757E89
RGB
CMYK
RGB Variations
Color information
#757E89 (or 0x757E89) is known color: Slate Grey. HEX triplet: 75, 7E and 89. RGB value is (117,126,137). Sum of RGB (Red+Green+Blue) = 117+126+137=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 137 - color contains mainly: blue. Hex color #757E89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757E89 is #8A8176. Grayscale: #7C7C7C. Windows color (decimal): -9077111 or 9010805. OLE color: 9010805.
HSL color Cylindrical-coordinate representation of color #757E89: hue angle of 213º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #757E89 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 126 | 137 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.46 |
| HSL | 213º | 0.08% | 0.5% | - |
| HSV(B) | 213º | 0.15% | 0.54% | - |
| XYZ | 19.31 | 20.51 | 26.61 | - |
| YUV | 124.56 | 135.02 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 126 | 137 | 0.15 | 0.08 | 0 | 0.46 | 213 | 0.08 | 0.5 |
| Hex | 75 | 7E | 89 | F | 8 | 0 | 2E | D5 | 8 | 32 |
| Octal | 165 | 176 | 211 | 17 | 10 | 0 | 56 | 325 | 10 | 62 |
| Binary | 1110101 | 1111110 | 10001001 | 1111 | 1000 | 0 | 101110 | 11010101 | 1000 | 110010 |
Color Harmonies of #757E89
Complementary color
Monochromatic Colors of #757E89
Black with #757E89
Text Example
Text Example
White with #757E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757E89; }
p { color: rgb(117,126,137); }
H1.HeaderClassName
{
color: #757E89;
}
.AnyTagClassName
{
color: #757E89;
}
</style>
background-color css
<style>
a { background-color: #757E89; }
a { background-color: rgb(117,126,137); }
div.DivClassName
{
background-color: #757E89;
}
.BgClassName
{
background-color: #757E89;
}
</style>
border-color css
<style>
span { border-color: #757E89; }
span { border-color: rgb(117,126,137); }
td.TdClassName
{
border-color: #757E89;
}
.TagClassName
{
border-color: #757E89;
}
</style>