Shades of Gunsmoke #878E77
Tints of Gunsmoke #878E77
RGB
CMYK
RGB Variations
Color information
#878E77 (or 0x878E77) is known color: Gunsmoke. HEX triplet: 87, 8E and 77. RGB value is (135,142,119). Sum of RGB (Red+Green+Blue) = 135+142+119=396 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.09% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 119 (46.88% from 255 or 30.05% from 396); Max value from RGB is 142 - color contains mainly: green. Hex color #878E77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878E77 is #787188. Grayscale: #898989. Windows color (decimal): -7893385 or 7835271. OLE color: 7835271.
HSL color Cylindrical-coordinate representation of color #878E77: hue angle of 78.26º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #878E77 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 142 | 119 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.44 |
| HSL | 78.26º | 0.09% | 0.51% | - |
| HSV(B) | 78.26º | 0.16% | 0.56% | - |
| XYZ | 22.99 | 25.83 | 21.23 | - |
| YUV | 137.29 | 117.68 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 142 | 119 | 0.05 | 0 | 0.16 | 0.44 | 78.26 | 0.09 | 0.51 |
| Hex | 87 | 8E | 77 | 5 | 0 | 10 | 2C | 4E | 9 | 33 |
| Octal | 207 | 216 | 167 | 5 | 0 | 20 | 54 | 116 | 11 | 63 |
| Binary | 10000111 | 10001110 | 1110111 | 101 | 0 | 10000 | 101100 | 1001110 | 1001 | 110011 |
Color Harmonies of #878E77
Complementary color
Monochromatic Colors of #878E77
Black with #878E77
Text Example
Text Example
White with #878E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878E77; }
p { color: rgb(135,142,119); }
H1.HeaderClassName
{
color: #878E77;
}
.AnyTagClassName
{
color: #878E77;
}
</style>
background-color css
<style>
a { background-color: #878E77; }
a { background-color: rgb(135,142,119); }
div.DivClassName
{
background-color: #878E77;
}
.BgClassName
{
background-color: #878E77;
}
</style>
border-color css
<style>
span { border-color: #878E77; }
span { border-color: rgb(135,142,119); }
td.TdClassName
{
border-color: #878E77;
}
.TagClassName
{
border-color: #878E77;
}
</style>