Shades of Highball #878047
Tints of Highball #878047
RGB
CMYK
RGB Variations
Color information
#878047 (or 0x878047) is known color: Highball. HEX triplet: 87, 80 and 47. RGB value is (135,128,71). Sum of RGB (Red+Green+Blue) = 135+128+71=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 71 (28.12% from 255 or 21.26% from 334); Max value from RGB is 135 - color contains mainly: red. Hex color #878047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #878047 is #787FB8. Grayscale: #7B7B7B. Windows color (decimal): -7897017 or 4685959. OLE color: 4685959.
HSL color Cylindrical-coordinate representation of color #878047: hue angle of 53.44º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #878047 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 128 | 71 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.47 |
| HSL | 53.44º | 0.31% | 0.4% | - |
| HSV(B) | 53.44º | 0.47% | 0.53% | - |
| XYZ | 18.85 | 21.04 | 9.03 | - |
| YUV | 123.6 | 98.32 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 128 | 71 | 0 | 0.05 | 0.47 | 0.47 | 53.44 | 0.31 | 0.4 |
| Hex | 87 | 80 | 47 | 0 | 5 | 2F | 2F | 35 | 1F | 28 |
| Octal | 207 | 200 | 107 | 0 | 5 | 57 | 57 | 65 | 37 | 50 |
| Binary | 10000111 | 10000000 | 1000111 | 0 | 101 | 101111 | 101111 | 110101 | 11111 | 101000 |
Color Harmonies of #878047
Complementary color
Monochromatic Colors of #878047
Black with #878047
Text Example
Text Example
White with #878047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878047; }
p { color: rgb(135,128,71); }
H1.HeaderClassName
{
color: #878047;
}
.AnyTagClassName
{
color: #878047;
}
</style>
background-color css
<style>
a { background-color: #878047; }
a { background-color: rgb(135,128,71); }
div.DivClassName
{
background-color: #878047;
}
.BgClassName
{
background-color: #878047;
}
</style>
border-color css
<style>
span { border-color: #878047; }
span { border-color: rgb(135,128,71); }
td.TdClassName
{
border-color: #878047;
}
.TagClassName
{
border-color: #878047;
}
</style>