Shades of Slate Grey #707C8A
Tints of Slate Grey #707C8A
RGB
CMYK
RGB Variations
Color information
#707C8A (or 0x707C8A) is known color: Slate Grey. HEX triplet: 70, 7C and 8A. RGB value is (112,124,138). Sum of RGB (Red+Green+Blue) = 112+124+138=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 138 - color contains mainly: blue. Hex color #707C8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707C8A is #8F8375. Grayscale: #797979. Windows color (decimal): -9405302 or 9075824. OLE color: 9075824.
HSL color Cylindrical-coordinate representation of color #707C8A: hue angle of 212.31º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #707C8A is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 124 | 138 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.46 |
| HSL | 212.31º | 0.1% | 0.49% | - |
| HSV(B) | 212.31º | 0.19% | 0.54% | - |
| XYZ | 18.48 | 19.7 | 26.87 | - |
| YUV | 122.01 | 137.02 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 124 | 138 | 0.19 | 0.10 | 0 | 0.46 | 212.31 | 0.1 | 0.49 |
| Hex | 70 | 7C | 8A | 13 | A | 0 | 2E | D4 | A | 31 |
| Octal | 160 | 174 | 212 | 23 | 12 | 0 | 56 | 324 | 12 | 61 |
| Binary | 1110000 | 1111100 | 10001010 | 10011 | 1010 | 0 | 101110 | 11010100 | 1010 | 110001 |
Color Harmonies of #707C8A
Complementary color
Monochromatic Colors of #707C8A
Black with #707C8A
Text Example
Text Example
White with #707C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707C8A; }
p { color: rgb(112,124,138); }
H1.HeaderClassName
{
color: #707C8A;
}
.AnyTagClassName
{
color: #707C8A;
}
</style>
background-color css
<style>
a { background-color: #707C8A; }
a { background-color: rgb(112,124,138); }
div.DivClassName
{
background-color: #707C8A;
}
.BgClassName
{
background-color: #707C8A;
}
</style>
border-color css
<style>
span { border-color: #707C8A; }
span { border-color: rgb(112,124,138); }
td.TdClassName
{
border-color: #707C8A;
}
.TagClassName
{
border-color: #707C8A;
}
</style>