Shades of Highball #847E42
Tints of Highball #847E42
RGB
CMYK
RGB Variations
Color information
#847E42 (or 0x847E42) is known color: Highball. HEX triplet: 84, 7E and 42. RGB value is (132,126,66). Sum of RGB (Red+Green+Blue) = 132+126+66=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 126 (49.61% from 255 or 38.89% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 132 - color contains mainly: red. Hex color #847E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847E42 is #7B81BD. Grayscale: #797979. Windows color (decimal): -8094142 or 4357764. OLE color: 4357764.
HSL color Cylindrical-coordinate representation of color #847E42: hue angle of 54.55º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #847E42 is Cyan = 0, Magento = 0.05, Yellow = 0.5 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 126 | 66 | - |
| CMYK | 0 | 0.05 | 0.5 | 0.48 |
| HSL | 54.55º | 0.33% | 0.39% | - |
| HSV(B) | 54.55º | 0.5% | 0.52% | - |
| XYZ | 17.96 | 20.22 | 8.11 | - |
| YUV | 120.95 | 96.99 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 126 | 66 | 0 | 0.05 | 0.5 | 0.48 | 54.55 | 0.33 | 0.39 |
| Hex | 84 | 7E | 42 | 0 | 5 | 32 | 30 | 37 | 21 | 27 |
| Octal | 204 | 176 | 102 | 0 | 5 | 62 | 60 | 67 | 41 | 47 |
| Binary | 10000100 | 1111110 | 1000010 | 0 | 101 | 110010 | 110000 | 110111 | 100001 | 100111 |
Color Harmonies of #847E42
Complementary color
Monochromatic Colors of #847E42
Black with #847E42
Text Example
Text Example
White with #847E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847E42; }
p { color: rgb(132,126,66); }
H1.HeaderClassName
{
color: #847E42;
}
.AnyTagClassName
{
color: #847E42;
}
</style>
background-color css
<style>
a { background-color: #847E42; }
a { background-color: rgb(132,126,66); }
div.DivClassName
{
background-color: #847E42;
}
.BgClassName
{
background-color: #847E42;
}
</style>
border-color css
<style>
span { border-color: #847E42; }
span { border-color: rgb(132,126,66); }
td.TdClassName
{
border-color: #847E42;
}
.TagClassName
{
border-color: #847E42;
}
</style>