Shades of Highball #888045
Tints of Highball #888045
RGB
CMYK
RGB Variations
Color information
#888045 (or 0x888045) is known color: Highball. HEX triplet: 88, 80 and 45. RGB value is (136,128,69). Sum of RGB (Red+Green+Blue) = 136+128+69=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 136 - color contains mainly: red. Hex color #888045 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888045 is #777FBA. Grayscale: #7B7B7B. Windows color (decimal): -7831483 or 4554888. OLE color: 4554888.
HSL color Cylindrical-coordinate representation of color #888045: hue angle of 52.84º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #888045 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 128 | 69 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.47 |
| HSL | 52.84º | 0.33% | 0.4% | - |
| HSV(B) | 52.84º | 0.49% | 0.53% | - |
| XYZ | 18.95 | 21.1 | 8.7 | - |
| YUV | 123.67 | 97.15 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 128 | 69 | 0 | 0.06 | 0.49 | 0.47 | 52.84 | 0.33 | 0.4 |
| Hex | 88 | 80 | 45 | 0 | 6 | 31 | 2F | 35 | 21 | 28 |
| Octal | 210 | 200 | 105 | 0 | 6 | 61 | 57 | 65 | 41 | 50 |
| Binary | 10001000 | 10000000 | 1000101 | 0 | 110 | 110001 | 101111 | 110101 | 100001 | 101000 |
Color Harmonies of #888045
Complementary color
Monochromatic Colors of #888045
Black with #888045
Text Example
Text Example
White with #888045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888045; }
p { color: rgb(136,128,69); }
H1.HeaderClassName
{
color: #888045;
}
.AnyTagClassName
{
color: #888045;
}
</style>
background-color css
<style>
a { background-color: #888045; }
a { background-color: rgb(136,128,69); }
div.DivClassName
{
background-color: #888045;
}
.BgClassName
{
background-color: #888045;
}
</style>
border-color css
<style>
span { border-color: #888045; }
span { border-color: rgb(136,128,69); }
td.TdClassName
{
border-color: #888045;
}
.TagClassName
{
border-color: #888045;
}
</style>