Shades of Highball #888448
Tints of Highball #888448
RGB
CMYK
RGB Variations
Color information
#888448 (or 0x888448) is known color: Highball. HEX triplet: 88, 84 and 48. RGB value is (136,132,72). Sum of RGB (Red+Green+Blue) = 136+132+72=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 72 (28.52% from 255 or 21.18% from 340); Max value from RGB is 136 - color contains mainly: red. Hex color #888448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888448 is #777BB7. Grayscale: #7E7E7E. Windows color (decimal): -7830456 or 4752520. OLE color: 4752520.
HSL color Cylindrical-coordinate representation of color #888448: hue angle of 56.25º 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 #888448 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 132 | 72 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.47 |
| HSL | 56.25º | 0.31% | 0.41% | - |
| HSV(B) | 56.25º | 0.47% | 0.53% | - |
| XYZ | 19.57 | 22.2 | 9.39 | - |
| YUV | 126.36 | 97.33 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 132 | 72 | 0 | 0.03 | 0.47 | 0.47 | 56.25 | 0.31 | 0.41 |
| Hex | 88 | 84 | 48 | 0 | 3 | 2F | 2F | 38 | 1F | 29 |
| Octal | 210 | 204 | 110 | 0 | 3 | 57 | 57 | 70 | 37 | 51 |
| Binary | 10001000 | 10000100 | 1001000 | 0 | 11 | 101111 | 101111 | 111000 | 11111 | 101001 |
Color Harmonies of #888448
Complementary color
Monochromatic Colors of #888448
Black with #888448
Text Example
Text Example
White with #888448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888448; }
p { color: rgb(136,132,72); }
H1.HeaderClassName
{
color: #888448;
}
.AnyTagClassName
{
color: #888448;
}
</style>
background-color css
<style>
a { background-color: #888448; }
a { background-color: rgb(136,132,72); }
div.DivClassName
{
background-color: #888448;
}
.BgClassName
{
background-color: #888448;
}
</style>
border-color css
<style>
span { border-color: #888448; }
span { border-color: rgb(136,132,72); }
td.TdClassName
{
border-color: #888448;
}
.TagClassName
{
border-color: #888448;
}
</style>