Shades of Highball #87873E
Tints of Highball #87873E
RGB
CMYK
RGB Variations
Color information
#87873E (or 0x87873E) is known color: Highball. HEX triplet: 87, 87 and 3E. RGB value is (135,135,62). Sum of RGB (Red+Green+Blue) = 135+135+62=332 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.66% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 135 - color contains mainly: red, green. Hex color #87873E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87873E is #7878C1. Grayscale: #7E7E7E. Windows color (decimal): -7895234 or 4097927. OLE color: 4097927.
HSL color Cylindrical-coordinate representation of color #87873E: hue angle of 60º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #87873E is Cyan = 0, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 135 | 62 | - |
| CMYK | 0 | 0 | 0.54 | 0.47 |
| HSL | 60º | 0.37% | 0.39% | - |
| HSV(B) | 60º | 0.54% | 0.53% | - |
| XYZ | 19.53 | 22.83 | 7.93 | - |
| YUV | 126.68 | 91.5 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 135 | 62 | 0 | 0 | 0.54 | 0.47 | 60 | 0.37 | 0.39 |
| Hex | 87 | 87 | 3E | 0 | 0 | 36 | 2F | 3C | 25 | 27 |
| Octal | 207 | 207 | 76 | 0 | 0 | 66 | 57 | 74 | 45 | 47 |
| Binary | 10000111 | 10000111 | 111110 | 0 | 0 | 110110 | 101111 | 111100 | 100101 | 100111 |
Color Harmonies of #87873E
Complementary color
Monochromatic Colors of #87873E
Black with #87873E
Text Example
Text Example
White with #87873E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87873E; }
p { color: rgb(135,135,62); }
H1.HeaderClassName
{
color: #87873E;
}
.AnyTagClassName
{
color: #87873E;
}
</style>
background-color css
<style>
a { background-color: #87873E; }
a { background-color: rgb(135,135,62); }
div.DivClassName
{
background-color: #87873E;
}
.BgClassName
{
background-color: #87873E;
}
</style>
border-color css
<style>
span { border-color: #87873E; }
span { border-color: rgb(135,135,62); }
td.TdClassName
{
border-color: #87873E;
}
.TagClassName
{
border-color: #87873E;
}
</style>