Shades of Gunsmoke #888B82
Tints of Gunsmoke #888B82
RGB
CMYK
RGB Variations
Color information
#888B82 (or 0x888B82) is known color: Gunsmoke. HEX triplet: 88, 8B and 82. RGB value is (136,139,130). Sum of RGB (Red+Green+Blue) = 136+139+130=405 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.58% from 405); Green value is 139 (54.69% from 255 or 34.32% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 139 - color contains mainly: green. Hex color #888B82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888B82 is #77747D. Grayscale: #898989. Windows color (decimal): -7828606 or 8555400. OLE color: 8555400.
HSL color Cylindrical-coordinate representation of color #888B82: hue angle of 80º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #888B82 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 139 | 130 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.45 |
| HSL | 80º | 0.04% | 0.53% | - |
| HSV(B) | 80º | 0.06% | 0.55% | - |
| XYZ | 23.42 | 25.31 | 24.77 | - |
| YUV | 137.08 | 124.01 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 139 | 130 | 0.02 | 0 | 0.06 | 0.45 | 80 | 0.04 | 0.53 |
| Hex | 88 | 8B | 82 | 2 | 0 | 6 | 2D | 50 | 4 | 35 |
| Octal | 210 | 213 | 202 | 2 | 0 | 6 | 55 | 120 | 4 | 65 |
| Binary | 10001000 | 10001011 | 10000010 | 10 | 0 | 110 | 101101 | 1010000 | 100 | 110101 |
Color Harmonies of #888B82
Complementary color
Monochromatic Colors of #888B82
Black with #888B82
Text Example
Text Example
White with #888B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888B82; }
p { color: rgb(136,139,130); }
H1.HeaderClassName
{
color: #888B82;
}
.AnyTagClassName
{
color: #888B82;
}
</style>
background-color css
<style>
a { background-color: #888B82; }
a { background-color: rgb(136,139,130); }
div.DivClassName
{
background-color: #888B82;
}
.BgClassName
{
background-color: #888B82;
}
</style>
border-color css
<style>
span { border-color: #888B82; }
span { border-color: rgb(136,139,130); }
td.TdClassName
{
border-color: #888B82;
}
.TagClassName
{
border-color: #888B82;
}
</style>