Shades of Highball #88884F
Tints of Highball #88884F
RGB
CMYK
RGB Variations
Color information
#88884F (or 0x88884F) is known color: Highball. HEX triplet: 88, 88 and 4F. RGB value is (136,136,79). Sum of RGB (Red+Green+Blue) = 136+136+79=351 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.75% from 351); Green value is 136 (53.52% from 255 or 38.75% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 136 - color contains mainly: red, green. Hex color #88884F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88884F is #7777B0. Grayscale: #818181. Windows color (decimal): -7829425 or 5212296. OLE color: 5212296.
HSL color Cylindrical-coordinate representation of color #88884F: hue angle of 60º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #88884F is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 136 | 79 | - |
| CMYK | 0 | 0 | 0.42 | 0.47 |
| HSL | 60º | 0.27% | 0.42% | - |
| HSV(B) | 60º | 0.42% | 0.53% | - |
| XYZ | 20.37 | 23.41 | 10.84 | - |
| YUV | 129.5 | 99.5 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 136 | 79 | 0 | 0 | 0.42 | 0.47 | 60 | 0.27 | 0.42 |
| Hex | 88 | 88 | 4F | 0 | 0 | 2A | 2F | 3C | 1B | 2A |
| Octal | 210 | 210 | 117 | 0 | 0 | 52 | 57 | 74 | 33 | 52 |
| Binary | 10001000 | 10001000 | 1001111 | 0 | 0 | 101010 | 101111 | 111100 | 11011 | 101010 |
Color Harmonies of #88884F
Complementary color
Monochromatic Colors of #88884F
Black with #88884F
Text Example
Text Example
White with #88884F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88884F; }
p { color: rgb(136,136,79); }
H1.HeaderClassName
{
color: #88884F;
}
.AnyTagClassName
{
color: #88884F;
}
</style>
background-color css
<style>
a { background-color: #88884F; }
a { background-color: rgb(136,136,79); }
div.DivClassName
{
background-color: #88884F;
}
.BgClassName
{
background-color: #88884F;
}
</style>
border-color css
<style>
span { border-color: #88884F; }
span { border-color: rgb(136,136,79); }
td.TdClassName
{
border-color: #88884F;
}
.TagClassName
{
border-color: #88884F;
}
</style>