Shades of Highball #877E3C
Tints of Highball #877E3C
RGB
CMYK
RGB Variations
Color information
#877E3C (or 0x877E3C) is known color: Highball. HEX triplet: 87, 7E and 3C. RGB value is (135,126,60). Sum of RGB (Red+Green+Blue) = 135+126+60=321 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.06% from 321); Green value is 126 (49.61% from 255 or 39.25% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 135 - color contains mainly: red. Hex color #877E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877E3C is #7881C3. Grayscale: #797979. Windows color (decimal): -7897540 or 3964551. OLE color: 3964551.
HSL color Cylindrical-coordinate representation of color #877E3C: hue angle of 52.8º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #877E3C is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 126 | 60 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.47 |
| HSL | 52.8º | 0.38% | 0.38% | - |
| HSV(B) | 52.8º | 0.56% | 0.53% | - |
| XYZ | 18.27 | 20.4 | 7.25 | - |
| YUV | 121.17 | 93.48 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 126 | 60 | 0 | 0.07 | 0.56 | 0.47 | 52.8 | 0.38 | 0.38 |
| Hex | 87 | 7E | 3C | 0 | 7 | 38 | 2F | 35 | 26 | 26 |
| Octal | 207 | 176 | 74 | 0 | 7 | 70 | 57 | 65 | 46 | 46 |
| Binary | 10000111 | 1111110 | 111100 | 0 | 111 | 111000 | 101111 | 110101 | 100110 | 100110 |
Color Harmonies of #877E3C
Complementary color
Monochromatic Colors of #877E3C
Black with #877E3C
Text Example
Text Example
White with #877E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877E3C; }
p { color: rgb(135,126,60); }
H1.HeaderClassName
{
color: #877E3C;
}
.AnyTagClassName
{
color: #877E3C;
}
</style>
background-color css
<style>
a { background-color: #877E3C; }
a { background-color: rgb(135,126,60); }
div.DivClassName
{
background-color: #877E3C;
}
.BgClassName
{
background-color: #877E3C;
}
</style>
border-color css
<style>
span { border-color: #877E3C; }
span { border-color: rgb(135,126,60); }
td.TdClassName
{
border-color: #877E3C;
}
.TagClassName
{
border-color: #877E3C;
}
</style>