Shades of Highball #878232
Tints of Highball #878232
RGB
CMYK
RGB Variations
Color information
#878232 (or 0x878232) is known color: Highball. HEX triplet: 87, 82 and 32. RGB value is (135,130,50). Sum of RGB (Red+Green+Blue) = 135+130+50=315 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.86% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 135 - color contains mainly: red. Hex color #878232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #878232 is #787DCD. Grayscale: #7A7A7A. Windows color (decimal): -7896526 or 3310215. OLE color: 3310215.
HSL color Cylindrical-coordinate representation of color #878232: hue angle of 56.47º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #878232 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 130 | 50 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.47 |
| HSL | 56.47º | 0.46% | 0.36% | - |
| HSV(B) | 56.47º | 0.63% | 0.53% | - |
| XYZ | 18.55 | 21.35 | 6.16 | - |
| YUV | 122.38 | 87.16 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 130 | 50 | 0 | 0.04 | 0.63 | 0.47 | 56.47 | 0.46 | 0.36 |
| Hex | 87 | 82 | 32 | 0 | 4 | 3F | 2F | 38 | 2E | 24 |
| Octal | 207 | 202 | 62 | 0 | 4 | 77 | 57 | 70 | 56 | 44 |
| Binary | 10000111 | 10000010 | 110010 | 0 | 100 | 111111 | 101111 | 111000 | 101110 | 100100 |
Color Harmonies of #878232
Complementary color
Monochromatic Colors of #878232
Black with #878232
Text Example
Text Example
White with #878232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878232; }
p { color: rgb(135,130,50); }
H1.HeaderClassName
{
color: #878232;
}
.AnyTagClassName
{
color: #878232;
}
</style>
background-color css
<style>
a { background-color: #878232; }
a { background-color: rgb(135,130,50); }
div.DivClassName
{
background-color: #878232;
}
.BgClassName
{
background-color: #878232;
}
</style>
border-color css
<style>
span { border-color: #878232; }
span { border-color: rgb(135,130,50); }
td.TdClassName
{
border-color: #878232;
}
.TagClassName
{
border-color: #878232;
}
</style>