Shades of Gunsmoke #898C84
Tints of Gunsmoke #898C84
RGB
CMYK
RGB Variations
Color information
#898C84 (or 0x898C84) is known color: Gunsmoke. HEX triplet: 89, 8C and 84. RGB value is (137,140,132). Sum of RGB (Red+Green+Blue) = 137+140+132=409 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.50% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 140 - color contains mainly: green. Hex color #898C84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898C84 is #76737B. Grayscale: #8A8A8A. Windows color (decimal): -7762812 or 8686729. OLE color: 8686729.
HSL color Cylindrical-coordinate representation of color #898C84: hue angle of 82.5º degrees, saturation: 0.03, 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 #898C84 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 140 | 132 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.45 |
| HSL | 82.5º | 0.03% | 0.53% | - |
| HSV(B) | 82.5º | 0.06% | 0.55% | - |
| XYZ | 23.86 | 25.74 | 25.54 | - |
| YUV | 138.19 | 124.51 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 140 | 132 | 0.02 | 0 | 0.06 | 0.45 | 82.5 | 0.03 | 0.53 |
| Hex | 89 | 8C | 84 | 2 | 0 | 6 | 2D | 52 | 3 | 35 |
| Octal | 211 | 214 | 204 | 2 | 0 | 6 | 55 | 122 | 3 | 65 |
| Binary | 10001001 | 10001100 | 10000100 | 10 | 0 | 110 | 101101 | 1010010 | 11 | 110101 |
Color Harmonies of #898C84
Complementary color
Monochromatic Colors of #898C84
Black with #898C84
Text Example
Text Example
White with #898C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898C84; }
p { color: rgb(137,140,132); }
H1.HeaderClassName
{
color: #898C84;
}
.AnyTagClassName
{
color: #898C84;
}
</style>
background-color css
<style>
a { background-color: #898C84; }
a { background-color: rgb(137,140,132); }
div.DivClassName
{
background-color: #898C84;
}
.BgClassName
{
background-color: #898C84;
}
</style>
border-color css
<style>
span { border-color: #898C84; }
span { border-color: rgb(137,140,132); }
td.TdClassName
{
border-color: #898C84;
}
.TagClassName
{
border-color: #898C84;
}
</style>