Shades of Highball #888136
Tints of Highball #888136
RGB
CMYK
RGB Variations
Color information
#888136 (or 0x888136) is known color: Highball. HEX triplet: 88, 81 and 36. RGB value is (136,129,54). Sum of RGB (Red+Green+Blue) = 136+129+54=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 129 (50.78% from 255 or 40.44% from 319); Blue value is 54 (21.48% from 255 or 16.93% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #888136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888136 is #777EC9. Grayscale: #7A7A7A. Windows color (decimal): -7831242 or 3572104. OLE color: 3572104.
HSL color Cylindrical-coordinate representation of color #888136: hue angle of 54.88º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #888136 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 129 | 54 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.47 |
| HSL | 54.88º | 0.43% | 0.37% | - |
| HSV(B) | 54.88º | 0.6% | 0.53% | - |
| XYZ | 18.67 | 21.2 | 6.6 | - |
| YUV | 122.54 | 89.32 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 129 | 54 | 0 | 0.05 | 0.60 | 0.47 | 54.88 | 0.43 | 0.37 |
| Hex | 88 | 81 | 36 | 0 | 5 | 3C | 2F | 37 | 2B | 25 |
| Octal | 210 | 201 | 66 | 0 | 5 | 74 | 57 | 67 | 53 | 45 |
| Binary | 10001000 | 10000001 | 110110 | 0 | 101 | 111100 | 101111 | 110111 | 101011 | 100101 |
Color Harmonies of #888136
Complementary color
Monochromatic Colors of #888136
Black with #888136
Text Example
Text Example
White with #888136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888136; }
p { color: rgb(136,129,54); }
H1.HeaderClassName
{
color: #888136;
}
.AnyTagClassName
{
color: #888136;
}
</style>
background-color css
<style>
a { background-color: #888136; }
a { background-color: rgb(136,129,54); }
div.DivClassName
{
background-color: #888136;
}
.BgClassName
{
background-color: #888136;
}
</style>
border-color css
<style>
span { border-color: #888136; }
span { border-color: rgb(136,129,54); }
td.TdClassName
{
border-color: #888136;
}
.TagClassName
{
border-color: #888136;
}
</style>