Shades of Gunsmoke #878C80
Tints of Gunsmoke #878C80
RGB
CMYK
RGB Variations
Color information
#878C80 (or 0x878C80) is known color: Gunsmoke. HEX triplet: 87, 8C and 80. RGB value is (135,140,128). Sum of RGB (Red+Green+Blue) = 135+140+128=403 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.50% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 140 - color contains mainly: green. Hex color #878C80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878C80 is #78737F. Grayscale: #898989. Windows color (decimal): -7893888 or 8424583. OLE color: 8424583.
HSL color Cylindrical-coordinate representation of color #878C80: hue angle of 85º 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 #878C80 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 140 | 128 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.45 |
| HSL | 85º | 0.05% | 0.53% | - |
| HSV(B) | 85º | 0.09% | 0.55% | - |
| XYZ | 23.27 | 25.47 | 24.11 | - |
| YUV | 137.14 | 122.84 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 140 | 128 | 0.04 | 0 | 0.09 | 0.45 | 85 | 0.05 | 0.53 |
| Hex | 87 | 8C | 80 | 4 | 0 | 9 | 2D | 55 | 5 | 35 |
| Octal | 207 | 214 | 200 | 4 | 0 | 11 | 55 | 125 | 5 | 65 |
| Binary | 10000111 | 10001100 | 10000000 | 100 | 0 | 1001 | 101101 | 1010101 | 101 | 110101 |
Color Harmonies of #878C80
Complementary color
Monochromatic Colors of #878C80
Black with #878C80
Text Example
Text Example
White with #878C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878C80; }
p { color: rgb(135,140,128); }
H1.HeaderClassName
{
color: #878C80;
}
.AnyTagClassName
{
color: #878C80;
}
</style>
background-color css
<style>
a { background-color: #878C80; }
a { background-color: rgb(135,140,128); }
div.DivClassName
{
background-color: #878C80;
}
.BgClassName
{
background-color: #878C80;
}
</style>
border-color css
<style>
span { border-color: #878C80; }
span { border-color: rgb(135,140,128); }
td.TdClassName
{
border-color: #878C80;
}
.TagClassName
{
border-color: #878C80;
}
</style>