Shades of Gunsmoke #898D84
Tints of Gunsmoke #898D84
RGB
CMYK
RGB Variations
Color information
#898D84 (or 0x898D84) is known color: Gunsmoke. HEX triplet: 89, 8D and 84. RGB value is (137,141,132). Sum of RGB (Red+Green+Blue) = 137+141+132=410 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.41% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 132 (51.95% from 255 or 32.20% from 410); Max value from RGB is 141 - color contains mainly: green. Hex color #898D84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898D84 is #76727B. Grayscale: #8A8A8A. Windows color (decimal): -7762556 or 8686985. OLE color: 8686985.
HSL color Cylindrical-coordinate representation of color #898D84: hue angle of 86.67º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #898D84 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 141 | 132 | - |
| CMYK | 0.03 | 0 | 0.06 | 0.45 |
| HSL | 86.67º | 0.04% | 0.54% | - |
| HSV(B) | 86.67º | 0.06% | 0.55% | - |
| XYZ | 24.01 | 26.03 | 25.59 | - |
| YUV | 138.78 | 124.17 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 141 | 132 | 0.03 | 0 | 0.06 | 0.45 | 86.67 | 0.04 | 0.54 |
| Hex | 89 | 8D | 84 | 3 | 0 | 6 | 2D | 57 | 4 | 36 |
| Octal | 211 | 215 | 204 | 3 | 0 | 6 | 55 | 127 | 4 | 66 |
| Binary | 10001001 | 10001101 | 10000100 | 11 | 0 | 110 | 101101 | 1010111 | 100 | 110110 |
Color Harmonies of #898D84
Complementary color
Monochromatic Colors of #898D84
Black with #898D84
Text Example
Text Example
White with #898D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898D84; }
p { color: rgb(137,141,132); }
H1.HeaderClassName
{
color: #898D84;
}
.AnyTagClassName
{
color: #898D84;
}
</style>
background-color css
<style>
a { background-color: #898D84; }
a { background-color: rgb(137,141,132); }
div.DivClassName
{
background-color: #898D84;
}
.BgClassName
{
background-color: #898D84;
}
</style>
border-color css
<style>
span { border-color: #898D84; }
span { border-color: rgb(137,141,132); }
td.TdClassName
{
border-color: #898D84;
}
.TagClassName
{
border-color: #898D84;
}
</style>