Shades of Highball #847F41
Tints of Highball #847F41
RGB
CMYK
RGB Variations
Color information
#847F41 (or 0x847F41) is known color: Highball. HEX triplet: 84, 7F and 41. RGB value is (132,127,65). Sum of RGB (Red+Green+Blue) = 132+127+65=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 127 (50% from 255 or 39.20% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 132 - color contains mainly: red. Hex color #847F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847F41 is #7B80BE. Grayscale: #797979. Windows color (decimal): -8093887 or 4292484. OLE color: 4292484.
HSL color Cylindrical-coordinate representation of color #847F41: hue angle of 55.52º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #847F41 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 127 | 65 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.48 |
| HSL | 55.52º | 0.34% | 0.39% | - |
| HSV(B) | 55.52º | 0.51% | 0.52% | - |
| XYZ | 18.06 | 20.47 | 8 | - |
| YUV | 121.43 | 96.16 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 127 | 65 | 0 | 0.04 | 0.51 | 0.48 | 55.52 | 0.34 | 0.39 |
| Hex | 84 | 7F | 41 | 0 | 4 | 33 | 30 | 38 | 22 | 27 |
| Octal | 204 | 177 | 101 | 0 | 4 | 63 | 60 | 70 | 42 | 47 |
| Binary | 10000100 | 1111111 | 1000001 | 0 | 100 | 110011 | 110000 | 111000 | 100010 | 100111 |
Color Harmonies of #847F41
Complementary color
Monochromatic Colors of #847F41
Black with #847F41
Text Example
Text Example
White with #847F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847F41; }
p { color: rgb(132,127,65); }
H1.HeaderClassName
{
color: #847F41;
}
.AnyTagClassName
{
color: #847F41;
}
</style>
background-color css
<style>
a { background-color: #847F41; }
a { background-color: rgb(132,127,65); }
div.DivClassName
{
background-color: #847F41;
}
.BgClassName
{
background-color: #847F41;
}
</style>
border-color css
<style>
span { border-color: #847F41; }
span { border-color: rgb(132,127,65); }
td.TdClassName
{
border-color: #847F41;
}
.TagClassName
{
border-color: #847F41;
}
</style>