Shades of Blue Smoke #707871
Tints of Blue Smoke #707871
RGB
CMYK
RGB Variations
Color information
#707871 (or 0x707871) is known color: Blue Smoke. HEX triplet: 70, 78 and 71. RGB value is (112,120,113). Sum of RGB (Red+Green+Blue) = 112+120+113=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 120 - color contains mainly: green. Hex color #707871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707871 is #8F878E. Grayscale: #747474. Windows color (decimal): -9406351 or 7436400. OLE color: 7436400.
HSL color Cylindrical-coordinate representation of color #707871: hue angle of 127.5º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #707871 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 120 | 113 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.53 |
| HSL | 127.5º | 0.03% | 0.45% | - |
| HSV(B) | 127.5º | 0.07% | 0.47% | - |
| XYZ | 16.38 | 18.07 | 18.25 | - |
| YUV | 116.81 | 125.85 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 120 | 113 | 0.07 | 0 | 0.06 | 0.53 | 127.5 | 0.03 | 0.45 |
| Hex | 70 | 78 | 71 | 7 | 0 | 6 | 35 | 80 | 3 | 2D |
| Octal | 160 | 170 | 161 | 7 | 0 | 6 | 65 | 200 | 3 | 55 |
| Binary | 1110000 | 1111000 | 1110001 | 111 | 0 | 110 | 110101 | 10000000 | 11 | 101101 |
Color Harmonies of #707871
Complementary color
Monochromatic Colors of #707871
Black with #707871
Text Example
Text Example
White with #707871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707871; }
p { color: rgb(112,120,113); }
H1.HeaderClassName
{
color: #707871;
}
.AnyTagClassName
{
color: #707871;
}
</style>
background-color css
<style>
a { background-color: #707871; }
a { background-color: rgb(112,120,113); }
div.DivClassName
{
background-color: #707871;
}
.BgClassName
{
background-color: #707871;
}
</style>
border-color css
<style>
span { border-color: #707871; }
span { border-color: rgb(112,120,113); }
td.TdClassName
{
border-color: #707871;
}
.TagClassName
{
border-color: #707871;
}
</style>