Shades of Gunsmoke #888D81
Tints of Gunsmoke #888D81
RGB
CMYK
RGB Variations
Color information
#888D81 (or 0x888D81) is known color: Gunsmoke. HEX triplet: 88, 8D and 81. RGB value is (136,141,129). Sum of RGB (Red+Green+Blue) = 136+141+129=406 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.50% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 129 (50.78% from 255 or 31.77% from 406); Max value from RGB is 141 - color contains mainly: green. Hex color #888D81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888D81 is #77727E. Grayscale: #8A8A8A. Windows color (decimal): -7828095 or 8490376. OLE color: 8490376.
HSL color Cylindrical-coordinate representation of color #888D81: hue angle of 85º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #888D81 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 141 | 129 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.45 |
| HSL | 85º | 0.05% | 0.53% | - |
| HSV(B) | 85º | 0.09% | 0.55% | - |
| XYZ | 23.64 | 25.87 | 24.52 | - |
| YUV | 138.14 | 122.84 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 141 | 129 | 0.04 | 0 | 0.09 | 0.45 | 85 | 0.05 | 0.53 |
| Hex | 88 | 8D | 81 | 4 | 0 | 9 | 2D | 55 | 5 | 35 |
| Octal | 210 | 215 | 201 | 4 | 0 | 11 | 55 | 125 | 5 | 65 |
| Binary | 10001000 | 10001101 | 10000001 | 100 | 0 | 1001 | 101101 | 1010101 | 101 | 110101 |
Color Harmonies of #888D81
Complementary color
Monochromatic Colors of #888D81
Black with #888D81
Text Example
Text Example
White with #888D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888D81; }
p { color: rgb(136,141,129); }
H1.HeaderClassName
{
color: #888D81;
}
.AnyTagClassName
{
color: #888D81;
}
</style>
background-color css
<style>
a { background-color: #888D81; }
a { background-color: rgb(136,141,129); }
div.DivClassName
{
background-color: #888D81;
}
.BgClassName
{
background-color: #888D81;
}
</style>
border-color css
<style>
span { border-color: #888D81; }
span { border-color: rgb(136,141,129); }
td.TdClassName
{
border-color: #888D81;
}
.TagClassName
{
border-color: #888D81;
}
</style>