Shades of Highball #87803A
Tints of Highball #87803A
RGB
CMYK
RGB Variations
Color information
#87803A (or 0x87803A) is known color: Highball. HEX triplet: 87, 80 and 3A. RGB value is (135,128,58). Sum of RGB (Red+Green+Blue) = 135+128+58=321 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.06% from 321); Green value is 128 (50.39% from 255 or 39.88% from 321); Blue value is 58 (23.05% from 255 or 18.07% from 321); Max value from RGB is 135 - color contains mainly: red. Hex color #87803A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87803A is #787FC5. Grayscale: #7A7A7A. Windows color (decimal): -7897030 or 3833991. OLE color: 3833991.
HSL color Cylindrical-coordinate representation of color #87803A: hue angle of 54.55º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #87803A is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 128 | 58 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.47 |
| HSL | 54.55º | 0.4% | 0.38% | - |
| HSV(B) | 54.55º | 0.57% | 0.53% | - |
| XYZ | 18.47 | 20.89 | 7.06 | - |
| YUV | 122.11 | 91.82 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 128 | 58 | 0 | 0.05 | 0.57 | 0.47 | 54.55 | 0.4 | 0.38 |
| Hex | 87 | 80 | 3A | 0 | 5 | 39 | 2F | 37 | 28 | 26 |
| Octal | 207 | 200 | 72 | 0 | 5 | 71 | 57 | 67 | 50 | 46 |
| Binary | 10000111 | 10000000 | 111010 | 0 | 101 | 111001 | 101111 | 110111 | 101000 | 100110 |
Color Harmonies of #87803A
Complementary color
Monochromatic Colors of #87803A
Black with #87803A
Text Example
Text Example
White with #87803A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87803A; }
p { color: rgb(135,128,58); }
H1.HeaderClassName
{
color: #87803A;
}
.AnyTagClassName
{
color: #87803A;
}
</style>
background-color css
<style>
a { background-color: #87803A; }
a { background-color: rgb(135,128,58); }
div.DivClassName
{
background-color: #87803A;
}
.BgClassName
{
background-color: #87803A;
}
</style>
border-color css
<style>
span { border-color: #87803A; }
span { border-color: rgb(135,128,58); }
td.TdClassName
{
border-color: #87803A;
}
.TagClassName
{
border-color: #87803A;
}
</style>