Shades of Highball #888137
Tints of Highball #888137
RGB
CMYK
RGB Variations
Color information
#888137 (or 0x888137) is known color: Highball. HEX triplet: 88, 81 and 37. RGB value is (136,129,55). Sum of RGB (Red+Green+Blue) = 136+129+55=320 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.5% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 55 (21.88% from 255 or 17.19% from 320); Max value from RGB is 136 - color contains mainly: red. Hex color #888137 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888137 is #777EC8. Grayscale: #7A7A7A. Windows color (decimal): -7831241 or 3637640. OLE color: 3637640.
HSL color Cylindrical-coordinate representation of color #888137: hue angle of 54.81º degrees, saturation: 0.42, 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 #888137 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 129 | 55 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.47 |
| HSL | 54.81º | 0.42% | 0.37% | - |
| HSV(B) | 54.81º | 0.6% | 0.53% | - |
| XYZ | 18.69 | 21.21 | 6.72 | - |
| YUV | 122.66 | 89.82 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 129 | 55 | 0 | 0.05 | 0.60 | 0.47 | 54.81 | 0.42 | 0.37 |
| Hex | 88 | 81 | 37 | 0 | 5 | 3C | 2F | 37 | 2A | 25 |
| Octal | 210 | 201 | 67 | 0 | 5 | 74 | 57 | 67 | 52 | 45 |
| Binary | 10001000 | 10000001 | 110111 | 0 | 101 | 111100 | 101111 | 110111 | 101010 | 100101 |
Color Harmonies of #888137
Complementary color
Monochromatic Colors of #888137
Black with #888137
Text Example
Text Example
White with #888137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888137; }
p { color: rgb(136,129,55); }
H1.HeaderClassName
{
color: #888137;
}
.AnyTagClassName
{
color: #888137;
}
</style>
background-color css
<style>
a { background-color: #888137; }
a { background-color: rgb(136,129,55); }
div.DivClassName
{
background-color: #888137;
}
.BgClassName
{
background-color: #888137;
}
</style>
border-color css
<style>
span { border-color: #888137; }
span { border-color: rgb(136,129,55); }
td.TdClassName
{
border-color: #888137;
}
.TagClassName
{
border-color: #888137;
}
</style>