Shades of Blue Smoke #708976
Tints of Blue Smoke #708976
RGB
CMYK
RGB Variations
Color information
#708976 (or 0x708976) is known color: Blue Smoke. HEX triplet: 70, 89 and 76. RGB value is (112,137,118). Sum of RGB (Red+Green+Blue) = 112+137+118=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 137 (53.91% from 255 or 37.33% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 137 - color contains mainly: green. Hex color #708976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708976 is #8F7689. Grayscale: #7F7F7F. Windows color (decimal): -9401994 or 7768432. OLE color: 7768432.
HSL color Cylindrical-coordinate representation of color #708976: hue angle of 134.4º 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 #708976 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 137 | 118 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.46 |
| HSL | 134.4º | 0.1% | 0.49% | - |
| HSV(B) | 134.4º | 0.18% | 0.54% | - |
| XYZ | 18.9 | 22.64 | 20.51 | - |
| YUV | 127.36 | 122.72 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 137 | 118 | 0.18 | 0 | 0.14 | 0.46 | 134.4 | 0.1 | 0.49 |
| Hex | 70 | 89 | 76 | 12 | 0 | E | 2E | 86 | A | 31 |
| Octal | 160 | 211 | 166 | 22 | 0 | 16 | 56 | 206 | 12 | 61 |
| Binary | 1110000 | 10001001 | 1110110 | 10010 | 0 | 1110 | 101110 | 10000110 | 1010 | 110001 |
Color Harmonies of #708976
Complementary color
Monochromatic Colors of #708976
Black with #708976
Text Example
Text Example
White with #708976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708976; }
p { color: rgb(112,137,118); }
H1.HeaderClassName
{
color: #708976;
}
.AnyTagClassName
{
color: #708976;
}
</style>
background-color css
<style>
a { background-color: #708976; }
a { background-color: rgb(112,137,118); }
div.DivClassName
{
background-color: #708976;
}
.BgClassName
{
background-color: #708976;
}
</style>
border-color css
<style>
span { border-color: #708976; }
span { border-color: rgb(112,137,118); }
td.TdClassName
{
border-color: #708976;
}
.TagClassName
{
border-color: #708976;
}
</style>