Shades of Slate Grey #757E90
Tints of Slate Grey #757E90
RGB
CMYK
RGB Variations
Color information
#757E90 (or 0x757E90) is known color: Slate Grey. HEX triplet: 75, 7E and 90. RGB value is (117,126,144). Sum of RGB (Red+Green+Blue) = 117+126+144=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 144 - color contains mainly: blue. Hex color #757E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757E90 is #8A816F. Grayscale: #7D7D7D. Windows color (decimal): -9077104 or 9469557. OLE color: 9469557.
HSL color Cylindrical-coordinate representation of color #757E90: hue angle of 220º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #757E90 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 126 | 144 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.44 |
| HSL | 220º | 0.11% | 0.51% | - |
| HSV(B) | 220º | 0.19% | 0.56% | - |
| XYZ | 19.83 | 20.72 | 29.34 | - |
| YUV | 125.36 | 138.52 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 126 | 144 | 0.19 | 0.12 | 0 | 0.44 | 220 | 0.11 | 0.51 |
| Hex | 75 | 7E | 90 | 13 | C | 0 | 2C | DC | B | 33 |
| Octal | 165 | 176 | 220 | 23 | 14 | 0 | 54 | 334 | 13 | 63 |
| Binary | 1110101 | 1111110 | 10010000 | 10011 | 1100 | 0 | 101100 | 11011100 | 1011 | 110011 |
Color Harmonies of #757E90
Complementary color
Monochromatic Colors of #757E90
Black with #757E90
Text Example
Text Example
White with #757E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757E90; }
p { color: rgb(117,126,144); }
H1.HeaderClassName
{
color: #757E90;
}
.AnyTagClassName
{
color: #757E90;
}
</style>
background-color css
<style>
a { background-color: #757E90; }
a { background-color: rgb(117,126,144); }
div.DivClassName
{
background-color: #757E90;
}
.BgClassName
{
background-color: #757E90;
}
</style>
border-color css
<style>
span { border-color: #757E90; }
span { border-color: rgb(117,126,144); }
td.TdClassName
{
border-color: #757E90;
}
.TagClassName
{
border-color: #757E90;
}
</style>