Shades of Highball #887C3B
Tints of Highball #887C3B
RGB
CMYK
RGB Variations
Color information
#887C3B (or 0x887C3B) is known color: Highball. HEX triplet: 88, 7C and 3B. RGB value is (136,124,59). Sum of RGB (Red+Green+Blue) = 136+124+59=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 59 (23.44% from 255 or 18.50% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #887C3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887C3B is #7783C4. Grayscale: #787878. Windows color (decimal): -7832517 or 3898504. OLE color: 3898504.
HSL color Cylindrical-coordinate representation of color #887C3B: hue angle of 50.65º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #887C3B is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 124 | 59 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.47 |
| HSL | 50.65º | 0.39% | 0.38% | - |
| HSV(B) | 50.65º | 0.57% | 0.53% | - |
| XYZ | 18.15 | 19.97 | 7.03 | - |
| YUV | 120.18 | 93.48 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 124 | 59 | 0 | 0.09 | 0.57 | 0.47 | 50.65 | 0.39 | 0.38 |
| Hex | 88 | 7C | 3B | 0 | 9 | 39 | 2F | 33 | 27 | 26 |
| Octal | 210 | 174 | 73 | 0 | 11 | 71 | 57 | 63 | 47 | 46 |
| Binary | 10001000 | 1111100 | 111011 | 0 | 1001 | 111001 | 101111 | 110011 | 100111 | 100110 |
Color Harmonies of #887C3B
Complementary color
Monochromatic Colors of #887C3B
Black with #887C3B
Text Example
Text Example
White with #887C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887C3B; }
p { color: rgb(136,124,59); }
H1.HeaderClassName
{
color: #887C3B;
}
.AnyTagClassName
{
color: #887C3B;
}
</style>
background-color css
<style>
a { background-color: #887C3B; }
a { background-color: rgb(136,124,59); }
div.DivClassName
{
background-color: #887C3B;
}
.BgClassName
{
background-color: #887C3B;
}
</style>
border-color css
<style>
span { border-color: #887C3B; }
span { border-color: rgb(136,124,59); }
td.TdClassName
{
border-color: #887C3B;
}
.TagClassName
{
border-color: #887C3B;
}
</style>