Shades of Highball #87884B
Tints of Highball #87884B
RGB
CMYK
RGB Variations
Color information
#87884B (or 0x87884B) is known color: Highball. HEX triplet: 87, 88 and 4B. RGB value is (135,136,75). Sum of RGB (Red+Green+Blue) = 135+136+75=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 136 - color contains mainly: green. Hex color #87884B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87884B is #7877B4. Grayscale: #808080. Windows color (decimal): -7894965 or 4950151. OLE color: 4950151.
HSL color Cylindrical-coordinate representation of color #87884B: hue angle of 60.98º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #87884B is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 136 | 75 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.47 |
| HSL | 60.98º | 0.29% | 0.41% | - |
| HSV(B) | 60.98º | 0.45% | 0.53% | - |
| XYZ | 20.07 | 23.27 | 10.09 | - |
| YUV | 128.75 | 97.67 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 136 | 75 | 0.01 | 0 | 0.45 | 0.47 | 60.98 | 0.29 | 0.41 |
| Hex | 87 | 88 | 4B | 1 | 0 | 2D | 2F | 3D | 1D | 29 |
| Octal | 207 | 210 | 113 | 1 | 0 | 55 | 57 | 75 | 35 | 51 |
| Binary | 10000111 | 10001000 | 1001011 | 1 | 0 | 101101 | 101111 | 111101 | 11101 | 101001 |
Color Harmonies of #87884B
Complementary color
Monochromatic Colors of #87884B
Black with #87884B
Text Example
Text Example
White with #87884B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87884B; }
p { color: rgb(135,136,75); }
H1.HeaderClassName
{
color: #87884B;
}
.AnyTagClassName
{
color: #87884B;
}
</style>
background-color css
<style>
a { background-color: #87884B; }
a { background-color: rgb(135,136,75); }
div.DivClassName
{
background-color: #87884B;
}
.BgClassName
{
background-color: #87884B;
}
</style>
border-color css
<style>
span { border-color: #87884B; }
span { border-color: rgb(135,136,75); }
td.TdClassName
{
border-color: #87884B;
}
.TagClassName
{
border-color: #87884B;
}
</style>