Shades of Gunsmoke #84897E
Tints of Gunsmoke #84897E
RGB
CMYK
RGB Variations
Color information
#84897E (or 0x84897E) is known color: Gunsmoke. HEX triplet: 84, 89 and 7E. RGB value is (132,137,126). Sum of RGB (Red+Green+Blue) = 132+137+126=395 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.42% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 137 - color contains mainly: green. Hex color #84897E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84897E is #7B7681. Grayscale: #868686. Windows color (decimal): -8091266 or 8292740. OLE color: 8292740.
HSL color Cylindrical-coordinate representation of color #84897E: hue angle of 87.27º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #84897E is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 137 | 126 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.46 |
| HSL | 87.27º | 0.04% | 0.52% | - |
| HSV(B) | 87.27º | 0.08% | 0.54% | - |
| XYZ | 22.23 | 24.3 | 23.26 | - |
| YUV | 134.25 | 123.34 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 137 | 126 | 0.04 | 0 | 0.08 | 0.46 | 87.27 | 0.04 | 0.52 |
| Hex | 84 | 89 | 7E | 4 | 0 | 8 | 2E | 57 | 4 | 34 |
| Octal | 204 | 211 | 176 | 4 | 0 | 10 | 56 | 127 | 4 | 64 |
| Binary | 10000100 | 10001001 | 1111110 | 100 | 0 | 1000 | 101110 | 1010111 | 100 | 110100 |
Color Harmonies of #84897E
Complementary color
Monochromatic Colors of #84897E
Black with #84897E
Text Example
Text Example
White with #84897E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84897E; }
p { color: rgb(132,137,126); }
H1.HeaderClassName
{
color: #84897E;
}
.AnyTagClassName
{
color: #84897E;
}
</style>
background-color css
<style>
a { background-color: #84897E; }
a { background-color: rgb(132,137,126); }
div.DivClassName
{
background-color: #84897E;
}
.BgClassName
{
background-color: #84897E;
}
</style>
border-color css
<style>
span { border-color: #84897E; }
span { border-color: rgb(132,137,126); }
td.TdClassName
{
border-color: #84897E;
}
.TagClassName
{
border-color: #84897E;
}
</style>