Shades of Highball #87803C
Tints of Highball #87803C
RGB
CMYK
RGB Variations
Color information
#87803C (or 0x87803C) is known color: Highball. HEX triplet: 87, 80 and 3C. RGB value is (135,128,60). Sum of RGB (Red+Green+Blue) = 135+128+60=323 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.80% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 135 - color contains mainly: red. Hex color #87803C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87803C is #787FC3. Grayscale: #7A7A7A. Windows color (decimal): -7897028 or 3965063. OLE color: 3965063.
HSL color Cylindrical-coordinate representation of color #87803C: hue angle of 54.4º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #87803C is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 128 | 60 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.47 |
| HSL | 54.4º | 0.38% | 0.38% | - |
| HSV(B) | 54.4º | 0.56% | 0.53% | - |
| XYZ | 18.53 | 20.92 | 7.34 | - |
| YUV | 122.34 | 92.82 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 128 | 60 | 0 | 0.05 | 0.56 | 0.47 | 54.4 | 0.38 | 0.38 |
| Hex | 87 | 80 | 3C | 0 | 5 | 38 | 2F | 36 | 26 | 26 |
| Octal | 207 | 200 | 74 | 0 | 5 | 70 | 57 | 66 | 46 | 46 |
| Binary | 10000111 | 10000000 | 111100 | 0 | 101 | 111000 | 101111 | 110110 | 100110 | 100110 |
Color Harmonies of #87803C
Complementary color
Monochromatic Colors of #87803C
Black with #87803C
Text Example
Text Example
White with #87803C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87803C; }
p { color: rgb(135,128,60); }
H1.HeaderClassName
{
color: #87803C;
}
.AnyTagClassName
{
color: #87803C;
}
</style>
background-color css
<style>
a { background-color: #87803C; }
a { background-color: rgb(135,128,60); }
div.DivClassName
{
background-color: #87803C;
}
.BgClassName
{
background-color: #87803C;
}
</style>
border-color css
<style>
span { border-color: #87803C; }
span { border-color: rgb(135,128,60); }
td.TdClassName
{
border-color: #87803C;
}
.TagClassName
{
border-color: #87803C;
}
</style>