Shades of Highball #817E41
Tints of Highball #817E41
RGB
CMYK
RGB Variations
Color information
#817E41 (or 0x817E41) is known color: Highball. HEX triplet: 81, 7E and 41. RGB value is (129,126,65). Sum of RGB (Red+Green+Blue) = 129+126+65=320 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.31% from 320); Green value is 126 (49.61% from 255 or 39.38% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 129 - color contains mainly: red. Hex color #817E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817E41 is #7E81BE. Grayscale: #787878. Windows color (decimal): -8290751 or 4292225. OLE color: 4292225.
HSL color Cylindrical-coordinate representation of color #817E41: hue angle of 57.19º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #817E41 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 126 | 65 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.49 |
| HSL | 57.19º | 0.33% | 0.38% | - |
| HSV(B) | 57.19º | 0.5% | 0.51% | - |
| XYZ | 17.47 | 19.97 | 7.94 | - |
| YUV | 119.94 | 96.99 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 126 | 65 | 0 | 0.02 | 0.50 | 0.49 | 57.19 | 0.33 | 0.38 |
| Hex | 81 | 7E | 41 | 0 | 2 | 32 | 31 | 39 | 21 | 26 |
| Octal | 201 | 176 | 101 | 0 | 2 | 62 | 61 | 71 | 41 | 46 |
| Binary | 10000001 | 1111110 | 1000001 | 0 | 10 | 110010 | 110001 | 111001 | 100001 | 100110 |
Color Harmonies of #817E41
Complementary color
Monochromatic Colors of #817E41
Black with #817E41
Text Example
Text Example
White with #817E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817E41; }
p { color: rgb(129,126,65); }
H1.HeaderClassName
{
color: #817E41;
}
.AnyTagClassName
{
color: #817E41;
}
</style>
background-color css
<style>
a { background-color: #817E41; }
a { background-color: rgb(129,126,65); }
div.DivClassName
{
background-color: #817E41;
}
.BgClassName
{
background-color: #817E41;
}
</style>
border-color css
<style>
span { border-color: #817E41; }
span { border-color: rgb(129,126,65); }
td.TdClassName
{
border-color: #817E41;
}
.TagClassName
{
border-color: #817E41;
}
</style>