Shades of Slate Grey #707B88
Tints of Slate Grey #707B88
RGB
CMYK
RGB Variations
Color information
#707B88 (or 0x707B88) is known color: Slate Grey. HEX triplet: 70, 7B and 88. RGB value is (112,123,136). Sum of RGB (Red+Green+Blue) = 112+123+136=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 136 - color contains mainly: blue. Hex color #707B88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707B88 is #8F8477. Grayscale: #797979. Windows color (decimal): -9405560 or 8944496. OLE color: 8944496.
HSL color Cylindrical-coordinate representation of color #707B88: hue angle of 212.5º 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 #707B88 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 123 | 136 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.47 |
| HSL | 212.5º | 0.1% | 0.49% | - |
| HSV(B) | 212.5º | 0.18% | 0.53% | - |
| XYZ | 18.21 | 19.39 | 26.08 | - |
| YUV | 121.19 | 136.36 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 123 | 136 | 0.18 | 0.10 | 0 | 0.47 | 212.5 | 0.1 | 0.49 |
| Hex | 70 | 7B | 88 | 12 | A | 0 | 2F | D4 | A | 31 |
| Octal | 160 | 173 | 210 | 22 | 12 | 0 | 57 | 324 | 12 | 61 |
| Binary | 1110000 | 1111011 | 10001000 | 10010 | 1010 | 0 | 101111 | 11010100 | 1010 | 110001 |
Color Harmonies of #707B88
Complementary color
Monochromatic Colors of #707B88
Black with #707B88
Text Example
Text Example
White with #707B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707B88; }
p { color: rgb(112,123,136); }
H1.HeaderClassName
{
color: #707B88;
}
.AnyTagClassName
{
color: #707B88;
}
</style>
background-color css
<style>
a { background-color: #707B88; }
a { background-color: rgb(112,123,136); }
div.DivClassName
{
background-color: #707B88;
}
.BgClassName
{
background-color: #707B88;
}
</style>
border-color css
<style>
span { border-color: #707B88; }
span { border-color: rgb(112,123,136); }
td.TdClassName
{
border-color: #707B88;
}
.TagClassName
{
border-color: #707B88;
}
</style>