Shades of Gunsmoke #898E7E
Tints of Gunsmoke #898E7E
RGB
CMYK
RGB Variations
Color information
#898E7E (or 0x898E7E) is known color: Gunsmoke. HEX triplet: 89, 8E and 7E. RGB value is (137,142,126). Sum of RGB (Red+Green+Blue) = 137+142+126=405 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.83% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 142 - color contains mainly: green. Hex color #898E7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898E7E is #767181. Grayscale: #8A8A8A. Windows color (decimal): -7762306 or 8294025. OLE color: 8294025.
HSL color Cylindrical-coordinate representation of color #898E7E: hue angle of 78.75º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #898E7E is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 142 | 126 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.44 |
| HSL | 78.75º | 0.07% | 0.53% | - |
| HSV(B) | 78.75º | 0.11% | 0.56% | - |
| XYZ | 23.76 | 26.17 | 23.54 | - |
| YUV | 138.68 | 120.84 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 142 | 126 | 0.04 | 0 | 0.11 | 0.44 | 78.75 | 0.07 | 0.53 |
| Hex | 89 | 8E | 7E | 4 | 0 | B | 2C | 4F | 7 | 35 |
| Octal | 211 | 216 | 176 | 4 | 0 | 13 | 54 | 117 | 7 | 65 |
| Binary | 10001001 | 10001110 | 1111110 | 100 | 0 | 1011 | 101100 | 1001111 | 111 | 110101 |
Color Harmonies of #898E7E
Complementary color
Monochromatic Colors of #898E7E
Black with #898E7E
Text Example
Text Example
White with #898E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898E7E; }
p { color: rgb(137,142,126); }
H1.HeaderClassName
{
color: #898E7E;
}
.AnyTagClassName
{
color: #898E7E;
}
</style>
background-color css
<style>
a { background-color: #898E7E; }
a { background-color: rgb(137,142,126); }
div.DivClassName
{
background-color: #898E7E;
}
.BgClassName
{
background-color: #898E7E;
}
</style>
border-color css
<style>
span { border-color: #898E7E; }
span { border-color: rgb(137,142,126); }
td.TdClassName
{
border-color: #898E7E;
}
.TagClassName
{
border-color: #898E7E;
}
</style>