Shades of Gunsmoke #888A84
Tints of Gunsmoke #888A84
RGB
CMYK
RGB Variations
Color information
#888A84 (or 0x888A84) is known color: Gunsmoke. HEX triplet: 88, 8A and 84. RGB value is (136,138,132). Sum of RGB (Red+Green+Blue) = 136+138+132=406 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.50% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 138 - color contains mainly: green. Hex color #888A84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888A84 is #77757B. Grayscale: #888888. Windows color (decimal): -7828860 or 8686216. OLE color: 8686216.
HSL color Cylindrical-coordinate representation of color #888A84: hue angle of 80º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #888A84 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 138 | 132 | - |
| CMYK | 0.01 | 0 | 0.04 | 0.46 |
| HSL | 80º | 0.03% | 0.53% | - |
| HSV(B) | 80º | 0.04% | 0.54% | - |
| XYZ | 23.41 | 25.08 | 25.44 | - |
| YUV | 136.72 | 125.34 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 138 | 132 | 0.01 | 0 | 0.04 | 0.46 | 80 | 0.03 | 0.53 |
| Hex | 88 | 8A | 84 | 1 | 0 | 4 | 2E | 50 | 2 | 35 |
| Octal | 210 | 212 | 204 | 1 | 0 | 4 | 56 | 120 | 2 | 65 |
| Binary | 10001000 | 10001010 | 10000100 | 1 | 0 | 100 | 101110 | 1010000 | 10 | 110101 |
Color Harmonies of #888A84
Complementary color
Monochromatic Colors of #888A84
Black with #888A84
Text Example
Text Example
White with #888A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888A84; }
p { color: rgb(136,138,132); }
H1.HeaderClassName
{
color: #888A84;
}
.AnyTagClassName
{
color: #888A84;
}
</style>
background-color css
<style>
a { background-color: #888A84; }
a { background-color: rgb(136,138,132); }
div.DivClassName
{
background-color: #888A84;
}
.BgClassName
{
background-color: #888A84;
}
</style>
border-color css
<style>
span { border-color: #888A84; }
span { border-color: rgb(136,138,132); }
td.TdClassName
{
border-color: #888A84;
}
.TagClassName
{
border-color: #888A84;
}
</style>