Shades of Highball #817F40
Tints of Highball #817F40
RGB
CMYK
RGB Variations
Color information
#817F40 (or 0x817F40) is known color: Highball. HEX triplet: 81, 7F and 40. RGB value is (129,127,64). Sum of RGB (Red+Green+Blue) = 129+127+64=320 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.31% from 320); Green value is 127 (50% from 255 or 39.69% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 129 - color contains mainly: red. Hex color #817F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817F40 is #7E80BF. Grayscale: #787878. Windows color (decimal): -8290496 or 4226945. OLE color: 4226945.
HSL color Cylindrical-coordinate representation of color #817F40: hue angle of 58.15º degrees, saturation: 0.34, 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 #817F40 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 127 | 64 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.49 |
| HSL | 58.15º | 0.34% | 0.38% | - |
| HSV(B) | 58.15º | 0.5% | 0.51% | - |
| XYZ | 17.57 | 20.22 | 7.83 | - |
| YUV | 120.42 | 96.16 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 127 | 64 | 0 | 0.02 | 0.50 | 0.49 | 58.15 | 0.34 | 0.38 |
| Hex | 81 | 7F | 40 | 0 | 2 | 32 | 31 | 3A | 22 | 26 |
| Octal | 201 | 177 | 100 | 0 | 2 | 62 | 61 | 72 | 42 | 46 |
| Binary | 10000001 | 1111111 | 1000000 | 0 | 10 | 110010 | 110001 | 111010 | 100010 | 100110 |
Color Harmonies of #817F40
Complementary color
Monochromatic Colors of #817F40
Black with #817F40
Text Example
Text Example
White with #817F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817F40; }
p { color: rgb(129,127,64); }
H1.HeaderClassName
{
color: #817F40;
}
.AnyTagClassName
{
color: #817F40;
}
</style>
background-color css
<style>
a { background-color: #817F40; }
a { background-color: rgb(129,127,64); }
div.DivClassName
{
background-color: #817F40;
}
.BgClassName
{
background-color: #817F40;
}
</style>
border-color css
<style>
span { border-color: #817F40; }
span { border-color: rgb(129,127,64); }
td.TdClassName
{
border-color: #817F40;
}
.TagClassName
{
border-color: #817F40;
}
</style>