Shades of Gunsmoke #858C72
Tints of Gunsmoke #858C72
RGB
CMYK
RGB Variations
Color information
#858C72 (or 0x858C72) is known color: Gunsmoke. HEX triplet: 85, 8C and 72. RGB value is (133,140,114). Sum of RGB (Red+Green+Blue) = 133+140+114=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 140 - color contains mainly: green. Hex color #858C72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858C72 is #7A738D. Grayscale: #878787. Windows color (decimal): -8024974 or 7507077. OLE color: 7507077.
HSL color Cylindrical-coordinate representation of color #858C72: hue angle of 76.15º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #858C72 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 140 | 114 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.45 |
| HSL | 76.15º | 0.1% | 0.5% | - |
| HSV(B) | 76.15º | 0.19% | 0.55% | - |
| XYZ | 22.09 | 24.96 | 19.57 | - |
| YUV | 134.94 | 116.18 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 140 | 114 | 0.05 | 0 | 0.19 | 0.45 | 76.15 | 0.1 | 0.5 |
| Hex | 85 | 8C | 72 | 5 | 0 | 13 | 2D | 4C | A | 32 |
| Octal | 205 | 214 | 162 | 5 | 0 | 23 | 55 | 114 | 12 | 62 |
| Binary | 10000101 | 10001100 | 1110010 | 101 | 0 | 10011 | 101101 | 1001100 | 1010 | 110010 |
Color Harmonies of #858C72
Complementary color
Monochromatic Colors of #858C72
Black with #858C72
Text Example
Text Example
White with #858C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858C72; }
p { color: rgb(133,140,114); }
H1.HeaderClassName
{
color: #858C72;
}
.AnyTagClassName
{
color: #858C72;
}
</style>
background-color css
<style>
a { background-color: #858C72; }
a { background-color: rgb(133,140,114); }
div.DivClassName
{
background-color: #858C72;
}
.BgClassName
{
background-color: #858C72;
}
</style>
border-color css
<style>
span { border-color: #858C72; }
span { border-color: rgb(133,140,114); }
td.TdClassName
{
border-color: #858C72;
}
.TagClassName
{
border-color: #858C72;
}
</style>