Shades of Highball #887C42
Tints of Highball #887C42
RGB
CMYK
RGB Variations
Color information
#887C42 (or 0x887C42) is known color: Highball. HEX triplet: 88, 7C and 42. RGB value is (136,124,66). Sum of RGB (Red+Green+Blue) = 136+124+66=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 124 (48.83% from 255 or 38.04% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 136 - color contains mainly: red. Hex color #887C42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887C42 is #7783BD. Grayscale: #797979. Windows color (decimal): -7832510 or 4357256. OLE color: 4357256.
HSL color Cylindrical-coordinate representation of color #887C42: hue angle of 49.71º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #887C42 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 124 | 66 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.47 |
| HSL | 49.71º | 0.35% | 0.4% | - |
| HSV(B) | 49.71º | 0.51% | 0.53% | - |
| XYZ | 18.34 | 20.04 | 8.06 | - |
| YUV | 120.98 | 96.98 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 124 | 66 | 0 | 0.09 | 0.51 | 0.47 | 49.71 | 0.35 | 0.4 |
| Hex | 88 | 7C | 42 | 0 | 9 | 33 | 2F | 32 | 23 | 28 |
| Octal | 210 | 174 | 102 | 0 | 11 | 63 | 57 | 62 | 43 | 50 |
| Binary | 10001000 | 1111100 | 1000010 | 0 | 1001 | 110011 | 101111 | 110010 | 100011 | 101000 |
Color Harmonies of #887C42
Complementary color
Monochromatic Colors of #887C42
Black with #887C42
Text Example
Text Example
White with #887C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887C42; }
p { color: rgb(136,124,66); }
H1.HeaderClassName
{
color: #887C42;
}
.AnyTagClassName
{
color: #887C42;
}
</style>
background-color css
<style>
a { background-color: #887C42; }
a { background-color: rgb(136,124,66); }
div.DivClassName
{
background-color: #887C42;
}
.BgClassName
{
background-color: #887C42;
}
</style>
border-color css
<style>
span { border-color: #887C42; }
span { border-color: rgb(136,124,66); }
td.TdClassName
{
border-color: #887C42;
}
.TagClassName
{
border-color: #887C42;
}
</style>