Shades of Highball #888143
Tints of Highball #888143
RGB
CMYK
RGB Variations
Color information
#888143 (or 0x888143) is known color: Highball. HEX triplet: 88, 81 and 43. RGB value is (136,129,67). Sum of RGB (Red+Green+Blue) = 136+129+67=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 67 (26.56% from 255 or 20.18% from 332); Max value from RGB is 136 - color contains mainly: red. Hex color #888143 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888143 is #777EBC. Grayscale: #7C7C7C. Windows color (decimal): -7831229 or 4424072. OLE color: 4424072.
HSL color Cylindrical-coordinate representation of color #888143: hue angle of 53.91º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #888143 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 129 | 67 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.47 |
| HSL | 53.91º | 0.34% | 0.4% | - |
| HSV(B) | 53.91º | 0.51% | 0.53% | - |
| XYZ | 19.02 | 21.34 | 8.43 | - |
| YUV | 124.03 | 95.82 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 129 | 67 | 0 | 0.05 | 0.51 | 0.47 | 53.91 | 0.34 | 0.4 |
| Hex | 88 | 81 | 43 | 0 | 5 | 33 | 2F | 36 | 22 | 28 |
| Octal | 210 | 201 | 103 | 0 | 5 | 63 | 57 | 66 | 42 | 50 |
| Binary | 10001000 | 10000001 | 1000011 | 0 | 101 | 110011 | 101111 | 110110 | 100010 | 101000 |
Color Harmonies of #888143
Complementary color
Monochromatic Colors of #888143
Black with #888143
Text Example
Text Example
White with #888143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888143; }
p { color: rgb(136,129,67); }
H1.HeaderClassName
{
color: #888143;
}
.AnyTagClassName
{
color: #888143;
}
</style>
background-color css
<style>
a { background-color: #888143; }
a { background-color: rgb(136,129,67); }
div.DivClassName
{
background-color: #888143;
}
.BgClassName
{
background-color: #888143;
}
</style>
border-color css
<style>
span { border-color: #888143; }
span { border-color: rgb(136,129,67); }
td.TdClassName
{
border-color: #888143;
}
.TagClassName
{
border-color: #888143;
}
</style>