Shades of Highball #888442
Tints of Highball #888442
RGB
CMYK
RGB Variations
Color information
#888442 (or 0x888442) is known color: Highball. HEX triplet: 88, 84 and 42. RGB value is (136,132,66). Sum of RGB (Red+Green+Blue) = 136+132+66=334 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.72% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 136 - color contains mainly: red. Hex color #888442 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888442 is #777BBD. Grayscale: #7D7D7D. Windows color (decimal): -7830462 or 4359304. OLE color: 4359304.
HSL color Cylindrical-coordinate representation of color #888442: hue angle of 56.57º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #888442 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 132 | 66 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.47 |
| HSL | 56.57º | 0.35% | 0.4% | - |
| HSV(B) | 56.57º | 0.51% | 0.53% | - |
| XYZ | 19.39 | 22.13 | 8.4 | - |
| YUV | 125.67 | 94.33 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 132 | 66 | 0 | 0.03 | 0.51 | 0.47 | 56.57 | 0.35 | 0.4 |
| Hex | 88 | 84 | 42 | 0 | 3 | 33 | 2F | 39 | 23 | 28 |
| Octal | 210 | 204 | 102 | 0 | 3 | 63 | 57 | 71 | 43 | 50 |
| Binary | 10001000 | 10000100 | 1000010 | 0 | 11 | 110011 | 101111 | 111001 | 100011 | 101000 |
Color Harmonies of #888442
Complementary color
Monochromatic Colors of #888442
Black with #888442
Text Example
Text Example
White with #888442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888442; }
p { color: rgb(136,132,66); }
H1.HeaderClassName
{
color: #888442;
}
.AnyTagClassName
{
color: #888442;
}
</style>
background-color css
<style>
a { background-color: #888442; }
a { background-color: rgb(136,132,66); }
div.DivClassName
{
background-color: #888442;
}
.BgClassName
{
background-color: #888442;
}
</style>
border-color css
<style>
span { border-color: #888442; }
span { border-color: rgb(136,132,66); }
td.TdClassName
{
border-color: #888442;
}
.TagClassName
{
border-color: #888442;
}
</style>