Shades of Gunsmoke #888D7C
Tints of Gunsmoke #888D7C
RGB
CMYK
RGB Variations
Color information
#888D7C (or 0x888D7C) is known color: Gunsmoke. HEX triplet: 88, 8D and 7C. RGB value is (136,141,124). Sum of RGB (Red+Green+Blue) = 136+141+124=401 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.92% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 141 - color contains mainly: green. Hex color #888D7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888D7C is #777283. Grayscale: #898989. Windows color (decimal): -7828100 or 8162696. OLE color: 8162696.
HSL color Cylindrical-coordinate representation of color #888D7C: hue angle of 77.65º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #888D7C is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 141 | 124 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.45 |
| HSL | 77.65º | 0.07% | 0.52% | - |
| HSV(B) | 77.65º | 0.12% | 0.55% | - |
| XYZ | 23.32 | 25.74 | 22.81 | - |
| YUV | 137.57 | 120.34 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 141 | 124 | 0.04 | 0 | 0.12 | 0.45 | 77.65 | 0.07 | 0.52 |
| Hex | 88 | 8D | 7C | 4 | 0 | C | 2D | 4E | 7 | 34 |
| Octal | 210 | 215 | 174 | 4 | 0 | 14 | 55 | 116 | 7 | 64 |
| Binary | 10001000 | 10001101 | 1111100 | 100 | 0 | 1100 | 101101 | 1001110 | 111 | 110100 |
Color Harmonies of #888D7C
Complementary color
Monochromatic Colors of #888D7C
Black with #888D7C
Text Example
Text Example
White with #888D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888D7C; }
p { color: rgb(136,141,124); }
H1.HeaderClassName
{
color: #888D7C;
}
.AnyTagClassName
{
color: #888D7C;
}
</style>
background-color css
<style>
a { background-color: #888D7C; }
a { background-color: rgb(136,141,124); }
div.DivClassName
{
background-color: #888D7C;
}
.BgClassName
{
background-color: #888D7C;
}
</style>
border-color css
<style>
span { border-color: #888D7C; }
span { border-color: rgb(136,141,124); }
td.TdClassName
{
border-color: #888D7C;
}
.TagClassName
{
border-color: #888D7C;
}
</style>