Shades of Gunsmoke #888E7E
Tints of Gunsmoke #888E7E
RGB
CMYK
RGB Variations
Color information
#888E7E (or 0x888E7E) is known color: Gunsmoke. HEX triplet: 88, 8E and 7E. RGB value is (136,142,126). Sum of RGB (Red+Green+Blue) = 136+142+126=404 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.66% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 142 - color contains mainly: green. Hex color #888E7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888E7E is #777181. Grayscale: #8A8A8A. Windows color (decimal): -7827842 or 8294024. OLE color: 8294024.
HSL color Cylindrical-coordinate representation of color #888E7E: hue angle of 82.5º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #888E7E is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 142 | 126 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.44 |
| HSL | 82.5º | 0.07% | 0.53% | - |
| HSV(B) | 82.5º | 0.11% | 0.56% | - |
| XYZ | 23.59 | 26.09 | 23.53 | - |
| YUV | 138.38 | 121.01 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 142 | 126 | 0.04 | 0 | 0.11 | 0.44 | 82.5 | 0.07 | 0.53 |
| Hex | 88 | 8E | 7E | 4 | 0 | B | 2C | 52 | 7 | 35 |
| Octal | 210 | 216 | 176 | 4 | 0 | 13 | 54 | 122 | 7 | 65 |
| Binary | 10001000 | 10001110 | 1111110 | 100 | 0 | 1011 | 101100 | 1010010 | 111 | 110101 |
Color Harmonies of #888E7E
Complementary color
Monochromatic Colors of #888E7E
Black with #888E7E
Text Example
Text Example
White with #888E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888E7E; }
p { color: rgb(136,142,126); }
H1.HeaderClassName
{
color: #888E7E;
}
.AnyTagClassName
{
color: #888E7E;
}
</style>
background-color css
<style>
a { background-color: #888E7E; }
a { background-color: rgb(136,142,126); }
div.DivClassName
{
background-color: #888E7E;
}
.BgClassName
{
background-color: #888E7E;
}
</style>
border-color css
<style>
span { border-color: #888E7E; }
span { border-color: rgb(136,142,126); }
td.TdClassName
{
border-color: #888E7E;
}
.TagClassName
{
border-color: #888E7E;
}
</style>