Shades of Gunsmoke #888D82
Tints of Gunsmoke #888D82
RGB
CMYK
RGB Variations
Color information
#888D82 (or 0x888D82) is known color: Gunsmoke. HEX triplet: 88, 8D and 82. RGB value is (136,141,130). Sum of RGB (Red+Green+Blue) = 136+141+130=407 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.42% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 141 - color contains mainly: green. Hex color #888D82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888D82 is #77727D. Grayscale: #8A8A8A. Windows color (decimal): -7828094 or 8555912. OLE color: 8555912.
HSL color Cylindrical-coordinate representation of color #888D82: hue angle of 87.27º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #888D82 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 141 | 130 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.45 |
| HSL | 87.27º | 0.05% | 0.53% | - |
| HSV(B) | 87.27º | 0.08% | 0.55% | - |
| XYZ | 23.71 | 25.9 | 24.87 | - |
| YUV | 138.25 | 123.34 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 141 | 130 | 0.04 | 0 | 0.08 | 0.45 | 87.27 | 0.05 | 0.53 |
| Hex | 88 | 8D | 82 | 4 | 0 | 8 | 2D | 57 | 5 | 35 |
| Octal | 210 | 215 | 202 | 4 | 0 | 10 | 55 | 127 | 5 | 65 |
| Binary | 10001000 | 10001101 | 10000010 | 100 | 0 | 1000 | 101101 | 1010111 | 101 | 110101 |
Color Harmonies of #888D82
Complementary color
Monochromatic Colors of #888D82
Black with #888D82
Text Example
Text Example
White with #888D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888D82; }
p { color: rgb(136,141,130); }
H1.HeaderClassName
{
color: #888D82;
}
.AnyTagClassName
{
color: #888D82;
}
</style>
background-color css
<style>
a { background-color: #888D82; }
a { background-color: rgb(136,141,130); }
div.DivClassName
{
background-color: #888D82;
}
.BgClassName
{
background-color: #888D82;
}
</style>
border-color css
<style>
span { border-color: #888D82; }
span { border-color: rgb(136,141,130); }
td.TdClassName
{
border-color: #888D82;
}
.TagClassName
{
border-color: #888D82;
}
</style>