Shades of Highball #87873A
Tints of Highball #87873A
RGB
CMYK
RGB Variations
Color information
#87873A (or 0x87873A) is known color: Highball. HEX triplet: 87, 87 and 3A. RGB value is (135,135,58). Sum of RGB (Red+Green+Blue) = 135+135+58=328 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.16% from 328); Green value is 135 (53.12% from 255 or 41.16% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 135 - color contains mainly: red, green. Hex color #87873A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87873A is #7878C5. Grayscale: #7E7E7E. Windows color (decimal): -7895238 or 3835783. OLE color: 3835783.
HSL color Cylindrical-coordinate representation of color #87873A: hue angle of 60º 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 #87873A is Cyan = 0, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 135 | 58 | - |
| CMYK | 0 | 0 | 0.57 | 0.47 |
| HSL | 60º | 0.4% | 0.38% | - |
| HSV(B) | 60º | 0.57% | 0.53% | - |
| XYZ | 19.42 | 22.78 | 7.38 | - |
| YUV | 126.22 | 89.5 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 135 | 58 | 0 | 0 | 0.57 | 0.47 | 60 | 0.4 | 0.38 |
| Hex | 87 | 87 | 3A | 0 | 0 | 39 | 2F | 3C | 28 | 26 |
| Octal | 207 | 207 | 72 | 0 | 0 | 71 | 57 | 74 | 50 | 46 |
| Binary | 10000111 | 10000111 | 111010 | 0 | 0 | 111001 | 101111 | 111100 | 101000 | 100110 |
Color Harmonies of #87873A
Complementary color
Monochromatic Colors of #87873A
Black with #87873A
Text Example
Text Example
White with #87873A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87873A; }
p { color: rgb(135,135,58); }
H1.HeaderClassName
{
color: #87873A;
}
.AnyTagClassName
{
color: #87873A;
}
</style>
background-color css
<style>
a { background-color: #87873A; }
a { background-color: rgb(135,135,58); }
div.DivClassName
{
background-color: #87873A;
}
.BgClassName
{
background-color: #87873A;
}
</style>
border-color css
<style>
span { border-color: #87873A; }
span { border-color: rgb(135,135,58); }
td.TdClassName
{
border-color: #87873A;
}
.TagClassName
{
border-color: #87873A;
}
</style>