Shades of Highball #888039
Tints of Highball #888039
RGB
CMYK
RGB Variations
Color information
#888039 (or 0x888039) is known color: Highball. HEX triplet: 88, 80 and 39. RGB value is (136,128,57). Sum of RGB (Red+Green+Blue) = 136+128+57=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 128 (50.39% from 255 or 39.88% from 321); Blue value is 57 (22.66% from 255 or 17.76% from 321); Max value from RGB is 136 - color contains mainly: red. Hex color #888039 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888039 is #777FC6. Grayscale: #7A7A7A. Windows color (decimal): -7831495 or 3768456. OLE color: 3768456.
HSL color Cylindrical-coordinate representation of color #888039: hue angle of 53.92º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #888039 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 128 | 57 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.47 |
| HSL | 53.92º | 0.41% | 0.38% | - |
| HSV(B) | 53.92º | 0.58% | 0.53% | - |
| XYZ | 18.61 | 20.97 | 6.94 | - |
| YUV | 122.3 | 91.15 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 128 | 57 | 0 | 0.06 | 0.58 | 0.47 | 53.92 | 0.41 | 0.38 |
| Hex | 88 | 80 | 39 | 0 | 6 | 3A | 2F | 36 | 29 | 26 |
| Octal | 210 | 200 | 71 | 0 | 6 | 72 | 57 | 66 | 51 | 46 |
| Binary | 10001000 | 10000000 | 111001 | 0 | 110 | 111010 | 101111 | 110110 | 101001 | 100110 |
Color Harmonies of #888039
Complementary color
Monochromatic Colors of #888039
Black with #888039
Text Example
Text Example
White with #888039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888039; }
p { color: rgb(136,128,57); }
H1.HeaderClassName
{
color: #888039;
}
.AnyTagClassName
{
color: #888039;
}
</style>
background-color css
<style>
a { background-color: #888039; }
a { background-color: rgb(136,128,57); }
div.DivClassName
{
background-color: #888039;
}
.BgClassName
{
background-color: #888039;
}
</style>
border-color css
<style>
span { border-color: #888039; }
span { border-color: rgb(136,128,57); }
td.TdClassName
{
border-color: #888039;
}
.TagClassName
{
border-color: #888039;
}
</style>