Shades of Slate Grey #707F90
Tints of Slate Grey #707F90
RGB
CMYK
RGB Variations
Color information
#707F90 (or 0x707F90) is known color: Slate Grey. HEX triplet: 70, 7F and 90. RGB value is (112,127,144). Sum of RGB (Red+Green+Blue) = 112+127+144=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 144 - color contains mainly: blue. Hex color #707F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707F90 is #8F806F. Grayscale: #7C7C7C. Windows color (decimal): -9404528 or 9469808. OLE color: 9469808.
HSL color Cylindrical-coordinate representation of color #707F90: hue angle of 211.88º 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 #707F90 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 127 | 144 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.44 |
| HSL | 211.88º | 0.13% | 0.5% | - |
| HSV(B) | 211.88º | 0.22% | 0.56% | - |
| XYZ | 19.31 | 20.64 | 29.35 | - |
| YUV | 124.45 | 139.03 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 127 | 144 | 0.22 | 0.12 | 0 | 0.44 | 211.88 | 0.13 | 0.5 |
| Hex | 70 | 7F | 90 | 16 | C | 0 | 2C | D4 | D | 32 |
| Octal | 160 | 177 | 220 | 26 | 14 | 0 | 54 | 324 | 15 | 62 |
| Binary | 1110000 | 1111111 | 10010000 | 10110 | 1100 | 0 | 101100 | 11010100 | 1101 | 110010 |
Color Harmonies of #707F90
Complementary color
Monochromatic Colors of #707F90
Black with #707F90
Text Example
Text Example
White with #707F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707F90; }
p { color: rgb(112,127,144); }
H1.HeaderClassName
{
color: #707F90;
}
.AnyTagClassName
{
color: #707F90;
}
</style>
background-color css
<style>
a { background-color: #707F90; }
a { background-color: rgb(112,127,144); }
div.DivClassName
{
background-color: #707F90;
}
.BgClassName
{
background-color: #707F90;
}
</style>
border-color css
<style>
span { border-color: #707F90; }
span { border-color: rgb(112,127,144); }
td.TdClassName
{
border-color: #707F90;
}
.TagClassName
{
border-color: #707F90;
}
</style>