Shades of Highball #847D3F
Tints of Highball #847D3F
RGB
CMYK
RGB Variations
Color information
#847D3F (or 0x847D3F) is known color: Highball. HEX triplet: 84, 7D and 3F. RGB value is (132,125,63). Sum of RGB (Red+Green+Blue) = 132+125+63=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 125 (49.22% from 255 or 39.06% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 132 - color contains mainly: red. Hex color #847D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847D3F is #7B82C0. Grayscale: #787878. Windows color (decimal): -8094401 or 4160900. OLE color: 4160900.
HSL color Cylindrical-coordinate representation of color #847D3F: hue angle of 53.91º 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 #847D3F is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 125 | 63 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.48 |
| HSL | 53.91º | 0.35% | 0.38% | - |
| HSV(B) | 53.91º | 0.52% | 0.52% | - |
| XYZ | 17.75 | 19.93 | 7.61 | - |
| YUV | 120.03 | 95.82 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 125 | 63 | 0 | 0.05 | 0.52 | 0.48 | 53.91 | 0.35 | 0.38 |
| Hex | 84 | 7D | 3F | 0 | 5 | 34 | 30 | 36 | 23 | 26 |
| Octal | 204 | 175 | 77 | 0 | 5 | 64 | 60 | 66 | 43 | 46 |
| Binary | 10000100 | 1111101 | 111111 | 0 | 101 | 110100 | 110000 | 110110 | 100011 | 100110 |
Color Harmonies of #847D3F
Complementary color
Monochromatic Colors of #847D3F
Black with #847D3F
Text Example
Text Example
White with #847D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847D3F; }
p { color: rgb(132,125,63); }
H1.HeaderClassName
{
color: #847D3F;
}
.AnyTagClassName
{
color: #847D3F;
}
</style>
background-color css
<style>
a { background-color: #847D3F; }
a { background-color: rgb(132,125,63); }
div.DivClassName
{
background-color: #847D3F;
}
.BgClassName
{
background-color: #847D3F;
}
</style>
border-color css
<style>
span { border-color: #847D3F; }
span { border-color: rgb(132,125,63); }
td.TdClassName
{
border-color: #847D3F;
}
.TagClassName
{
border-color: #847D3F;
}
</style>