Shades of Slate Grey #707C90
Tints of Slate Grey #707C90
RGB
CMYK
RGB Variations
Color information
#707C90 (or 0x707C90) is known color: Slate Grey. HEX triplet: 70, 7C and 90. RGB value is (112,124,144). Sum of RGB (Red+Green+Blue) = 112+124+144=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 144 - color contains mainly: blue. Hex color #707C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707C90 is #8F836F. Grayscale: #7A7A7A. Windows color (decimal): -9405296 or 9469040. OLE color: 9469040.
HSL color Cylindrical-coordinate representation of color #707C90: hue angle of 217.5º 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 #707C90 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 124 | 144 | - |
| CMYK | 0.22 | 0.14 | 0 | 0.44 |
| HSL | 217.5º | 0.13% | 0.5% | - |
| HSV(B) | 217.5º | 0.22% | 0.56% | - |
| XYZ | 18.92 | 19.87 | 29.22 | - |
| YUV | 122.69 | 140.02 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 124 | 144 | 0.22 | 0.14 | 0 | 0.44 | 217.5 | 0.13 | 0.5 |
| Hex | 70 | 7C | 90 | 16 | E | 0 | 2C | DA | D | 32 |
| Octal | 160 | 174 | 220 | 26 | 16 | 0 | 54 | 332 | 15 | 62 |
| Binary | 1110000 | 1111100 | 10010000 | 10110 | 1110 | 0 | 101100 | 11011010 | 1101 | 110010 |
Color Harmonies of #707C90
Complementary color
Monochromatic Colors of #707C90
Black with #707C90
Text Example
Text Example
White with #707C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707C90; }
p { color: rgb(112,124,144); }
H1.HeaderClassName
{
color: #707C90;
}
.AnyTagClassName
{
color: #707C90;
}
</style>
background-color css
<style>
a { background-color: #707C90; }
a { background-color: rgb(112,124,144); }
div.DivClassName
{
background-color: #707C90;
}
.BgClassName
{
background-color: #707C90;
}
</style>
border-color css
<style>
span { border-color: #707C90; }
span { border-color: rgb(112,124,144); }
td.TdClassName
{
border-color: #707C90;
}
.TagClassName
{
border-color: #707C90;
}
</style>