Shades of Highball #888848
Tints of Highball #888848
RGB
CMYK
RGB Variations
Color information
#888848 (or 0x888848) is known color: Highball. HEX triplet: 88, 88 and 48. RGB value is (136,136,72). Sum of RGB (Red+Green+Blue) = 136+136+72=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 136 - color contains mainly: red, green. Hex color #888848 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888848 is #7777B7. Grayscale: #808080. Windows color (decimal): -7829432 or 4753544. OLE color: 4753544.
HSL color Cylindrical-coordinate representation of color #888848: hue angle of 60º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #888848 is Cyan = 0, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 136 | 72 | - |
| CMYK | 0 | 0 | 0.47 | 0.47 |
| HSL | 60º | 0.31% | 0.41% | - |
| HSV(B) | 60º | 0.47% | 0.53% | - |
| XYZ | 20.13 | 23.31 | 9.57 | - |
| YUV | 128.7 | 96 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 136 | 72 | 0 | 0 | 0.47 | 0.47 | 60 | 0.31 | 0.41 |
| Hex | 88 | 88 | 48 | 0 | 0 | 2F | 2F | 3C | 1F | 29 |
| Octal | 210 | 210 | 110 | 0 | 0 | 57 | 57 | 74 | 37 | 51 |
| Binary | 10001000 | 10001000 | 1001000 | 0 | 0 | 101111 | 101111 | 111100 | 11111 | 101001 |
Color Harmonies of #888848
Complementary color
Monochromatic Colors of #888848
Black with #888848
Text Example
Text Example
White with #888848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888848; }
p { color: rgb(136,136,72); }
H1.HeaderClassName
{
color: #888848;
}
.AnyTagClassName
{
color: #888848;
}
</style>
background-color css
<style>
a { background-color: #888848; }
a { background-color: rgb(136,136,72); }
div.DivClassName
{
background-color: #888848;
}
.BgClassName
{
background-color: #888848;
}
</style>
border-color css
<style>
span { border-color: #888848; }
span { border-color: rgb(136,136,72); }
td.TdClassName
{
border-color: #888848;
}
.TagClassName
{
border-color: #888848;
}
</style>