Shades of Slate Grey #707C88
Tints of Slate Grey #707C88
RGB
CMYK
RGB Variations
Color information
#707C88 (or 0x707C88) is known color: Slate Grey. HEX triplet: 70, 7C and 88. RGB value is (112,124,136). Sum of RGB (Red+Green+Blue) = 112+124+136=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 136 (53.52% from 255 or 36.56% from 372); Max value from RGB is 136 - color contains mainly: blue. Hex color #707C88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707C88 is #8F8377. Grayscale: #797979. Windows color (decimal): -9405304 or 8944752. OLE color: 8944752.
HSL color Cylindrical-coordinate representation of color #707C88: hue angle of 210º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #707C88 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 124 | 136 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.47 |
| HSL | 210º | 0.1% | 0.49% | - |
| HSV(B) | 210º | 0.18% | 0.53% | - |
| XYZ | 18.33 | 19.64 | 26.12 | - |
| YUV | 121.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 124 | 136 | 0.18 | 0.09 | 0 | 0.47 | 210 | 0.1 | 0.49 |
| Hex | 70 | 7C | 88 | 12 | 9 | 0 | 2F | D2 | A | 31 |
| Octal | 160 | 174 | 210 | 22 | 11 | 0 | 57 | 322 | 12 | 61 |
| Binary | 1110000 | 1111100 | 10001000 | 10010 | 1001 | 0 | 101111 | 11010010 | 1010 | 110001 |
Color Harmonies of #707C88
Complementary color
Monochromatic Colors of #707C88
Black with #707C88
Text Example
Text Example
White with #707C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707C88; }
p { color: rgb(112,124,136); }
H1.HeaderClassName
{
color: #707C88;
}
.AnyTagClassName
{
color: #707C88;
}
</style>
background-color css
<style>
a { background-color: #707C88; }
a { background-color: rgb(112,124,136); }
div.DivClassName
{
background-color: #707C88;
}
.BgClassName
{
background-color: #707C88;
}
</style>
border-color css
<style>
span { border-color: #707C88; }
span { border-color: rgb(112,124,136); }
td.TdClassName
{
border-color: #707C88;
}
.TagClassName
{
border-color: #707C88;
}
</style>