Shades of Highball #877E35
Tints of Highball #877E35
RGB
CMYK
RGB Variations
Color information
#877E35 (or 0x877E35) is known color: Highball. HEX triplet: 87, 7E and 35. RGB value is (135,126,53). Sum of RGB (Red+Green+Blue) = 135+126+53=314 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.99% from 314); Green value is 126 (49.61% from 255 or 40.13% from 314); Blue value is 53 (21.09% from 255 or 16.88% from 314); Max value from RGB is 135 - color contains mainly: red. Hex color #877E35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877E35 is #7881CA. Grayscale: #787878. Windows color (decimal): -7897547 or 3505799. OLE color: 3505799.
HSL color Cylindrical-coordinate representation of color #877E35: hue angle of 53.41º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #877E35 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 126 | 53 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.47 |
| HSL | 53.41º | 0.44% | 0.37% | - |
| HSV(B) | 53.41º | 0.61% | 0.53% | - |
| XYZ | 18.1 | 20.33 | 6.34 | - |
| YUV | 120.37 | 89.98 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 126 | 53 | 0 | 0.07 | 0.61 | 0.47 | 53.41 | 0.44 | 0.37 |
| Hex | 87 | 7E | 35 | 0 | 7 | 3D | 2F | 35 | 2C | 25 |
| Octal | 207 | 176 | 65 | 0 | 7 | 75 | 57 | 65 | 54 | 45 |
| Binary | 10000111 | 1111110 | 110101 | 0 | 111 | 111101 | 101111 | 110101 | 101100 | 100101 |
Color Harmonies of #877E35
Complementary color
Monochromatic Colors of #877E35
Black with #877E35
Text Example
Text Example
White with #877E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877E35; }
p { color: rgb(135,126,53); }
H1.HeaderClassName
{
color: #877E35;
}
.AnyTagClassName
{
color: #877E35;
}
</style>
background-color css
<style>
a { background-color: #877E35; }
a { background-color: rgb(135,126,53); }
div.DivClassName
{
background-color: #877E35;
}
.BgClassName
{
background-color: #877E35;
}
</style>
border-color css
<style>
span { border-color: #877E35; }
span { border-color: rgb(135,126,53); }
td.TdClassName
{
border-color: #877E35;
}
.TagClassName
{
border-color: #877E35;
}
</style>