Shades of Highball #847D40
Tints of Highball #847D40
RGB
CMYK
RGB Variations
Color information
#847D40 (or 0x847D40) is known color: Highball. HEX triplet: 84, 7D and 40. RGB value is (132,125,64). Sum of RGB (Red+Green+Blue) = 132+125+64=321 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.12% from 321); Green value is 125 (49.22% from 255 or 38.94% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 132 - color contains mainly: red. Hex color #847D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847D40 is #7B82BF. Grayscale: #787878. Windows color (decimal): -8094400 or 4226436. OLE color: 4226436.
HSL color Cylindrical-coordinate representation of color #847D40: hue angle of 53.82º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #847D40 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 125 | 64 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.48 |
| HSL | 53.82º | 0.35% | 0.38% | - |
| HSV(B) | 53.82º | 0.52% | 0.52% | - |
| XYZ | 17.77 | 19.94 | 7.76 | - |
| YUV | 120.14 | 96.32 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 125 | 64 | 0 | 0.05 | 0.52 | 0.48 | 53.82 | 0.35 | 0.38 |
| Hex | 84 | 7D | 40 | 0 | 5 | 34 | 30 | 36 | 23 | 26 |
| Octal | 204 | 175 | 100 | 0 | 5 | 64 | 60 | 66 | 43 | 46 |
| Binary | 10000100 | 1111101 | 1000000 | 0 | 101 | 110100 | 110000 | 110110 | 100011 | 100110 |
Color Harmonies of #847D40
Complementary color
Monochromatic Colors of #847D40
Black with #847D40
Text Example
Text Example
White with #847D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847D40; }
p { color: rgb(132,125,64); }
H1.HeaderClassName
{
color: #847D40;
}
.AnyTagClassName
{
color: #847D40;
}
</style>
background-color css
<style>
a { background-color: #847D40; }
a { background-color: rgb(132,125,64); }
div.DivClassName
{
background-color: #847D40;
}
.BgClassName
{
background-color: #847D40;
}
</style>
border-color css
<style>
span { border-color: #847D40; }
span { border-color: rgb(132,125,64); }
td.TdClassName
{
border-color: #847D40;
}
.TagClassName
{
border-color: #847D40;
}
</style>