Shades of Highball #888344
Tints of Highball #888344
RGB
CMYK
RGB Variations
Color information
#888344 (or 0x888344) is known color: Highball. HEX triplet: 88, 83 and 44. RGB value is (136,131,68). Sum of RGB (Red+Green+Blue) = 136+131+68=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 68 (26.95% from 255 or 20.30% from 335); Max value from RGB is 136 - color contains mainly: red. Hex color #888344 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888344 is #777CBB. Grayscale: #7D7D7D. Windows color (decimal): -7830716 or 4490120. OLE color: 4490120.
HSL color Cylindrical-coordinate representation of color #888344: hue angle of 55.59º 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 #888344 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 131 | 68 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.47 |
| HSL | 55.59º | 0.33% | 0.4% | - |
| HSV(B) | 55.59º | 0.5% | 0.53% | - |
| XYZ | 19.31 | 21.88 | 8.68 | - |
| YUV | 125.31 | 95.66 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 131 | 68 | 0 | 0.04 | 0.50 | 0.47 | 55.59 | 0.33 | 0.4 |
| Hex | 88 | 83 | 44 | 0 | 4 | 32 | 2F | 38 | 21 | 28 |
| Octal | 210 | 203 | 104 | 0 | 4 | 62 | 57 | 70 | 41 | 50 |
| Binary | 10001000 | 10000011 | 1000100 | 0 | 100 | 110010 | 101111 | 111000 | 100001 | 101000 |
Color Harmonies of #888344
Complementary color
Monochromatic Colors of #888344
Black with #888344
Text Example
Text Example
White with #888344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888344; }
p { color: rgb(136,131,68); }
H1.HeaderClassName
{
color: #888344;
}
.AnyTagClassName
{
color: #888344;
}
</style>
background-color css
<style>
a { background-color: #888344; }
a { background-color: rgb(136,131,68); }
div.DivClassName
{
background-color: #888344;
}
.BgClassName
{
background-color: #888344;
}
</style>
border-color css
<style>
span { border-color: #888344; }
span { border-color: rgb(136,131,68); }
td.TdClassName
{
border-color: #888344;
}
.TagClassName
{
border-color: #888344;
}
</style>