Shades of Gunsmoke #858C78
Tints of Gunsmoke #858C78
RGB
CMYK
RGB Variations
Color information
#858C78 (or 0x858C78) is known color: Gunsmoke. HEX triplet: 85, 8C and 78. RGB value is (133,140,120). Sum of RGB (Red+Green+Blue) = 133+140+120=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 140 - color contains mainly: green. Hex color #858C78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858C78 is #7A7387. Grayscale: #878787. Windows color (decimal): -8024968 or 7900293. OLE color: 7900293.
HSL color Cylindrical-coordinate representation of color #858C78: hue angle of 81º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #858C78 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 140 | 120 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.45 |
| HSL | 81º | 0.08% | 0.51% | - |
| HSV(B) | 81º | 0.14% | 0.55% | - |
| XYZ | 22.44 | 25.1 | 21.43 | - |
| YUV | 135.63 | 119.18 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 140 | 120 | 0.05 | 0 | 0.14 | 0.45 | 81 | 0.08 | 0.51 |
| Hex | 85 | 8C | 78 | 5 | 0 | E | 2D | 51 | 8 | 33 |
| Octal | 205 | 214 | 170 | 5 | 0 | 16 | 55 | 121 | 10 | 63 |
| Binary | 10000101 | 10001100 | 1111000 | 101 | 0 | 1110 | 101101 | 1010001 | 1000 | 110011 |
Color Harmonies of #858C78
Complementary color
Monochromatic Colors of #858C78
Black with #858C78
Text Example
Text Example
White with #858C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858C78; }
p { color: rgb(133,140,120); }
H1.HeaderClassName
{
color: #858C78;
}
.AnyTagClassName
{
color: #858C78;
}
</style>
background-color css
<style>
a { background-color: #858C78; }
a { background-color: rgb(133,140,120); }
div.DivClassName
{
background-color: #858C78;
}
.BgClassName
{
background-color: #858C78;
}
</style>
border-color css
<style>
span { border-color: #858C78; }
span { border-color: rgb(133,140,120); }
td.TdClassName
{
border-color: #858C78;
}
.TagClassName
{
border-color: #858C78;
}
</style>