Shades of Highball #887C40
Tints of Highball #887C40
RGB
CMYK
RGB Variations
Color information
#887C40 (or 0x887C40) is known color: Highball. HEX triplet: 88, 7C and 40. RGB value is (136,124,64). Sum of RGB (Red+Green+Blue) = 136+124+64=324 (42% of max value = 765). Red value is 136 (53.52% from 255 or 41.98% from 324); Green value is 124 (48.83% from 255 or 38.27% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 136 - color contains mainly: red. Hex color #887C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887C40 is #7783BF. Grayscale: #797979. Windows color (decimal): -7832512 or 4226184. OLE color: 4226184.
HSL color Cylindrical-coordinate representation of color #887C40: hue angle of 50º 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 #887C40 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 124 | 64 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.47 |
| HSL | 50º | 0.36% | 0.39% | - |
| HSV(B) | 50º | 0.53% | 0.53% | - |
| XYZ | 18.29 | 20.02 | 7.75 | - |
| YUV | 120.75 | 95.98 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 124 | 64 | 0 | 0.09 | 0.53 | 0.47 | 50 | 0.36 | 0.39 |
| Hex | 88 | 7C | 40 | 0 | 9 | 35 | 2F | 32 | 24 | 27 |
| Octal | 210 | 174 | 100 | 0 | 11 | 65 | 57 | 62 | 44 | 47 |
| Binary | 10001000 | 1111100 | 1000000 | 0 | 1001 | 110101 | 101111 | 110010 | 100100 | 100111 |
Color Harmonies of #887C40
Complementary color
Monochromatic Colors of #887C40
Black with #887C40
Text Example
Text Example
White with #887C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887C40; }
p { color: rgb(136,124,64); }
H1.HeaderClassName
{
color: #887C40;
}
.AnyTagClassName
{
color: #887C40;
}
</style>
background-color css
<style>
a { background-color: #887C40; }
a { background-color: rgb(136,124,64); }
div.DivClassName
{
background-color: #887C40;
}
.BgClassName
{
background-color: #887C40;
}
</style>
border-color css
<style>
span { border-color: #887C40; }
span { border-color: rgb(136,124,64); }
td.TdClassName
{
border-color: #887C40;
}
.TagClassName
{
border-color: #887C40;
}
</style>