Shades of Gunsmoke #858E73
Tints of Gunsmoke #858E73
RGB
CMYK
RGB Variations
Color information
#858E73 (or 0x858E73) is known color: Gunsmoke. HEX triplet: 85, 8E and 73. RGB value is (133,142,115). Sum of RGB (Red+Green+Blue) = 133+142+115=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 142 (55.86% from 255 or 36.41% from 390); Blue value is 115 (45.31% from 255 or 29.49% from 390); Max value from RGB is 142 - color contains mainly: green. Hex color #858E73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858E73 is #7A718C. Grayscale: #888888. Windows color (decimal): -8024461 or 7573125. OLE color: 7573125.
HSL color Cylindrical-coordinate representation of color #858E73: hue angle of 80º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #858E73 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 142 | 115 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.44 |
| HSL | 80º | 0.11% | 0.5% | - |
| HSV(B) | 80º | 0.19% | 0.56% | - |
| XYZ | 22.44 | 25.57 | 19.97 | - |
| YUV | 136.23 | 116.02 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 142 | 115 | 0.06 | 0 | 0.19 | 0.44 | 80 | 0.11 | 0.5 |
| Hex | 85 | 8E | 73 | 6 | 0 | 13 | 2C | 50 | B | 32 |
| Octal | 205 | 216 | 163 | 6 | 0 | 23 | 54 | 120 | 13 | 62 |
| Binary | 10000101 | 10001110 | 1110011 | 110 | 0 | 10011 | 101100 | 1010000 | 1011 | 110010 |
Color Harmonies of #858E73
Complementary color
Monochromatic Colors of #858E73
Black with #858E73
Text Example
Text Example
White with #858E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858E73; }
p { color: rgb(133,142,115); }
H1.HeaderClassName
{
color: #858E73;
}
.AnyTagClassName
{
color: #858E73;
}
</style>
background-color css
<style>
a { background-color: #858E73; }
a { background-color: rgb(133,142,115); }
div.DivClassName
{
background-color: #858E73;
}
.BgClassName
{
background-color: #858E73;
}
</style>
border-color css
<style>
span { border-color: #858E73; }
span { border-color: rgb(133,142,115); }
td.TdClassName
{
border-color: #858E73;
}
.TagClassName
{
border-color: #858E73;
}
</style>