Shades of Highball #807C40
Tints of Highball #807C40
RGB
CMYK
RGB Variations
Color information
#807C40 (or 0x807C40) is known color: Highball. HEX triplet: 80, 7C and 40. RGB value is (128,124,64). Sum of RGB (Red+Green+Blue) = 128+124+64=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 124 (48.83% from 255 or 39.24% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 128 - color contains mainly: red. Hex color #807C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807C40 is #7F83BF. Grayscale: #767676. Windows color (decimal): -8356800 or 4226176. OLE color: 4226176.
HSL color Cylindrical-coordinate representation of color #807C40: hue angle of 56.25º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #807C40 is Cyan = 0, Magento = 0.03, Yellow = 0.5 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 124 | 64 | - |
| CMYK | 0 | 0.03 | 0.5 | 0.50 |
| HSL | 56.25º | 0.33% | 0.38% | - |
| HSV(B) | 56.25º | 0.5% | 0.5% | - |
| XYZ | 17.04 | 19.37 | 7.69 | - |
| YUV | 118.36 | 97.33 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 124 | 64 | 0 | 0.03 | 0.5 | 0.50 | 56.25 | 0.33 | 0.38 |
| Hex | 80 | 7C | 40 | 0 | 3 | 32 | 32 | 38 | 21 | 26 |
| Octal | 200 | 174 | 100 | 0 | 3 | 62 | 62 | 70 | 41 | 46 |
| Binary | 10000000 | 1111100 | 1000000 | 0 | 11 | 110010 | 110010 | 111000 | 100001 | 100110 |
Color Harmonies of #807C40
Complementary color
Monochromatic Colors of #807C40
Black with #807C40
Text Example
Text Example
White with #807C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807C40; }
p { color: rgb(128,124,64); }
H1.HeaderClassName
{
color: #807C40;
}
.AnyTagClassName
{
color: #807C40;
}
</style>
background-color css
<style>
a { background-color: #807C40; }
a { background-color: rgb(128,124,64); }
div.DivClassName
{
background-color: #807C40;
}
.BgClassName
{
background-color: #807C40;
}
</style>
border-color css
<style>
span { border-color: #807C40; }
span { border-color: rgb(128,124,64); }
td.TdClassName
{
border-color: #807C40;
}
.TagClassName
{
border-color: #807C40;
}
</style>