Shades of Gunsmoke #858C76
Tints of Gunsmoke #858C76
RGB
CMYK
RGB Variations
Color information
#858C76 (or 0x858C76) is known color: Gunsmoke. HEX triplet: 85, 8C and 76. RGB value is (133,140,118). Sum of RGB (Red+Green+Blue) = 133+140+118=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 140 - color contains mainly: green. Hex color #858C76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858C76 is #7A7389. Grayscale: #878787. Windows color (decimal): -8024970 or 7769221. OLE color: 7769221.
HSL color Cylindrical-coordinate representation of color #858C76: hue angle of 79.09º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #858C76 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 140 | 118 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.45 |
| HSL | 79.09º | 0.09% | 0.51% | - |
| HSV(B) | 79.09º | 0.16% | 0.55% | - |
| XYZ | 22.32 | 25.05 | 20.8 | - |
| YUV | 135.4 | 118.18 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 140 | 118 | 0.05 | 0 | 0.16 | 0.45 | 79.09 | 0.09 | 0.51 |
| Hex | 85 | 8C | 76 | 5 | 0 | 10 | 2D | 4F | 9 | 33 |
| Octal | 205 | 214 | 166 | 5 | 0 | 20 | 55 | 117 | 11 | 63 |
| Binary | 10000101 | 10001100 | 1110110 | 101 | 0 | 10000 | 101101 | 1001111 | 1001 | 110011 |
Color Harmonies of #858C76
Complementary color
Monochromatic Colors of #858C76
Black with #858C76
Text Example
Text Example
White with #858C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858C76; }
p { color: rgb(133,140,118); }
H1.HeaderClassName
{
color: #858C76;
}
.AnyTagClassName
{
color: #858C76;
}
</style>
background-color css
<style>
a { background-color: #858C76; }
a { background-color: rgb(133,140,118); }
div.DivClassName
{
background-color: #858C76;
}
.BgClassName
{
background-color: #858C76;
}
</style>
border-color css
<style>
span { border-color: #858C76; }
span { border-color: rgb(133,140,118); }
td.TdClassName
{
border-color: #858C76;
}
.TagClassName
{
border-color: #858C76;
}
</style>