Shades of Gunsmoke #84867C
Tints of Gunsmoke #84867C
RGB
CMYK
RGB Variations
Color information
#84867C (or 0x84867C) is known color: Gunsmoke. HEX triplet: 84, 86 and 7C. RGB value is (132,134,124). Sum of RGB (Red+Green+Blue) = 132+134+124=390 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.85% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 134 - color contains mainly: green. Hex color #84867C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84867C is #7B7983. Grayscale: #848484. Windows color (decimal): -8092036 or 8160900. OLE color: 8160900.
HSL color Cylindrical-coordinate representation of color #84867C: hue angle of 72º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #84867C is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 134 | 124 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.47 |
| HSL | 72º | 0.04% | 0.51% | - |
| HSV(B) | 72º | 0.07% | 0.53% | - |
| XYZ | 21.68 | 23.41 | 22.44 | - |
| YUV | 132.26 | 123.34 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 134 | 124 | 0.01 | 0 | 0.07 | 0.47 | 72 | 0.04 | 0.51 |
| Hex | 84 | 86 | 7C | 1 | 0 | 7 | 2F | 48 | 4 | 33 |
| Octal | 204 | 206 | 174 | 1 | 0 | 7 | 57 | 110 | 4 | 63 |
| Binary | 10000100 | 10000110 | 1111100 | 1 | 0 | 111 | 101111 | 1001000 | 100 | 110011 |
Color Harmonies of #84867C
Complementary color
Monochromatic Colors of #84867C
Black with #84867C
Text Example
Text Example
White with #84867C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84867C; }
p { color: rgb(132,134,124); }
H1.HeaderClassName
{
color: #84867C;
}
.AnyTagClassName
{
color: #84867C;
}
</style>
background-color css
<style>
a { background-color: #84867C; }
a { background-color: rgb(132,134,124); }
div.DivClassName
{
background-color: #84867C;
}
.BgClassName
{
background-color: #84867C;
}
</style>
border-color css
<style>
span { border-color: #84867C; }
span { border-color: rgb(132,134,124); }
td.TdClassName
{
border-color: #84867C;
}
.TagClassName
{
border-color: #84867C;
}
</style>