Shades of Gunsmoke #84887A
Tints of Gunsmoke #84887A
RGB
CMYK
RGB Variations
Color information
#84887A (or 0x84887A) is known color: Gunsmoke. HEX triplet: 84, 88 and 7A. RGB value is (132,136,122). Sum of RGB (Red+Green+Blue) = 132+136+122=390 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.85% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 136 - color contains mainly: green. Hex color #84887A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84887A is #7B7785. Grayscale: #858585. Windows color (decimal): -8091526 or 8030340. OLE color: 8030340.
HSL color Cylindrical-coordinate representation of color #84887A: hue angle of 77.14º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #84887A is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 136 | 122 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.47 |
| HSL | 77.14º | 0.06% | 0.51% | - |
| HSV(B) | 77.14º | 0.1% | 0.53% | - |
| XYZ | 21.83 | 23.92 | 21.88 | - |
| YUV | 133.21 | 121.67 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 136 | 122 | 0.03 | 0 | 0.10 | 0.47 | 77.14 | 0.06 | 0.51 |
| Hex | 84 | 88 | 7A | 3 | 0 | A | 2F | 4D | 6 | 33 |
| Octal | 204 | 210 | 172 | 3 | 0 | 12 | 57 | 115 | 6 | 63 |
| Binary | 10000100 | 10001000 | 1111010 | 11 | 0 | 1010 | 101111 | 1001101 | 110 | 110011 |
Color Harmonies of #84887A
Complementary color
Monochromatic Colors of #84887A
Black with #84887A
Text Example
Text Example
White with #84887A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84887A; }
p { color: rgb(132,136,122); }
H1.HeaderClassName
{
color: #84887A;
}
.AnyTagClassName
{
color: #84887A;
}
</style>
background-color css
<style>
a { background-color: #84887A; }
a { background-color: rgb(132,136,122); }
div.DivClassName
{
background-color: #84887A;
}
.BgClassName
{
background-color: #84887A;
}
</style>
border-color css
<style>
span { border-color: #84887A; }
span { border-color: rgb(132,136,122); }
td.TdClassName
{
border-color: #84887A;
}
.TagClassName
{
border-color: #84887A;
}
</style>