Shades of Highball #808043
Tints of Highball #808043
RGB
CMYK
RGB Variations
Color information
#808043 (or 0x808043) is known color: Highball. HEX triplet: 80, 80 and 43. RGB value is (128,128,67). Sum of RGB (Red+Green+Blue) = 128+128+67=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 67 (26.56% from 255 or 20.74% from 323); Max value from RGB is 128 - color contains mainly: red, green. Hex color #808043 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808043 is #7F7FBC. Grayscale: #797979. Windows color (decimal): -8355773 or 4423808. OLE color: 4423808.
HSL color Cylindrical-coordinate representation of color #808043: hue angle of 60º degrees, saturation: 0.31, 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 #808043 is Cyan = 0, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 128 | 67 | - |
| CMYK | 0 | 0 | 0.48 | 0.50 |
| HSL | 60º | 0.31% | 0.38% | - |
| HSV(B) | 60º | 0.48% | 0.5% | - |
| XYZ | 17.63 | 20.43 | 8.32 | - |
| YUV | 121.05 | 97.5 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 128 | 67 | 0 | 0 | 0.48 | 0.50 | 60 | 0.31 | 0.38 |
| Hex | 80 | 80 | 43 | 0 | 0 | 30 | 32 | 3C | 1F | 26 |
| Octal | 200 | 200 | 103 | 0 | 0 | 60 | 62 | 74 | 37 | 46 |
| Binary | 10000000 | 10000000 | 1000011 | 0 | 0 | 110000 | 110010 | 111100 | 11111 | 100110 |
Color Harmonies of #808043
Complementary color
Monochromatic Colors of #808043
Black with #808043
Text Example
Text Example
White with #808043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808043; }
p { color: rgb(128,128,67); }
H1.HeaderClassName
{
color: #808043;
}
.AnyTagClassName
{
color: #808043;
}
</style>
background-color css
<style>
a { background-color: #808043; }
a { background-color: rgb(128,128,67); }
div.DivClassName
{
background-color: #808043;
}
.BgClassName
{
background-color: #808043;
}
</style>
border-color css
<style>
span { border-color: #808043; }
span { border-color: rgb(128,128,67); }
td.TdClassName
{
border-color: #808043;
}
.TagClassName
{
border-color: #808043;
}
</style>