Shades of Gunsmoke #858E74
Tints of Gunsmoke #858E74
RGB
CMYK
RGB Variations
Color information
#858E74 (or 0x858E74) is known color: Gunsmoke. HEX triplet: 85, 8E and 74. RGB value is (133,142,116). Sum of RGB (Red+Green+Blue) = 133+142+116=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 142 - color contains mainly: green. Hex color #858E74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858E74 is #7A718B. Grayscale: #888888. Windows color (decimal): -8024460 or 7638661. OLE color: 7638661.
HSL color Cylindrical-coordinate representation of color #858E74: hue angle of 80.77º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #858E74 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 142 | 116 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.44 |
| HSL | 80.77º | 0.1% | 0.51% | - |
| HSV(B) | 80.77º | 0.18% | 0.56% | - |
| XYZ | 22.5 | 25.59 | 20.28 | - |
| YUV | 136.35 | 116.52 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 142 | 116 | 0.06 | 0 | 0.18 | 0.44 | 80.77 | 0.1 | 0.51 |
| Hex | 85 | 8E | 74 | 6 | 0 | 12 | 2C | 51 | A | 33 |
| Octal | 205 | 216 | 164 | 6 | 0 | 22 | 54 | 121 | 12 | 63 |
| Binary | 10000101 | 10001110 | 1110100 | 110 | 0 | 10010 | 101100 | 1010001 | 1010 | 110011 |
Color Harmonies of #858E74
Complementary color
Monochromatic Colors of #858E74
Black with #858E74
Text Example
Text Example
White with #858E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858E74; }
p { color: rgb(133,142,116); }
H1.HeaderClassName
{
color: #858E74;
}
.AnyTagClassName
{
color: #858E74;
}
</style>
background-color css
<style>
a { background-color: #858E74; }
a { background-color: rgb(133,142,116); }
div.DivClassName
{
background-color: #858E74;
}
.BgClassName
{
background-color: #858E74;
}
</style>
border-color css
<style>
span { border-color: #858E74; }
span { border-color: rgb(133,142,116); }
td.TdClassName
{
border-color: #858E74;
}
.TagClassName
{
border-color: #858E74;
}
</style>