Shades of Gunsmoke #84877E
Tints of Gunsmoke #84877E
RGB
CMYK
RGB Variations
Color information
#84877E (or 0x84877E) is known color: Gunsmoke. HEX triplet: 84, 87 and 7E. RGB value is (132,135,126). Sum of RGB (Red+Green+Blue) = 132+135+126=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 135 - color contains mainly: green. Hex color #84877E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84877E is #7B7881. Grayscale: #858585. Windows color (decimal): -8091778 or 8292228. OLE color: 8292228.
HSL color Cylindrical-coordinate representation of color #84877E: hue angle of 80º 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 #84877E is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 135 | 126 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.47 |
| HSL | 80º | 0.04% | 0.51% | - |
| HSV(B) | 80º | 0.07% | 0.53% | - |
| XYZ | 21.95 | 23.74 | 23.16 | - |
| YUV | 133.08 | 124.01 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 135 | 126 | 0.02 | 0 | 0.07 | 0.47 | 80 | 0.04 | 0.51 |
| Hex | 84 | 87 | 7E | 2 | 0 | 7 | 2F | 50 | 4 | 33 |
| Octal | 204 | 207 | 176 | 2 | 0 | 7 | 57 | 120 | 4 | 63 |
| Binary | 10000100 | 10000111 | 1111110 | 10 | 0 | 111 | 101111 | 1010000 | 100 | 110011 |
Color Harmonies of #84877E
Complementary color
Monochromatic Colors of #84877E
Black with #84877E
Text Example
Text Example
White with #84877E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84877E; }
p { color: rgb(132,135,126); }
H1.HeaderClassName
{
color: #84877E;
}
.AnyTagClassName
{
color: #84877E;
}
</style>
background-color css
<style>
a { background-color: #84877E; }
a { background-color: rgb(132,135,126); }
div.DivClassName
{
background-color: #84877E;
}
.BgClassName
{
background-color: #84877E;
}
</style>
border-color css
<style>
span { border-color: #84877E; }
span { border-color: rgb(132,135,126); }
td.TdClassName
{
border-color: #84877E;
}
.TagClassName
{
border-color: #84877E;
}
</style>