Shades of Gunsmoke #858C75
Tints of Gunsmoke #858C75
RGB
CMYK
RGB Variations
Color information
#858C75 (or 0x858C75) is known color: Gunsmoke. HEX triplet: 85, 8C and 75. RGB value is (133,140,117). Sum of RGB (Red+Green+Blue) = 133+140+117=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 140 - color contains mainly: green. Hex color #858C75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858C75 is #7A738A. Grayscale: #878787. Windows color (decimal): -8024971 or 7703685. OLE color: 7703685.
HSL color Cylindrical-coordinate representation of color #858C75: hue angle of 78.26º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #858C75 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 140 | 117 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.45 |
| HSL | 78.26º | 0.09% | 0.5% | - |
| HSV(B) | 78.26º | 0.16% | 0.55% | - |
| XYZ | 22.26 | 25.03 | 20.49 | - |
| YUV | 135.29 | 117.68 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 140 | 117 | 0.05 | 0 | 0.16 | 0.45 | 78.26 | 0.09 | 0.5 |
| Hex | 85 | 8C | 75 | 5 | 0 | 10 | 2D | 4E | 9 | 32 |
| Octal | 205 | 214 | 165 | 5 | 0 | 20 | 55 | 116 | 11 | 62 |
| Binary | 10000101 | 10001100 | 1110101 | 101 | 0 | 10000 | 101101 | 1001110 | 1001 | 110010 |
Color Harmonies of #858C75
Complementary color
Monochromatic Colors of #858C75
Black with #858C75
Text Example
Text Example
White with #858C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858C75; }
p { color: rgb(133,140,117); }
H1.HeaderClassName
{
color: #858C75;
}
.AnyTagClassName
{
color: #858C75;
}
</style>
background-color css
<style>
a { background-color: #858C75; }
a { background-color: rgb(133,140,117); }
div.DivClassName
{
background-color: #858C75;
}
.BgClassName
{
background-color: #858C75;
}
</style>
border-color css
<style>
span { border-color: #858C75; }
span { border-color: rgb(133,140,117); }
td.TdClassName
{
border-color: #858C75;
}
.TagClassName
{
border-color: #858C75;
}
</style>