Shades of Gunsmoke #888E79
Tints of Gunsmoke #888E79
RGB
CMYK
RGB Variations
Color information
#888E79 (or 0x888E79) is known color: Gunsmoke. HEX triplet: 88, 8E and 79. RGB value is (136,142,121). Sum of RGB (Red+Green+Blue) = 136+142+121=399 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.09% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 142 - color contains mainly: green. Hex color #888E79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888E79 is #777186. Grayscale: #898989. Windows color (decimal): -7827847 or 7966344. OLE color: 7966344.
HSL color Cylindrical-coordinate representation of color #888E79: hue angle of 77.14º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #888E79 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 142 | 121 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.44 |
| HSL | 77.14º | 0.09% | 0.52% | - |
| HSV(B) | 77.14º | 0.15% | 0.56% | - |
| XYZ | 23.28 | 25.96 | 21.87 | - |
| YUV | 137.81 | 118.51 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 142 | 121 | 0.04 | 0 | 0.15 | 0.44 | 77.14 | 0.09 | 0.52 |
| Hex | 88 | 8E | 79 | 4 | 0 | F | 2C | 4D | 9 | 34 |
| Octal | 210 | 216 | 171 | 4 | 0 | 17 | 54 | 115 | 11 | 64 |
| Binary | 10001000 | 10001110 | 1111001 | 100 | 0 | 1111 | 101100 | 1001101 | 1001 | 110100 |
Color Harmonies of #888E79
Complementary color
Monochromatic Colors of #888E79
Black with #888E79
Text Example
Text Example
White with #888E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888E79; }
p { color: rgb(136,142,121); }
H1.HeaderClassName
{
color: #888E79;
}
.AnyTagClassName
{
color: #888E79;
}
</style>
background-color css
<style>
a { background-color: #888E79; }
a { background-color: rgb(136,142,121); }
div.DivClassName
{
background-color: #888E79;
}
.BgClassName
{
background-color: #888E79;
}
</style>
border-color css
<style>
span { border-color: #888E79; }
span { border-color: rgb(136,142,121); }
td.TdClassName
{
border-color: #888E79;
}
.TagClassName
{
border-color: #888E79;
}
</style>