Shades of Gunsmoke #878C7F
Tints of Gunsmoke #878C7F
RGB
CMYK
RGB Variations
Color information
#878C7F (or 0x878C7F) is known color: Gunsmoke. HEX triplet: 87, 8C and 7F. RGB value is (135,140,127). Sum of RGB (Red+Green+Blue) = 135+140+127=402 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.58% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 140 - color contains mainly: green. Hex color #878C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878C7F is #787380. Grayscale: #898989. Windows color (decimal): -7893889 or 8359047. OLE color: 8359047.
HSL color Cylindrical-coordinate representation of color #878C7F: hue angle of 83.08º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #878C7F is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 140 | 127 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.45 |
| HSL | 83.08º | 0.05% | 0.52% | - |
| HSV(B) | 83.08º | 0.09% | 0.55% | - |
| XYZ | 23.2 | 25.44 | 23.77 | - |
| YUV | 137.02 | 122.34 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 140 | 127 | 0.04 | 0 | 0.09 | 0.45 | 83.08 | 0.05 | 0.52 |
| Hex | 87 | 8C | 7F | 4 | 0 | 9 | 2D | 53 | 5 | 34 |
| Octal | 207 | 214 | 177 | 4 | 0 | 11 | 55 | 123 | 5 | 64 |
| Binary | 10000111 | 10001100 | 1111111 | 100 | 0 | 1001 | 101101 | 1010011 | 101 | 110100 |
Color Harmonies of #878C7F
Complementary color
Monochromatic Colors of #878C7F
Black with #878C7F
Text Example
Text Example
White with #878C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878C7F; }
p { color: rgb(135,140,127); }
H1.HeaderClassName
{
color: #878C7F;
}
.AnyTagClassName
{
color: #878C7F;
}
</style>
background-color css
<style>
a { background-color: #878C7F; }
a { background-color: rgb(135,140,127); }
div.DivClassName
{
background-color: #878C7F;
}
.BgClassName
{
background-color: #878C7F;
}
</style>
border-color css
<style>
span { border-color: #878C7F; }
span { border-color: rgb(135,140,127); }
td.TdClassName
{
border-color: #878C7F;
}
.TagClassName
{
border-color: #878C7F;
}
</style>