Shades of Highball #878146
Tints of Highball #878146
RGB
CMYK
RGB Variations
Color information
#878146 (or 0x878146) is known color: Highball. HEX triplet: 87, 81 and 46. RGB value is (135,129,70). Sum of RGB (Red+Green+Blue) = 135+129+70=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 135 - color contains mainly: red. Hex color #878146 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #878146 is #787EB9. Grayscale: #7C7C7C. Windows color (decimal): -7896762 or 4620679. OLE color: 4620679.
HSL color Cylindrical-coordinate representation of color #878146: hue angle of 54.46º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #878146 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 129 | 70 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.47 |
| HSL | 54.46º | 0.32% | 0.4% | - |
| HSV(B) | 54.46º | 0.48% | 0.53% | - |
| XYZ | 18.95 | 21.29 | 8.91 | - |
| YUV | 124.07 | 97.49 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 129 | 70 | 0 | 0.04 | 0.48 | 0.47 | 54.46 | 0.32 | 0.4 |
| Hex | 87 | 81 | 46 | 0 | 4 | 30 | 2F | 36 | 20 | 28 |
| Octal | 207 | 201 | 106 | 0 | 4 | 60 | 57 | 66 | 40 | 50 |
| Binary | 10000111 | 10000001 | 1000110 | 0 | 100 | 110000 | 101111 | 110110 | 100000 | 101000 |
Color Harmonies of #878146
Complementary color
Monochromatic Colors of #878146
Black with #878146
Text Example
Text Example
White with #878146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878146; }
p { color: rgb(135,129,70); }
H1.HeaderClassName
{
color: #878146;
}
.AnyTagClassName
{
color: #878146;
}
</style>
background-color css
<style>
a { background-color: #878146; }
a { background-color: rgb(135,129,70); }
div.DivClassName
{
background-color: #878146;
}
.BgClassName
{
background-color: #878146;
}
</style>
border-color css
<style>
span { border-color: #878146; }
span { border-color: rgb(135,129,70); }
td.TdClassName
{
border-color: #878146;
}
.TagClassName
{
border-color: #878146;
}
</style>