Shades of Highball #888C4D
Tints of Highball #888C4D
RGB
CMYK
RGB Variations
Color information
#888C4D (or 0x888C4D) is known color: Highball. HEX triplet: 88, 8C and 4D. RGB value is (136,140,77). Sum of RGB (Red+Green+Blue) = 136+140+77=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 140 (55.08% from 255 or 39.66% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 140 - color contains mainly: green. Hex color #888C4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888C4D is #7773B2. Grayscale: #838383. Windows color (decimal): -7828403 or 5082248. OLE color: 5082248.
HSL color Cylindrical-coordinate representation of color #888C4D: hue angle of 63.81º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #888C4D is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 140 | 77 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.45 |
| HSL | 63.81º | 0.29% | 0.43% | - |
| HSV(B) | 63.81º | 0.45% | 0.55% | - |
| XYZ | 20.87 | 24.53 | 10.66 | - |
| YUV | 131.62 | 97.17 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 140 | 77 | 0.03 | 0 | 0.45 | 0.45 | 63.81 | 0.29 | 0.43 |
| Hex | 88 | 8C | 4D | 3 | 0 | 2D | 2D | 40 | 1D | 2B |
| Octal | 210 | 214 | 115 | 3 | 0 | 55 | 55 | 100 | 35 | 53 |
| Binary | 10001000 | 10001100 | 1001101 | 11 | 0 | 101101 | 101101 | 1000000 | 11101 | 101011 |
Color Harmonies of #888C4D
Complementary color
Monochromatic Colors of #888C4D
Black with #888C4D
Text Example
Text Example
White with #888C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888C4D; }
p { color: rgb(136,140,77); }
H1.HeaderClassName
{
color: #888C4D;
}
.AnyTagClassName
{
color: #888C4D;
}
</style>
background-color css
<style>
a { background-color: #888C4D; }
a { background-color: rgb(136,140,77); }
div.DivClassName
{
background-color: #888C4D;
}
.BgClassName
{
background-color: #888C4D;
}
</style>
border-color css
<style>
span { border-color: #888C4D; }
span { border-color: rgb(136,140,77); }
td.TdClassName
{
border-color: #888C4D;
}
.TagClassName
{
border-color: #888C4D;
}
</style>