Shades of Gunsmoke #878D7C
Tints of Gunsmoke #878D7C
RGB
CMYK
RGB Variations
Color information
#878D7C (or 0x878D7C) is known color: Gunsmoke. HEX triplet: 87, 8D and 7C. RGB value is (135,141,124). Sum of RGB (Red+Green+Blue) = 135+141+124=400 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.75% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 141 - color contains mainly: green. Hex color #878D7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878D7C is #787283. Grayscale: #898989. Windows color (decimal): -7893636 or 8162695. OLE color: 8162695.
HSL color Cylindrical-coordinate representation of color #878D7C: hue angle of 81.18º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #878D7C is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 141 | 124 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.45 |
| HSL | 81.18º | 0.07% | 0.52% | - |
| HSV(B) | 81.18º | 0.12% | 0.55% | - |
| XYZ | 23.15 | 25.66 | 22.8 | - |
| YUV | 137.27 | 120.51 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 141 | 124 | 0.04 | 0 | 0.12 | 0.45 | 81.18 | 0.07 | 0.52 |
| Hex | 87 | 8D | 7C | 4 | 0 | C | 2D | 51 | 7 | 34 |
| Octal | 207 | 215 | 174 | 4 | 0 | 14 | 55 | 121 | 7 | 64 |
| Binary | 10000111 | 10001101 | 1111100 | 100 | 0 | 1100 | 101101 | 1010001 | 111 | 110100 |
Color Harmonies of #878D7C
Complementary color
Monochromatic Colors of #878D7C
Black with #878D7C
Text Example
Text Example
White with #878D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878D7C; }
p { color: rgb(135,141,124); }
H1.HeaderClassName
{
color: #878D7C;
}
.AnyTagClassName
{
color: #878D7C;
}
</style>
background-color css
<style>
a { background-color: #878D7C; }
a { background-color: rgb(135,141,124); }
div.DivClassName
{
background-color: #878D7C;
}
.BgClassName
{
background-color: #878D7C;
}
</style>
border-color css
<style>
span { border-color: #878D7C; }
span { border-color: rgb(135,141,124); }
td.TdClassName
{
border-color: #878D7C;
}
.TagClassName
{
border-color: #878D7C;
}
</style>