Shades of Highball #807D41
Tints of Highball #807D41
RGB
CMYK
RGB Variations
Color information
#807D41 (or 0x807D41) is known color: Highball. HEX triplet: 80, 7D and 41. RGB value is (128,125,65). Sum of RGB (Red+Green+Blue) = 128+125+65=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 125 (49.22% from 255 or 39.31% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 128 - color contains mainly: red. Hex color #807D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807D41 is #7F82BE. Grayscale: #777777. Windows color (decimal): -8356543 or 4291968. OLE color: 4291968.
HSL color Cylindrical-coordinate representation of color #807D41: hue angle of 57.14º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #807D41 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 125 | 65 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.50 |
| HSL | 57.14º | 0.33% | 0.38% | - |
| HSV(B) | 57.14º | 0.49% | 0.5% | - |
| XYZ | 17.19 | 19.64 | 7.89 | - |
| YUV | 119.06 | 97.49 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 125 | 65 | 0 | 0.02 | 0.49 | 0.50 | 57.14 | 0.33 | 0.38 |
| Hex | 80 | 7D | 41 | 0 | 2 | 31 | 32 | 39 | 21 | 26 |
| Octal | 200 | 175 | 101 | 0 | 2 | 61 | 62 | 71 | 41 | 46 |
| Binary | 10000000 | 1111101 | 1000001 | 0 | 10 | 110001 | 110010 | 111001 | 100001 | 100110 |
Color Harmonies of #807D41
Complementary color
Monochromatic Colors of #807D41
Black with #807D41
Text Example
Text Example
White with #807D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807D41; }
p { color: rgb(128,125,65); }
H1.HeaderClassName
{
color: #807D41;
}
.AnyTagClassName
{
color: #807D41;
}
</style>
background-color css
<style>
a { background-color: #807D41; }
a { background-color: rgb(128,125,65); }
div.DivClassName
{
background-color: #807D41;
}
.BgClassName
{
background-color: #807D41;
}
</style>
border-color css
<style>
span { border-color: #807D41; }
span { border-color: rgb(128,125,65); }
td.TdClassName
{
border-color: #807D41;
}
.TagClassName
{
border-color: #807D41;
}
</style>