Shades of Highball #847F45
Tints of Highball #847F45
RGB
CMYK
RGB Variations
Color information
#847F45 (or 0x847F45) is known color: Highball. HEX triplet: 84, 7F and 45. RGB value is (132,127,69). Sum of RGB (Red+Green+Blue) = 132+127+69=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 127 (50% from 255 or 38.72% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 132 - color contains mainly: red. Hex color #847F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847F45 is #7B80BA. Grayscale: #7A7A7A. Windows color (decimal): -8093883 or 4554628. OLE color: 4554628.
HSL color Cylindrical-coordinate representation of color #847F45: hue angle of 55.24º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #847F45 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 127 | 69 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.48 |
| HSL | 55.24º | 0.31% | 0.39% | - |
| HSV(B) | 55.24º | 0.48% | 0.52% | - |
| XYZ | 18.18 | 20.51 | 8.63 | - |
| YUV | 121.88 | 98.16 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 127 | 69 | 0 | 0.04 | 0.48 | 0.48 | 55.24 | 0.31 | 0.39 |
| Hex | 84 | 7F | 45 | 0 | 4 | 30 | 30 | 37 | 1F | 27 |
| Octal | 204 | 177 | 105 | 0 | 4 | 60 | 60 | 67 | 37 | 47 |
| Binary | 10000100 | 1111111 | 1000101 | 0 | 100 | 110000 | 110000 | 110111 | 11111 | 100111 |
Color Harmonies of #847F45
Complementary color
Monochromatic Colors of #847F45
Black with #847F45
Text Example
Text Example
White with #847F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847F45; }
p { color: rgb(132,127,69); }
H1.HeaderClassName
{
color: #847F45;
}
.AnyTagClassName
{
color: #847F45;
}
</style>
background-color css
<style>
a { background-color: #847F45; }
a { background-color: rgb(132,127,69); }
div.DivClassName
{
background-color: #847F45;
}
.BgClassName
{
background-color: #847F45;
}
</style>
border-color css
<style>
span { border-color: #847F45; }
span { border-color: rgb(132,127,69); }
td.TdClassName
{
border-color: #847F45;
}
.TagClassName
{
border-color: #847F45;
}
</style>