Shades of Blue Smoke #708979
Tints of Blue Smoke #708979
RGB
CMYK
RGB Variations
Color information
#708979 (or 0x708979) is known color: Blue Smoke. HEX triplet: 70, 89 and 79. RGB value is (112,137,121). Sum of RGB (Red+Green+Blue) = 112+137+121=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 137 (53.91% from 255 or 37.03% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 137 - color contains mainly: green. Hex color #708979 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708979 is #8F7686. Grayscale: #7F7F7F. Windows color (decimal): -9401991 or 7965040. OLE color: 7965040.
HSL color Cylindrical-coordinate representation of color #708979: hue angle of 141.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 #708979 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 137 | 121 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.46 |
| HSL | 141.6º | 0.1% | 0.49% | - |
| HSV(B) | 141.6º | 0.18% | 0.54% | - |
| XYZ | 19.08 | 22.72 | 21.47 | - |
| YUV | 127.7 | 124.22 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 137 | 121 | 0.18 | 0 | 0.12 | 0.46 | 141.6 | 0.1 | 0.49 |
| Hex | 70 | 89 | 79 | 12 | 0 | C | 2E | 8E | A | 31 |
| Octal | 160 | 211 | 171 | 22 | 0 | 14 | 56 | 216 | 12 | 61 |
| Binary | 1110000 | 10001001 | 1111001 | 10010 | 0 | 1100 | 101110 | 10001110 | 1010 | 110001 |
Color Harmonies of #708979
Complementary color
Monochromatic Colors of #708979
Black with #708979
Text Example
Text Example
White with #708979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708979; }
p { color: rgb(112,137,121); }
H1.HeaderClassName
{
color: #708979;
}
.AnyTagClassName
{
color: #708979;
}
</style>
background-color css
<style>
a { background-color: #708979; }
a { background-color: rgb(112,137,121); }
div.DivClassName
{
background-color: #708979;
}
.BgClassName
{
background-color: #708979;
}
</style>
border-color css
<style>
span { border-color: #708979; }
span { border-color: rgb(112,137,121); }
td.TdClassName
{
border-color: #708979;
}
.TagClassName
{
border-color: #708979;
}
</style>