Shades of Slate Grey #707B89
Tints of Slate Grey #707B89
RGB
CMYK
RGB Variations
Color information
#707B89 (or 0x707B89) is known color: Slate Grey. HEX triplet: 70, 7B and 89. RGB value is (112,123,137). Sum of RGB (Red+Green+Blue) = 112+123+137=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 123 (48.44% from 255 or 33.06% from 372); Blue value is 137 (53.91% from 255 or 36.83% from 372); Max value from RGB is 137 - color contains mainly: blue. Hex color #707B89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707B89 is #8F8476. Grayscale: #797979. Windows color (decimal): -9405559 or 9010032. OLE color: 9010032.
HSL color Cylindrical-coordinate representation of color #707B89: hue angle of 213.6º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #707B89 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 123 | 137 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.46 |
| HSL | 213.6º | 0.1% | 0.49% | - |
| HSV(B) | 213.6º | 0.18% | 0.54% | - |
| XYZ | 18.28 | 19.42 | 26.45 | - |
| YUV | 121.31 | 136.86 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 123 | 137 | 0.18 | 0.10 | 0 | 0.46 | 213.6 | 0.1 | 0.49 |
| Hex | 70 | 7B | 89 | 12 | A | 0 | 2E | D6 | A | 31 |
| Octal | 160 | 173 | 211 | 22 | 12 | 0 | 56 | 326 | 12 | 61 |
| Binary | 1110000 | 1111011 | 10001001 | 10010 | 1010 | 0 | 101110 | 11010110 | 1010 | 110001 |
Color Harmonies of #707B89
Complementary color
Monochromatic Colors of #707B89
Black with #707B89
Text Example
Text Example
White with #707B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707B89; }
p { color: rgb(112,123,137); }
H1.HeaderClassName
{
color: #707B89;
}
.AnyTagClassName
{
color: #707B89;
}
</style>
background-color css
<style>
a { background-color: #707B89; }
a { background-color: rgb(112,123,137); }
div.DivClassName
{
background-color: #707B89;
}
.BgClassName
{
background-color: #707B89;
}
</style>
border-color css
<style>
span { border-color: #707B89; }
span { border-color: rgb(112,123,137); }
td.TdClassName
{
border-color: #707B89;
}
.TagClassName
{
border-color: #707B89;
}
</style>