Shades of Slate Grey #707D90
Tints of Slate Grey #707D90
RGB
CMYK
RGB Variations
Color information
#707D90 (or 0x707D90) is known color: Slate Grey. HEX triplet: 70, 7D and 90. RGB value is (112,125,144). Sum of RGB (Red+Green+Blue) = 112+125+144=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 144 - color contains mainly: blue. Hex color #707D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707D90 is #8F826F. Grayscale: #7B7B7B. Windows color (decimal): -9405040 or 9469296. OLE color: 9469296.
HSL color Cylindrical-coordinate representation of color #707D90: hue angle of 215.62º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #707D90 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 125 | 144 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.44 |
| HSL | 215.63º | 0.13% | 0.5% | - |
| HSV(B) | 215.63º | 0.22% | 0.56% | - |
| XYZ | 19.05 | 20.13 | 29.27 | - |
| YUV | 123.28 | 139.69 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 125 | 144 | 0.22 | 0.13 | 0 | 0.44 | 215.63 | 0.13 | 0.5 |
| Hex | 70 | 7D | 90 | 16 | D | 0 | 2C | D8 | D | 32 |
| Octal | 160 | 175 | 220 | 26 | 15 | 0 | 54 | 330 | 15 | 62 |
| Binary | 1110000 | 1111101 | 10010000 | 10110 | 1101 | 0 | 101100 | 11011000 | 1101 | 110010 |
Color Harmonies of #707D90
Complementary color
Monochromatic Colors of #707D90
Black with #707D90
Text Example
Text Example
White with #707D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707D90; }
p { color: rgb(112,125,144); }
H1.HeaderClassName
{
color: #707D90;
}
.AnyTagClassName
{
color: #707D90;
}
</style>
background-color css
<style>
a { background-color: #707D90; }
a { background-color: rgb(112,125,144); }
div.DivClassName
{
background-color: #707D90;
}
.BgClassName
{
background-color: #707D90;
}
</style>
border-color css
<style>
span { border-color: #707D90; }
span { border-color: rgb(112,125,144); }
td.TdClassName
{
border-color: #707D90;
}
.TagClassName
{
border-color: #707D90;
}
</style>