Shades of Gunsmoke #888A83
Tints of Gunsmoke #888A83
RGB
CMYK
RGB Variations
Color information
#888A83 (or 0x888A83) is known color: Gunsmoke. HEX triplet: 88, 8A and 83. RGB value is (136,138,131). Sum of RGB (Red+Green+Blue) = 136+138+131=405 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.58% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 131 (51.56% from 255 or 32.35% from 405); Max value from RGB is 138 - color contains mainly: green. Hex color #888A83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888A83 is #77757C. Grayscale: #888888. Windows color (decimal): -7828861 or 8620680. OLE color: 8620680.
HSL color Cylindrical-coordinate representation of color #888A83: hue angle of 77.14º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #888A83 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 138 | 131 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.46 |
| HSL | 77.14º | 0.03% | 0.53% | - |
| HSV(B) | 77.14º | 0.05% | 0.54% | - |
| XYZ | 23.34 | 25.05 | 25.08 | - |
| YUV | 136.6 | 124.84 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 138 | 131 | 0.01 | 0 | 0.05 | 0.46 | 77.14 | 0.03 | 0.53 |
| Hex | 88 | 8A | 83 | 1 | 0 | 5 | 2E | 4D | 3 | 35 |
| Octal | 210 | 212 | 203 | 1 | 0 | 5 | 56 | 115 | 3 | 65 |
| Binary | 10001000 | 10001010 | 10000011 | 1 | 0 | 101 | 101110 | 1001101 | 11 | 110101 |
Color Harmonies of #888A83
Complementary color
Monochromatic Colors of #888A83
Black with #888A83
Text Example
Text Example
White with #888A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888A83; }
p { color: rgb(136,138,131); }
H1.HeaderClassName
{
color: #888A83;
}
.AnyTagClassName
{
color: #888A83;
}
</style>
background-color css
<style>
a { background-color: #888A83; }
a { background-color: rgb(136,138,131); }
div.DivClassName
{
background-color: #888A83;
}
.BgClassName
{
background-color: #888A83;
}
</style>
border-color css
<style>
span { border-color: #888A83; }
span { border-color: rgb(136,138,131); }
td.TdClassName
{
border-color: #888A83;
}
.TagClassName
{
border-color: #888A83;
}
</style>