Shades of Blue Smoke #708877
Tints of Blue Smoke #708877
RGB
CMYK
RGB Variations
Color information
#708877 (or 0x708877) is known color: Blue Smoke. HEX triplet: 70, 88 and 77. RGB value is (112,136,119). Sum of RGB (Red+Green+Blue) = 112+136+119=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 136 - color contains mainly: green. Hex color #708877 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708877 is #8F7788. Grayscale: #7E7E7E. Windows color (decimal): -9402249 or 7833712. OLE color: 7833712.
HSL color Cylindrical-coordinate representation of color #708877: hue angle of 137.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #708877 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 136 | 119 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.47 |
| HSL | 137.5º | 0.1% | 0.49% | - |
| HSV(B) | 137.5º | 0.18% | 0.53% | - |
| XYZ | 18.82 | 22.38 | 20.78 | - |
| YUV | 126.89 | 123.55 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 136 | 119 | 0.18 | 0 | 0.12 | 0.47 | 137.5 | 0.1 | 0.49 |
| Hex | 70 | 88 | 77 | 12 | 0 | C | 2F | 8A | A | 31 |
| Octal | 160 | 210 | 167 | 22 | 0 | 14 | 57 | 212 | 12 | 61 |
| Binary | 1110000 | 10001000 | 1110111 | 10010 | 0 | 1100 | 101111 | 10001010 | 1010 | 110001 |
Color Harmonies of #708877
Complementary color
Monochromatic Colors of #708877
Black with #708877
Text Example
Text Example
White with #708877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708877; }
p { color: rgb(112,136,119); }
H1.HeaderClassName
{
color: #708877;
}
.AnyTagClassName
{
color: #708877;
}
</style>
background-color css
<style>
a { background-color: #708877; }
a { background-color: rgb(112,136,119); }
div.DivClassName
{
background-color: #708877;
}
.BgClassName
{
background-color: #708877;
}
</style>
border-color css
<style>
span { border-color: #708877; }
span { border-color: rgb(112,136,119); }
td.TdClassName
{
border-color: #708877;
}
.TagClassName
{
border-color: #708877;
}
</style>