Shades of Gunsmoke #898B86
Tints of Gunsmoke #898B86
RGB
CMYK
RGB Variations
Color information
#898B86 (or 0x898B86) is known color: Gunsmoke. HEX triplet: 89, 8B and 86. RGB value is (137,139,134). Sum of RGB (Red+Green+Blue) = 137+139+134=410 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.41% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 139 - color contains mainly: green. Hex color #898B86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898B86 is #767479. Grayscale: #898989. Windows color (decimal): -7763066 or 8817545. OLE color: 8817545.
HSL color Cylindrical-coordinate representation of color #898B86: hue angle of 84º degrees, saturation: 0.02, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #898B86 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 139 | 134 | - |
| CMYK | 0.01 | 0 | 0.04 | 0.45 |
| HSL | 84º | 0.02% | 0.54% | - |
| HSV(B) | 84º | 0.04% | 0.55% | - |
| XYZ | 23.85 | 25.5 | 26.22 | - |
| YUV | 137.83 | 125.84 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 139 | 134 | 0.01 | 0 | 0.04 | 0.45 | 84 | 0.02 | 0.54 |
| Hex | 89 | 8B | 86 | 1 | 0 | 4 | 2D | 54 | 2 | 36 |
| Octal | 211 | 213 | 206 | 1 | 0 | 4 | 55 | 124 | 2 | 66 |
| Binary | 10001001 | 10001011 | 10000110 | 1 | 0 | 100 | 101101 | 1010100 | 10 | 110110 |
Color Harmonies of #898B86
Complementary color
Monochromatic Colors of #898B86
Black with #898B86
Text Example
Text Example
White with #898B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898B86; }
p { color: rgb(137,139,134); }
H1.HeaderClassName
{
color: #898B86;
}
.AnyTagClassName
{
color: #898B86;
}
</style>
background-color css
<style>
a { background-color: #898B86; }
a { background-color: rgb(137,139,134); }
div.DivClassName
{
background-color: #898B86;
}
.BgClassName
{
background-color: #898B86;
}
</style>
border-color css
<style>
span { border-color: #898B86; }
span { border-color: rgb(137,139,134); }
td.TdClassName
{
border-color: #898B86;
}
.TagClassName
{
border-color: #898B86;
}
</style>