Shades of Highball #887E3C
Tints of Highball #887E3C
RGB
CMYK
RGB Variations
Color information
#887E3C (or 0x887E3C) is known color: Highball. HEX triplet: 88, 7E and 3C. RGB value is (136,126,60). Sum of RGB (Red+Green+Blue) = 136+126+60=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 126 (49.61% from 255 or 39.13% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 136 - color contains mainly: red. Hex color #887E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887E3C is #7781C3. Grayscale: #797979. Windows color (decimal): -7832004 or 3964552. OLE color: 3964552.
HSL color Cylindrical-coordinate representation of color #887E3C: hue angle of 52.11º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #887E3C is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 126 | 60 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.47 |
| HSL | 52.11º | 0.39% | 0.38% | - |
| HSV(B) | 52.11º | 0.56% | 0.53% | - |
| XYZ | 18.43 | 20.48 | 7.26 | - |
| YUV | 121.47 | 93.31 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 126 | 60 | 0 | 0.07 | 0.56 | 0.47 | 52.11 | 0.39 | 0.38 |
| Hex | 88 | 7E | 3C | 0 | 7 | 38 | 2F | 34 | 27 | 26 |
| Octal | 210 | 176 | 74 | 0 | 7 | 70 | 57 | 64 | 47 | 46 |
| Binary | 10001000 | 1111110 | 111100 | 0 | 111 | 111000 | 101111 | 110100 | 100111 | 100110 |
Color Harmonies of #887E3C
Complementary color
Monochromatic Colors of #887E3C
Black with #887E3C
Text Example
Text Example
White with #887E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887E3C; }
p { color: rgb(136,126,60); }
H1.HeaderClassName
{
color: #887E3C;
}
.AnyTagClassName
{
color: #887E3C;
}
</style>
background-color css
<style>
a { background-color: #887E3C; }
a { background-color: rgb(136,126,60); }
div.DivClassName
{
background-color: #887E3C;
}
.BgClassName
{
background-color: #887E3C;
}
</style>
border-color css
<style>
span { border-color: #887E3C; }
span { border-color: rgb(136,126,60); }
td.TdClassName
{
border-color: #887E3C;
}
.TagClassName
{
border-color: #887E3C;
}
</style>