Shades of Highball #807F3B
Tints of Highball #807F3B
RGB
CMYK
RGB Variations
Color information
#807F3B (or 0x807F3B) is known color: Highball. HEX triplet: 80, 7F and 3B. RGB value is (128,127,59). Sum of RGB (Red+Green+Blue) = 128+127+59=314 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.76% from 314); Green value is 127 (50% from 255 or 40.45% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 128 - color contains mainly: red. Hex color #807F3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807F3B is #7F80C4. Grayscale: #777777. Windows color (decimal): -8356037 or 3899264. OLE color: 3899264.
HSL color Cylindrical-coordinate representation of color #807F3B: hue angle of 59.13º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #807F3B is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 127 | 59 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.50 |
| HSL | 59.13º | 0.37% | 0.37% | - |
| HSV(B) | 59.13º | 0.54% | 0.5% | - |
| XYZ | 17.28 | 20.08 | 7.1 | - |
| YUV | 119.55 | 93.83 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 127 | 59 | 0 | 0.01 | 0.54 | 0.50 | 59.13 | 0.37 | 0.37 |
| Hex | 80 | 7F | 3B | 0 | 1 | 36 | 32 | 3B | 25 | 25 |
| Octal | 200 | 177 | 73 | 0 | 1 | 66 | 62 | 73 | 45 | 45 |
| Binary | 10000000 | 1111111 | 111011 | 0 | 1 | 110110 | 110010 | 111011 | 100101 | 100101 |
Color Harmonies of #807F3B
Complementary color
Monochromatic Colors of #807F3B
Black with #807F3B
Text Example
Text Example
White with #807F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807F3B; }
p { color: rgb(128,127,59); }
H1.HeaderClassName
{
color: #807F3B;
}
.AnyTagClassName
{
color: #807F3B;
}
</style>
background-color css
<style>
a { background-color: #807F3B; }
a { background-color: rgb(128,127,59); }
div.DivClassName
{
background-color: #807F3B;
}
.BgClassName
{
background-color: #807F3B;
}
</style>
border-color css
<style>
span { border-color: #807F3B; }
span { border-color: rgb(128,127,59); }
td.TdClassName
{
border-color: #807F3B;
}
.TagClassName
{
border-color: #807F3B;
}
</style>