Shades of Blue Smoke #708677
Tints of Blue Smoke #708677
RGB
CMYK
RGB Variations
Color information
#708677 (or 0x708677) is known color: Blue Smoke. HEX triplet: 70, 86 and 77. RGB value is (112,134,119). Sum of RGB (Red+Green+Blue) = 112+134+119=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 119 (46.88% from 255 or 32.60% from 365); Max value from RGB is 134 - color contains mainly: green. Hex color #708677 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708677 is #8F7988. Grayscale: #7D7D7D. Windows color (decimal): -9402761 or 7833200. OLE color: 7833200.
HSL color Cylindrical-coordinate representation of color #708677: hue angle of 139.09º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #708677 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 134 | 119 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.47 |
| HSL | 139.09º | 0.09% | 0.48% | - |
| HSV(B) | 139.09º | 0.16% | 0.53% | - |
| XYZ | 18.54 | 21.83 | 20.69 | - |
| YUV | 125.71 | 124.21 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 134 | 119 | 0.16 | 0 | 0.11 | 0.47 | 139.09 | 0.09 | 0.48 |
| Hex | 70 | 86 | 77 | 10 | 0 | B | 2F | 8B | 9 | 30 |
| Octal | 160 | 206 | 167 | 20 | 0 | 13 | 57 | 213 | 11 | 60 |
| Binary | 1110000 | 10000110 | 1110111 | 10000 | 0 | 1011 | 101111 | 10001011 | 1001 | 110000 |
Color Harmonies of #708677
Complementary color
Monochromatic Colors of #708677
Black with #708677
Text Example
Text Example
White with #708677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708677; }
p { color: rgb(112,134,119); }
H1.HeaderClassName
{
color: #708677;
}
.AnyTagClassName
{
color: #708677;
}
</style>
background-color css
<style>
a { background-color: #708677; }
a { background-color: rgb(112,134,119); }
div.DivClassName
{
background-color: #708677;
}
.BgClassName
{
background-color: #708677;
}
</style>
border-color css
<style>
span { border-color: #708677; }
span { border-color: rgb(112,134,119); }
td.TdClassName
{
border-color: #708677;
}
.TagClassName
{
border-color: #708677;
}
</style>