Shades of Highball #888144
Tints of Highball #888144
RGB
CMYK
RGB Variations
Color information
#888144 (or 0x888144) is known color: Highball. HEX triplet: 88, 81 and 44. RGB value is (136,129,68). Sum of RGB (Red+Green+Blue) = 136+129+68=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 136 - color contains mainly: red. Hex color #888144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888144 is #777EBB. Grayscale: #7C7C7C. Windows color (decimal): -7831228 or 4489608. OLE color: 4489608.
HSL color Cylindrical-coordinate representation of color #888144: hue angle of 53.82º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #888144 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 129 | 68 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.47 |
| HSL | 53.82º | 0.33% | 0.4% | - |
| HSV(B) | 53.82º | 0.5% | 0.53% | - |
| XYZ | 19.05 | 21.35 | 8.59 | - |
| YUV | 124.14 | 96.32 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 129 | 68 | 0 | 0.05 | 0.50 | 0.47 | 53.82 | 0.33 | 0.4 |
| Hex | 88 | 81 | 44 | 0 | 5 | 32 | 2F | 36 | 21 | 28 |
| Octal | 210 | 201 | 104 | 0 | 5 | 62 | 57 | 66 | 41 | 50 |
| Binary | 10001000 | 10000001 | 1000100 | 0 | 101 | 110010 | 101111 | 110110 | 100001 | 101000 |
Color Harmonies of #888144
Complementary color
Monochromatic Colors of #888144
Black with #888144
Text Example
Text Example
White with #888144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888144; }
p { color: rgb(136,129,68); }
H1.HeaderClassName
{
color: #888144;
}
.AnyTagClassName
{
color: #888144;
}
</style>
background-color css
<style>
a { background-color: #888144; }
a { background-color: rgb(136,129,68); }
div.DivClassName
{
background-color: #888144;
}
.BgClassName
{
background-color: #888144;
}
</style>
border-color css
<style>
span { border-color: #888144; }
span { border-color: rgb(136,129,68); }
td.TdClassName
{
border-color: #888144;
}
.TagClassName
{
border-color: #888144;
}
</style>