Shades of Highball #847C40
Tints of Highball #847C40
RGB
CMYK
RGB Variations
Color information
#847C40 (or 0x847C40) is known color: Highball. HEX triplet: 84, 7C and 40. RGB value is (132,124,64). Sum of RGB (Red+Green+Blue) = 132+124+64=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 124 (48.83% from 255 or 38.75% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 132 - color contains mainly: red. Hex color #847C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847C40 is #7B83BF. Grayscale: #777777. Windows color (decimal): -8094656 or 4226180. OLE color: 4226180.
HSL color Cylindrical-coordinate representation of color #847C40: hue angle of 52.94º 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 #847C40 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 124 | 64 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.48 |
| HSL | 52.94º | 0.35% | 0.38% | - |
| HSV(B) | 52.94º | 0.52% | 0.52% | - |
| XYZ | 17.65 | 19.69 | 7.72 | - |
| YUV | 119.55 | 96.65 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 124 | 64 | 0 | 0.06 | 0.52 | 0.48 | 52.94 | 0.35 | 0.38 |
| Hex | 84 | 7C | 40 | 0 | 6 | 34 | 30 | 35 | 23 | 26 |
| Octal | 204 | 174 | 100 | 0 | 6 | 64 | 60 | 65 | 43 | 46 |
| Binary | 10000100 | 1111100 | 1000000 | 0 | 110 | 110100 | 110000 | 110101 | 100011 | 100110 |
Color Harmonies of #847C40
Complementary color
Monochromatic Colors of #847C40
Black with #847C40
Text Example
Text Example
White with #847C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847C40; }
p { color: rgb(132,124,64); }
H1.HeaderClassName
{
color: #847C40;
}
.AnyTagClassName
{
color: #847C40;
}
</style>
background-color css
<style>
a { background-color: #847C40; }
a { background-color: rgb(132,124,64); }
div.DivClassName
{
background-color: #847C40;
}
.BgClassName
{
background-color: #847C40;
}
</style>
border-color css
<style>
span { border-color: #847C40; }
span { border-color: rgb(132,124,64); }
td.TdClassName
{
border-color: #847C40;
}
.TagClassName
{
border-color: #847C40;
}
</style>