Shades of Highball #877D3E
Tints of Highball #877D3E
RGB
CMYK
RGB Variations
Color information
#877D3E (or 0x877D3E) is known color: Highball. HEX triplet: 87, 7D and 3E. RGB value is (135,125,62). Sum of RGB (Red+Green+Blue) = 135+125+62=322 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.93% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 62 (24.61% from 255 or 19.25% from 322); Max value from RGB is 135 - color contains mainly: red. Hex color #877D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877D3E is #7882C1. Grayscale: #797979. Windows color (decimal): -7897794 or 4095367. OLE color: 4095367.
HSL color Cylindrical-coordinate representation of color #877D3E: hue angle of 51.78º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #877D3E is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 125 | 62 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.47 |
| HSL | 51.78º | 0.37% | 0.39% | - |
| HSV(B) | 51.78º | 0.54% | 0.53% | - |
| XYZ | 18.19 | 20.17 | 7.49 | - |
| YUV | 120.81 | 94.81 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 125 | 62 | 0 | 0.07 | 0.54 | 0.47 | 51.78 | 0.37 | 0.39 |
| Hex | 87 | 7D | 3E | 0 | 7 | 36 | 2F | 34 | 25 | 27 |
| Octal | 207 | 175 | 76 | 0 | 7 | 66 | 57 | 64 | 45 | 47 |
| Binary | 10000111 | 1111101 | 111110 | 0 | 111 | 110110 | 101111 | 110100 | 100101 | 100111 |
Color Harmonies of #877D3E
Complementary color
Monochromatic Colors of #877D3E
Black with #877D3E
Text Example
Text Example
White with #877D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877D3E; }
p { color: rgb(135,125,62); }
H1.HeaderClassName
{
color: #877D3E;
}
.AnyTagClassName
{
color: #877D3E;
}
</style>
background-color css
<style>
a { background-color: #877D3E; }
a { background-color: rgb(135,125,62); }
div.DivClassName
{
background-color: #877D3E;
}
.BgClassName
{
background-color: #877D3E;
}
</style>
border-color css
<style>
span { border-color: #877D3E; }
span { border-color: rgb(135,125,62); }
td.TdClassName
{
border-color: #877D3E;
}
.TagClassName
{
border-color: #877D3E;
}
</style>