Shades of Gunsmoke #878C7A
Tints of Gunsmoke #878C7A
RGB
CMYK
RGB Variations
Color information
#878C7A (or 0x878C7A) is known color: Gunsmoke. HEX triplet: 87, 8C and 7A. RGB value is (135,140,122). Sum of RGB (Red+Green+Blue) = 135+140+122=397 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.01% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 140 - color contains mainly: green. Hex color #878C7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878C7A is #787385. Grayscale: #888888. Windows color (decimal): -7893894 or 8031367. OLE color: 8031367.
HSL color Cylindrical-coordinate representation of color #878C7A: hue angle of 76.67º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #878C7A is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 140 | 122 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.45 |
| HSL | 76.67º | 0.07% | 0.51% | - |
| HSV(B) | 76.67º | 0.13% | 0.55% | - |
| XYZ | 22.88 | 25.31 | 22.09 | - |
| YUV | 136.45 | 119.84 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 140 | 122 | 0.04 | 0 | 0.13 | 0.45 | 76.67 | 0.07 | 0.51 |
| Hex | 87 | 8C | 7A | 4 | 0 | D | 2D | 4D | 7 | 33 |
| Octal | 207 | 214 | 172 | 4 | 0 | 15 | 55 | 115 | 7 | 63 |
| Binary | 10000111 | 10001100 | 1111010 | 100 | 0 | 1101 | 101101 | 1001101 | 111 | 110011 |
Color Harmonies of #878C7A
Complementary color
Monochromatic Colors of #878C7A
Black with #878C7A
Text Example
Text Example
White with #878C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878C7A; }
p { color: rgb(135,140,122); }
H1.HeaderClassName
{
color: #878C7A;
}
.AnyTagClassName
{
color: #878C7A;
}
</style>
background-color css
<style>
a { background-color: #878C7A; }
a { background-color: rgb(135,140,122); }
div.DivClassName
{
background-color: #878C7A;
}
.BgClassName
{
background-color: #878C7A;
}
</style>
border-color css
<style>
span { border-color: #878C7A; }
span { border-color: rgb(135,140,122); }
td.TdClassName
{
border-color: #878C7A;
}
.TagClassName
{
border-color: #878C7A;
}
</style>