Shades of Highball #807E3C
Tints of Highball #807E3C
RGB
CMYK
RGB Variations
Color information
#807E3C (or 0x807E3C) is known color: Highball. HEX triplet: 80, 7E and 3C. RGB value is (128,126,60). Sum of RGB (Red+Green+Blue) = 128+126+60=314 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.76% from 314); Green value is 126 (49.61% from 255 or 40.13% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 128 - color contains mainly: red. Hex color #807E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807E3C is #7F81C3. Grayscale: #777777. Windows color (decimal): -8356292 or 3964544. OLE color: 3964544.
HSL color Cylindrical-coordinate representation of color #807E3C: hue angle of 58.24º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #807E3C is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 126 | 60 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.50 |
| HSL | 58.24º | 0.36% | 0.37% | - |
| HSV(B) | 58.24º | 0.53% | 0.5% | - |
| XYZ | 17.18 | 19.84 | 7.2 | - |
| YUV | 119.07 | 94.66 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 126 | 60 | 0 | 0.02 | 0.53 | 0.50 | 58.24 | 0.36 | 0.37 |
| Hex | 80 | 7E | 3C | 0 | 2 | 35 | 32 | 3A | 24 | 25 |
| Octal | 200 | 176 | 74 | 0 | 2 | 65 | 62 | 72 | 44 | 45 |
| Binary | 10000000 | 1111110 | 111100 | 0 | 10 | 110101 | 110010 | 111010 | 100100 | 100101 |
Color Harmonies of #807E3C
Complementary color
Monochromatic Colors of #807E3C
Black with #807E3C
Text Example
Text Example
White with #807E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807E3C; }
p { color: rgb(128,126,60); }
H1.HeaderClassName
{
color: #807E3C;
}
.AnyTagClassName
{
color: #807E3C;
}
</style>
background-color css
<style>
a { background-color: #807E3C; }
a { background-color: rgb(128,126,60); }
div.DivClassName
{
background-color: #807E3C;
}
.BgClassName
{
background-color: #807E3C;
}
</style>
border-color css
<style>
span { border-color: #807E3C; }
span { border-color: rgb(128,126,60); }
td.TdClassName
{
border-color: #807E3C;
}
.TagClassName
{
border-color: #807E3C;
}
</style>