Shades of Highball #878445
Tints of Highball #878445
RGB
CMYK
RGB Variations
Color information
#878445 (or 0x878445) is known color: Highball. HEX triplet: 87, 84 and 45. RGB value is (135,132,69). Sum of RGB (Red+Green+Blue) = 135+132+69=336 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.18% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 135 - color contains mainly: red. Hex color #878445 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #878445 is #787BBA. Grayscale: #7D7D7D. Windows color (decimal): -7895995 or 4555911. OLE color: 4555911.
HSL color Cylindrical-coordinate representation of color #878445: hue angle of 57.27º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #878445 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 132 | 69 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.47 |
| HSL | 57.27º | 0.32% | 0.4% | - |
| HSV(B) | 57.27º | 0.49% | 0.53% | - |
| XYZ | 19.32 | 22.08 | 8.87 | - |
| YUV | 125.72 | 95.99 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 132 | 69 | 0 | 0.02 | 0.49 | 0.47 | 57.27 | 0.32 | 0.4 |
| Hex | 87 | 84 | 45 | 0 | 2 | 31 | 2F | 39 | 20 | 28 |
| Octal | 207 | 204 | 105 | 0 | 2 | 61 | 57 | 71 | 40 | 50 |
| Binary | 10000111 | 10000100 | 1000101 | 0 | 10 | 110001 | 101111 | 111001 | 100000 | 101000 |
Color Harmonies of #878445
Complementary color
Monochromatic Colors of #878445
Black with #878445
Text Example
Text Example
White with #878445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878445; }
p { color: rgb(135,132,69); }
H1.HeaderClassName
{
color: #878445;
}
.AnyTagClassName
{
color: #878445;
}
</style>
background-color css
<style>
a { background-color: #878445; }
a { background-color: rgb(135,132,69); }
div.DivClassName
{
background-color: #878445;
}
.BgClassName
{
background-color: #878445;
}
</style>
border-color css
<style>
span { border-color: #878445; }
span { border-color: rgb(135,132,69); }
td.TdClassName
{
border-color: #878445;
}
.TagClassName
{
border-color: #878445;
}
</style>