Shades of Gunsmoke #888D80
Tints of Gunsmoke #888D80
RGB
CMYK
RGB Variations
Color information
#888D80 (or 0x888D80) is known color: Gunsmoke. HEX triplet: 88, 8D and 80. RGB value is (136,141,128). Sum of RGB (Red+Green+Blue) = 136+141+128=405 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.58% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 141 - color contains mainly: green. Hex color #888D80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888D80 is #77727F. Grayscale: #8A8A8A. Windows color (decimal): -7828096 or 8424840. OLE color: 8424840.
HSL color Cylindrical-coordinate representation of color #888D80: hue angle of 83.08º 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 #888D80 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 141 | 128 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.45 |
| HSL | 83.08º | 0.05% | 0.53% | - |
| HSV(B) | 83.08º | 0.09% | 0.55% | - |
| XYZ | 23.57 | 25.84 | 24.17 | - |
| YUV | 138.02 | 122.34 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 141 | 128 | 0.04 | 0 | 0.09 | 0.45 | 83.08 | 0.05 | 0.53 |
| Hex | 88 | 8D | 80 | 4 | 0 | 9 | 2D | 53 | 5 | 35 |
| Octal | 210 | 215 | 200 | 4 | 0 | 11 | 55 | 123 | 5 | 65 |
| Binary | 10001000 | 10001101 | 10000000 | 100 | 0 | 1001 | 101101 | 1010011 | 101 | 110101 |
Color Harmonies of #888D80
Complementary color
Monochromatic Colors of #888D80
Black with #888D80
Text Example
Text Example
White with #888D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888D80; }
p { color: rgb(136,141,128); }
H1.HeaderClassName
{
color: #888D80;
}
.AnyTagClassName
{
color: #888D80;
}
</style>
background-color css
<style>
a { background-color: #888D80; }
a { background-color: rgb(136,141,128); }
div.DivClassName
{
background-color: #888D80;
}
.BgClassName
{
background-color: #888D80;
}
</style>
border-color css
<style>
span { border-color: #888D80; }
span { border-color: rgb(136,141,128); }
td.TdClassName
{
border-color: #888D80;
}
.TagClassName
{
border-color: #888D80;
}
</style>