Shades of Slate Grey #757F90
Tints of Slate Grey #757F90
RGB
CMYK
RGB Variations
Color information
#757F90 (or 0x757F90) is known color: Slate Grey. HEX triplet: 75, 7F and 90. RGB value is (117,127,144). Sum of RGB (Red+Green+Blue) = 117+127+144=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 144 - color contains mainly: blue. Hex color #757F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757F90 is #8A806F. Grayscale: #7D7D7D. Windows color (decimal): -9076848 or 9469813. OLE color: 9469813.
HSL color Cylindrical-coordinate representation of color #757F90: hue angle of 217.78º 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 #757F90 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 127 | 144 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.44 |
| HSL | 217.78º | 0.11% | 0.51% | - |
| HSV(B) | 217.78º | 0.19% | 0.56% | - |
| XYZ | 19.96 | 20.97 | 29.38 | - |
| YUV | 125.95 | 138.19 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 127 | 144 | 0.19 | 0.12 | 0 | 0.44 | 217.78 | 0.11 | 0.51 |
| Hex | 75 | 7F | 90 | 13 | C | 0 | 2C | DA | B | 33 |
| Octal | 165 | 177 | 220 | 23 | 14 | 0 | 54 | 332 | 13 | 63 |
| Binary | 1110101 | 1111111 | 10010000 | 10011 | 1100 | 0 | 101100 | 11011010 | 1011 | 110011 |
Color Harmonies of #757F90
Complementary color
Monochromatic Colors of #757F90
Black with #757F90
Text Example
Text Example
White with #757F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757F90; }
p { color: rgb(117,127,144); }
H1.HeaderClassName
{
color: #757F90;
}
.AnyTagClassName
{
color: #757F90;
}
</style>
background-color css
<style>
a { background-color: #757F90; }
a { background-color: rgb(117,127,144); }
div.DivClassName
{
background-color: #757F90;
}
.BgClassName
{
background-color: #757F90;
}
</style>
border-color css
<style>
span { border-color: #757F90; }
span { border-color: rgb(117,127,144); }
td.TdClassName
{
border-color: #757F90;
}
.TagClassName
{
border-color: #757F90;
}
</style>