Shades of Blue Smoke #708577
Tints of Blue Smoke #708577
RGB
CMYK
RGB Variations
Color information
#708577 (or 0x708577) is known color: Blue Smoke. HEX triplet: 70, 85 and 77. RGB value is (112,133,119). Sum of RGB (Red+Green+Blue) = 112+133+119=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 119 (46.88% from 255 or 32.69% from 364); Max value from RGB is 133 - color contains mainly: green. Hex color #708577 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708577 is #8F7A88. Grayscale: #7D7D7D. Windows color (decimal): -9403017 or 7832944. OLE color: 7832944.
HSL color Cylindrical-coordinate representation of color #708577: hue angle of 140º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #708577 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 133 | 119 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.48 |
| HSL | 140º | 0.09% | 0.48% | - |
| HSV(B) | 140º | 0.16% | 0.52% | - |
| XYZ | 18.4 | 21.55 | 20.64 | - |
| YUV | 125.13 | 124.54 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 133 | 119 | 0.16 | 0 | 0.11 | 0.48 | 140 | 0.09 | 0.48 |
| Hex | 70 | 85 | 77 | 10 | 0 | B | 30 | 8C | 9 | 30 |
| Octal | 160 | 205 | 167 | 20 | 0 | 13 | 60 | 214 | 11 | 60 |
| Binary | 1110000 | 10000101 | 1110111 | 10000 | 0 | 1011 | 110000 | 10001100 | 1001 | 110000 |
Color Harmonies of #708577
Complementary color
Monochromatic Colors of #708577
Black with #708577
Text Example
Text Example
White with #708577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708577; }
p { color: rgb(112,133,119); }
H1.HeaderClassName
{
color: #708577;
}
.AnyTagClassName
{
color: #708577;
}
</style>
background-color css
<style>
a { background-color: #708577; }
a { background-color: rgb(112,133,119); }
div.DivClassName
{
background-color: #708577;
}
.BgClassName
{
background-color: #708577;
}
</style>
border-color css
<style>
span { border-color: #708577; }
span { border-color: rgb(112,133,119); }
td.TdClassName
{
border-color: #708577;
}
.TagClassName
{
border-color: #708577;
}
</style>