Shades of Slate Grey #707B90
Tints of Slate Grey #707B90
RGB
CMYK
RGB Variations
Color information
#707B90 (or 0x707B90) is known color: Slate Grey. HEX triplet: 70, 7B and 90. RGB value is (112,123,144). Sum of RGB (Red+Green+Blue) = 112+123+144=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 144 - color contains mainly: blue. Hex color #707B90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707B90 is #8F846F. Grayscale: #7A7A7A. Windows color (decimal): -9405552 or 9468784. OLE color: 9468784.
HSL color Cylindrical-coordinate representation of color #707B90: hue angle of 219.38º 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 #707B90 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 123 | 144 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.44 |
| HSL | 219.38º | 0.13% | 0.5% | - |
| HSV(B) | 219.38º | 0.22% | 0.56% | - |
| XYZ | 18.8 | 19.62 | 29.18 | - |
| YUV | 122.11 | 140.36 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 123 | 144 | 0.22 | 0.15 | 0 | 0.44 | 219.38 | 0.13 | 0.5 |
| Hex | 70 | 7B | 90 | 16 | F | 0 | 2C | DB | D | 32 |
| Octal | 160 | 173 | 220 | 26 | 17 | 0 | 54 | 333 | 15 | 62 |
| Binary | 1110000 | 1111011 | 10010000 | 10110 | 1111 | 0 | 101100 | 11011011 | 1101 | 110010 |
Color Harmonies of #707B90
Complementary color
Monochromatic Colors of #707B90
Black with #707B90
Text Example
Text Example
White with #707B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707B90; }
p { color: rgb(112,123,144); }
H1.HeaderClassName
{
color: #707B90;
}
.AnyTagClassName
{
color: #707B90;
}
</style>
background-color css
<style>
a { background-color: #707B90; }
a { background-color: rgb(112,123,144); }
div.DivClassName
{
background-color: #707B90;
}
.BgClassName
{
background-color: #707B90;
}
</style>
border-color css
<style>
span { border-color: #707B90; }
span { border-color: rgb(112,123,144); }
td.TdClassName
{
border-color: #707B90;
}
.TagClassName
{
border-color: #707B90;
}
</style>