Shades of Gunsmoke #858F72
Tints of Gunsmoke #858F72
RGB
CMYK
RGB Variations
Color information
#858F72 (or 0x858F72) is known color: Gunsmoke. HEX triplet: 85, 8F and 72. RGB value is (133,143,114). Sum of RGB (Red+Green+Blue) = 133+143+114=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 143 (56.25% from 255 or 36.67% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 143 - color contains mainly: green. Hex color #858F72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858F72 is #7A708D. Grayscale: #888888. Windows color (decimal): -8024206 or 7507845. OLE color: 7507845.
HSL color Cylindrical-coordinate representation of color #858F72: hue angle of 80.69º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #858F72 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 143 | 114 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.44 |
| HSL | 80.69º | 0.11% | 0.5% | - |
| HSV(B) | 80.69º | 0.2% | 0.56% | - |
| XYZ | 22.53 | 25.85 | 19.72 | - |
| YUV | 136.7 | 115.19 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 143 | 114 | 0.07 | 0 | 0.20 | 0.44 | 80.69 | 0.11 | 0.5 |
| Hex | 85 | 8F | 72 | 7 | 0 | 14 | 2C | 51 | B | 32 |
| Octal | 205 | 217 | 162 | 7 | 0 | 24 | 54 | 121 | 13 | 62 |
| Binary | 10000101 | 10001111 | 1110010 | 111 | 0 | 10100 | 101100 | 1010001 | 1011 | 110010 |
Color Harmonies of #858F72
Complementary color
Monochromatic Colors of #858F72
Black with #858F72
Text Example
Text Example
White with #858F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858F72; }
p { color: rgb(133,143,114); }
H1.HeaderClassName
{
color: #858F72;
}
.AnyTagClassName
{
color: #858F72;
}
</style>
background-color css
<style>
a { background-color: #858F72; }
a { background-color: rgb(133,143,114); }
div.DivClassName
{
background-color: #858F72;
}
.BgClassName
{
background-color: #858F72;
}
</style>
border-color css
<style>
span { border-color: #858F72; }
span { border-color: rgb(133,143,114); }
td.TdClassName
{
border-color: #858F72;
}
.TagClassName
{
border-color: #858F72;
}
</style>