Shades of Gunsmoke #858E70
Tints of Gunsmoke #858E70
RGB
CMYK
RGB Variations
Color information
#858E70 (or 0x858E70) is known color: Gunsmoke. HEX triplet: 85, 8E and 70. RGB value is (133,142,112). Sum of RGB (Red+Green+Blue) = 133+142+112=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 142 - color contains mainly: green. Hex color #858E70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858E70 is #7A718F. Grayscale: #888888. Windows color (decimal): -8024464 or 7376517. OLE color: 7376517.
HSL color Cylindrical-coordinate representation of color #858E70: hue angle of 78º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #858E70 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 142 | 112 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.44 |
| HSL | 78º | 0.12% | 0.5% | - |
| HSV(B) | 78º | 0.21% | 0.56% | - |
| XYZ | 22.27 | 25.5 | 19.08 | - |
| YUV | 135.89 | 114.52 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 142 | 112 | 0.06 | 0 | 0.21 | 0.44 | 78 | 0.12 | 0.5 |
| Hex | 85 | 8E | 70 | 6 | 0 | 15 | 2C | 4E | C | 32 |
| Octal | 205 | 216 | 160 | 6 | 0 | 25 | 54 | 116 | 14 | 62 |
| Binary | 10000101 | 10001110 | 1110000 | 110 | 0 | 10101 | 101100 | 1001110 | 1100 | 110010 |
Color Harmonies of #858E70
Complementary color
Monochromatic Colors of #858E70
Black with #858E70
Text Example
Text Example
White with #858E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858E70; }
p { color: rgb(133,142,112); }
H1.HeaderClassName
{
color: #858E70;
}
.AnyTagClassName
{
color: #858E70;
}
</style>
background-color css
<style>
a { background-color: #858E70; }
a { background-color: rgb(133,142,112); }
div.DivClassName
{
background-color: #858E70;
}
.BgClassName
{
background-color: #858E70;
}
</style>
border-color css
<style>
span { border-color: #858E70; }
span { border-color: rgb(133,142,112); }
td.TdClassName
{
border-color: #858E70;
}
.TagClassName
{
border-color: #858E70;
}
</style>