Shades of Slate Grey #708692
Tints of Slate Grey #708692
RGB
CMYK
RGB Variations
Color information
#708692 (or 0x708692) is known color: Slate Grey. HEX triplet: 70, 86 and 92. RGB value is (112,134,146). Sum of RGB (Red+Green+Blue) = 112+134+146=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 146 - color contains mainly: blue. Hex color #708692 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708692 is #8F796D. Grayscale: #808080. Windows color (decimal): -9402734 or 9602672. OLE color: 9602672.
HSL color Cylindrical-coordinate representation of color #708692: hue angle of 201.18º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #708692 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 134 | 146 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.43 |
| HSL | 201.18º | 0.13% | 0.51% | - |
| HSV(B) | 201.18º | 0.23% | 0.57% | - |
| XYZ | 20.4 | 22.57 | 30.48 | - |
| YUV | 128.79 | 137.71 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 134 | 146 | 0.23 | 0.08 | 0 | 0.43 | 201.18 | 0.13 | 0.51 |
| Hex | 70 | 86 | 92 | 17 | 8 | 0 | 2B | C9 | D | 33 |
| Octal | 160 | 206 | 222 | 27 | 10 | 0 | 53 | 311 | 15 | 63 |
| Binary | 1110000 | 10000110 | 10010010 | 10111 | 1000 | 0 | 101011 | 11001001 | 1101 | 110011 |
Color Harmonies of #708692
Complementary color
Monochromatic Colors of #708692
Black with #708692
Text Example
Text Example
White with #708692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708692; }
p { color: rgb(112,134,146); }
H1.HeaderClassName
{
color: #708692;
}
.AnyTagClassName
{
color: #708692;
}
</style>
background-color css
<style>
a { background-color: #708692; }
a { background-color: rgb(112,134,146); }
div.DivClassName
{
background-color: #708692;
}
.BgClassName
{
background-color: #708692;
}
</style>
border-color css
<style>
span { border-color: #708692; }
span { border-color: rgb(112,134,146); }
td.TdClassName
{
border-color: #708692;
}
.TagClassName
{
border-color: #708692;
}
</style>