Shades of Gunsmoke #878D80
Tints of Gunsmoke #878D80
RGB
CMYK
RGB Variations
Color information
#878D80 (or 0x878D80) is known color: Gunsmoke. HEX triplet: 87, 8D and 80. RGB value is (135,141,128). Sum of RGB (Red+Green+Blue) = 135+141+128=404 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.42% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 141 - color contains mainly: green. Hex color #878D80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878D80 is #78727F. Grayscale: #898989. Windows color (decimal): -7893632 or 8424839. OLE color: 8424839.
HSL color Cylindrical-coordinate representation of color #878D80: hue angle of 87.69º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #878D80 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 141 | 128 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.45 |
| HSL | 87.69º | 0.05% | 0.53% | - |
| HSV(B) | 87.69º | 0.09% | 0.55% | - |
| XYZ | 23.41 | 25.76 | 24.16 | - |
| YUV | 137.72 | 122.51 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 141 | 128 | 0.04 | 0 | 0.09 | 0.45 | 87.69 | 0.05 | 0.53 |
| Hex | 87 | 8D | 80 | 4 | 0 | 9 | 2D | 58 | 5 | 35 |
| Octal | 207 | 215 | 200 | 4 | 0 | 11 | 55 | 130 | 5 | 65 |
| Binary | 10000111 | 10001101 | 10000000 | 100 | 0 | 1001 | 101101 | 1011000 | 101 | 110101 |
Color Harmonies of #878D80
Complementary color
Monochromatic Colors of #878D80
Black with #878D80
Text Example
Text Example
White with #878D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878D80; }
p { color: rgb(135,141,128); }
H1.HeaderClassName
{
color: #878D80;
}
.AnyTagClassName
{
color: #878D80;
}
</style>
background-color css
<style>
a { background-color: #878D80; }
a { background-color: rgb(135,141,128); }
div.DivClassName
{
background-color: #878D80;
}
.BgClassName
{
background-color: #878D80;
}
</style>
border-color css
<style>
span { border-color: #878D80; }
span { border-color: rgb(135,141,128); }
td.TdClassName
{
border-color: #878D80;
}
.TagClassName
{
border-color: #878D80;
}
</style>