Shades of Highball #877B40
Tints of Highball #877B40
RGB
CMYK
RGB Variations
Color information
#877B40 (or 0x877B40) is known color: Highball. HEX triplet: 87, 7B and 40. RGB value is (135,123,64). Sum of RGB (Red+Green+Blue) = 135+123+64=322 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.93% from 322); Green value is 123 (48.44% from 255 or 38.20% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 135 - color contains mainly: red. Hex color #877B40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877B40 is #7884BF. Grayscale: #787878. Windows color (decimal): -7898304 or 4225927. OLE color: 4225927.
HSL color Cylindrical-coordinate representation of color #877B40: hue angle of 49.86º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #877B40 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 123 | 64 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.47 |
| HSL | 49.86º | 0.36% | 0.39% | - |
| HSV(B) | 49.86º | 0.53% | 0.53% | - |
| XYZ | 18 | 19.69 | 7.7 | - |
| YUV | 119.86 | 96.48 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 123 | 64 | 0 | 0.09 | 0.53 | 0.47 | 49.86 | 0.36 | 0.39 |
| Hex | 87 | 7B | 40 | 0 | 9 | 35 | 2F | 32 | 24 | 27 |
| Octal | 207 | 173 | 100 | 0 | 11 | 65 | 57 | 62 | 44 | 47 |
| Binary | 10000111 | 1111011 | 1000000 | 0 | 1001 | 110101 | 101111 | 110010 | 100100 | 100111 |
Color Harmonies of #877B40
Complementary color
Monochromatic Colors of #877B40
Black with #877B40
Text Example
Text Example
White with #877B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877B40; }
p { color: rgb(135,123,64); }
H1.HeaderClassName
{
color: #877B40;
}
.AnyTagClassName
{
color: #877B40;
}
</style>
background-color css
<style>
a { background-color: #877B40; }
a { background-color: rgb(135,123,64); }
div.DivClassName
{
background-color: #877B40;
}
.BgClassName
{
background-color: #877B40;
}
</style>
border-color css
<style>
span { border-color: #877B40; }
span { border-color: rgb(135,123,64); }
td.TdClassName
{
border-color: #877B40;
}
.TagClassName
{
border-color: #877B40;
}
</style>