Shades of Highball #887D43
Tints of Highball #887D43
RGB
CMYK
RGB Variations
Color information
#887D43 (or 0x887D43) is known color: Highball. HEX triplet: 88, 7D and 43. RGB value is (136,125,67). Sum of RGB (Red+Green+Blue) = 136+125+67=328 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.46% from 328); Green value is 125 (49.22% from 255 or 38.11% from 328); Blue value is 67 (26.56% from 255 or 20.43% from 328); Max value from RGB is 136 - color contains mainly: red. Hex color #887D43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887D43 is #7782BC. Grayscale: #797979. Windows color (decimal): -7832253 or 4423048. OLE color: 4423048.
HSL color Cylindrical-coordinate representation of color #887D43: hue angle of 50.43º 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 #887D43 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 125 | 67 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.47 |
| HSL | 50.43º | 0.34% | 0.4% | - |
| HSV(B) | 50.43º | 0.51% | 0.53% | - |
| XYZ | 18.5 | 20.31 | 8.25 | - |
| YUV | 121.68 | 97.14 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 125 | 67 | 0 | 0.08 | 0.51 | 0.47 | 50.43 | 0.34 | 0.4 |
| Hex | 88 | 7D | 43 | 0 | 8 | 33 | 2F | 32 | 22 | 28 |
| Octal | 210 | 175 | 103 | 0 | 10 | 63 | 57 | 62 | 42 | 50 |
| Binary | 10001000 | 1111101 | 1000011 | 0 | 1000 | 110011 | 101111 | 110010 | 100010 | 101000 |
Color Harmonies of #887D43
Complementary color
Monochromatic Colors of #887D43
Black with #887D43
Text Example
Text Example
White with #887D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887D43; }
p { color: rgb(136,125,67); }
H1.HeaderClassName
{
color: #887D43;
}
.AnyTagClassName
{
color: #887D43;
}
</style>
background-color css
<style>
a { background-color: #887D43; }
a { background-color: rgb(136,125,67); }
div.DivClassName
{
background-color: #887D43;
}
.BgClassName
{
background-color: #887D43;
}
</style>
border-color css
<style>
span { border-color: #887D43; }
span { border-color: rgb(136,125,67); }
td.TdClassName
{
border-color: #887D43;
}
.TagClassName
{
border-color: #887D43;
}
</style>