Shades of Gunsmoke #84897F
Tints of Gunsmoke #84897F
RGB
CMYK
RGB Variations
Color information
#84897F (or 0x84897F) is known color: Gunsmoke. HEX triplet: 84, 89 and 7F. RGB value is (132,137,127). Sum of RGB (Red+Green+Blue) = 132+137+127=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 137 - color contains mainly: green. Hex color #84897F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84897F is #7B7680. Grayscale: #868686. Windows color (decimal): -8091265 or 8358276. OLE color: 8358276.
HSL color Cylindrical-coordinate representation of color #84897F: hue angle of 90º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #84897F is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 137 | 127 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.46 |
| HSL | 90º | 0.04% | 0.52% | - |
| HSV(B) | 90º | 0.07% | 0.54% | - |
| XYZ | 22.29 | 24.33 | 23.6 | - |
| YUV | 134.37 | 123.84 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 137 | 127 | 0.04 | 0 | 0.07 | 0.46 | 90 | 0.04 | 0.52 |
| Hex | 84 | 89 | 7F | 4 | 0 | 7 | 2E | 5A | 4 | 34 |
| Octal | 204 | 211 | 177 | 4 | 0 | 7 | 56 | 132 | 4 | 64 |
| Binary | 10000100 | 10001001 | 1111111 | 100 | 0 | 111 | 101110 | 1011010 | 100 | 110100 |
Color Harmonies of #84897F
Complementary color
Monochromatic Colors of #84897F
Black with #84897F
Text Example
Text Example
White with #84897F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84897F; }
p { color: rgb(132,137,127); }
H1.HeaderClassName
{
color: #84897F;
}
.AnyTagClassName
{
color: #84897F;
}
</style>
background-color css
<style>
a { background-color: #84897F; }
a { background-color: rgb(132,137,127); }
div.DivClassName
{
background-color: #84897F;
}
.BgClassName
{
background-color: #84897F;
}
</style>
border-color css
<style>
span { border-color: #84897F; }
span { border-color: rgb(132,137,127); }
td.TdClassName
{
border-color: #84897F;
}
.TagClassName
{
border-color: #84897F;
}
</style>