Shades of Highball #807D42
Tints of Highball #807D42
RGB
CMYK
RGB Variations
Color information
#807D42 (or 0x807D42) is known color: Highball. HEX triplet: 80, 7D and 42. RGB value is (128,125,66). Sum of RGB (Red+Green+Blue) = 128+125+66=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 125 (49.22% from 255 or 39.18% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 128 - color contains mainly: red. Hex color #807D42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807D42 is #7F82BD. Grayscale: #777777. Windows color (decimal): -8356542 or 4357504. OLE color: 4357504.
HSL color Cylindrical-coordinate representation of color #807D42: hue angle of 57.1º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #807D42 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 125 | 66 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.50 |
| HSL | 57.1º | 0.32% | 0.38% | - |
| HSV(B) | 57.1º | 0.48% | 0.5% | - |
| XYZ | 17.22 | 19.65 | 8.04 | - |
| YUV | 119.17 | 97.99 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 125 | 66 | 0 | 0.02 | 0.48 | 0.50 | 57.1 | 0.32 | 0.38 |
| Hex | 80 | 7D | 42 | 0 | 2 | 30 | 32 | 39 | 20 | 26 |
| Octal | 200 | 175 | 102 | 0 | 2 | 60 | 62 | 71 | 40 | 46 |
| Binary | 10000000 | 1111101 | 1000010 | 0 | 10 | 110000 | 110010 | 111001 | 100000 | 100110 |
Color Harmonies of #807D42
Complementary color
Monochromatic Colors of #807D42
Black with #807D42
Text Example
Text Example
White with #807D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807D42; }
p { color: rgb(128,125,66); }
H1.HeaderClassName
{
color: #807D42;
}
.AnyTagClassName
{
color: #807D42;
}
</style>
background-color css
<style>
a { background-color: #807D42; }
a { background-color: rgb(128,125,66); }
div.DivClassName
{
background-color: #807D42;
}
.BgClassName
{
background-color: #807D42;
}
</style>
border-color css
<style>
span { border-color: #807D42; }
span { border-color: rgb(128,125,66); }
td.TdClassName
{
border-color: #807D42;
}
.TagClassName
{
border-color: #807D42;
}
</style>