Shades of Highball #887D3E
Tints of Highball #887D3E
RGB
CMYK
RGB Variations
Color information
#887D3E (or 0x887D3E) is known color: Highball. HEX triplet: 88, 7D and 3E. RGB value is (136,125,62). Sum of RGB (Red+Green+Blue) = 136+125+62=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 125 (49.22% from 255 or 38.70% from 323); Blue value is 62 (24.61% from 255 or 19.20% from 323); Max value from RGB is 136 - color contains mainly: red. Hex color #887D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887D3E is #7782C1. Grayscale: #797979. Windows color (decimal): -7832258 or 4095368. OLE color: 4095368.
HSL color Cylindrical-coordinate representation of color #887D3E: hue angle of 51.08º 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 #887D3E is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 125 | 62 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.47 |
| HSL | 51.08º | 0.37% | 0.39% | - |
| HSV(B) | 51.08º | 0.54% | 0.53% | - |
| XYZ | 18.36 | 20.25 | 7.5 | - |
| YUV | 121.11 | 94.64 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 125 | 62 | 0 | 0.08 | 0.54 | 0.47 | 51.08 | 0.37 | 0.39 |
| Hex | 88 | 7D | 3E | 0 | 8 | 36 | 2F | 33 | 25 | 27 |
| Octal | 210 | 175 | 76 | 0 | 10 | 66 | 57 | 63 | 45 | 47 |
| Binary | 10001000 | 1111101 | 111110 | 0 | 1000 | 110110 | 101111 | 110011 | 100101 | 100111 |
Color Harmonies of #887D3E
Complementary color
Monochromatic Colors of #887D3E
Black with #887D3E
Text Example
Text Example
White with #887D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887D3E; }
p { color: rgb(136,125,62); }
H1.HeaderClassName
{
color: #887D3E;
}
.AnyTagClassName
{
color: #887D3E;
}
</style>
background-color css
<style>
a { background-color: #887D3E; }
a { background-color: rgb(136,125,62); }
div.DivClassName
{
background-color: #887D3E;
}
.BgClassName
{
background-color: #887D3E;
}
</style>
border-color css
<style>
span { border-color: #887D3E; }
span { border-color: rgb(136,125,62); }
td.TdClassName
{
border-color: #887D3E;
}
.TagClassName
{
border-color: #887D3E;
}
</style>