Shades of Gunsmoke #898E82
Tints of Gunsmoke #898E82
RGB
CMYK
RGB Variations
Color information
#898E82 (or 0x898E82) is known color: Gunsmoke. HEX triplet: 89, 8E and 82. RGB value is (137,142,130). Sum of RGB (Red+Green+Blue) = 137+142+130=409 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.50% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 130 (51.17% from 255 or 31.78% from 409); Max value from RGB is 142 - color contains mainly: green. Hex color #898E82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898E82 is #76717D. Grayscale: #8B8B8B. Windows color (decimal): -7762302 or 8556169. OLE color: 8556169.
HSL color Cylindrical-coordinate representation of color #898E82: hue angle of 85º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #898E82 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 142 | 130 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.44 |
| HSL | 85º | 0.05% | 0.53% | - |
| HSV(B) | 85º | 0.08% | 0.56% | - |
| XYZ | 24.02 | 26.28 | 24.92 | - |
| YUV | 139.14 | 122.84 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 142 | 130 | 0.04 | 0 | 0.08 | 0.44 | 85 | 0.05 | 0.53 |
| Hex | 89 | 8E | 82 | 4 | 0 | 8 | 2C | 55 | 5 | 35 |
| Octal | 211 | 216 | 202 | 4 | 0 | 10 | 54 | 125 | 5 | 65 |
| Binary | 10001001 | 10001110 | 10000010 | 100 | 0 | 1000 | 101100 | 1010101 | 101 | 110101 |
Color Harmonies of #898E82
Complementary color
Monochromatic Colors of #898E82
Black with #898E82
Text Example
Text Example
White with #898E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898E82; }
p { color: rgb(137,142,130); }
H1.HeaderClassName
{
color: #898E82;
}
.AnyTagClassName
{
color: #898E82;
}
</style>
background-color css
<style>
a { background-color: #898E82; }
a { background-color: rgb(137,142,130); }
div.DivClassName
{
background-color: #898E82;
}
.BgClassName
{
background-color: #898E82;
}
</style>
border-color css
<style>
span { border-color: #898E82; }
span { border-color: rgb(137,142,130); }
td.TdClassName
{
border-color: #898E82;
}
.TagClassName
{
border-color: #898E82;
}
</style>