Shades of Highball #87874C
Tints of Highball #87874C
RGB
CMYK
RGB Variations
Color information
#87874C (or 0x87874C) is known color: Highball. HEX triplet: 87, 87 and 4C. RGB value is (135,135,76). Sum of RGB (Red+Green+Blue) = 135+135+76=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 135 - color contains mainly: red, green. Hex color #87874C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87874C is #7878B3. Grayscale: #808080. Windows color (decimal): -7895220 or 5015431. OLE color: 5015431.
HSL color Cylindrical-coordinate representation of color #87874C: hue angle of 60º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #87874C is Cyan = 0, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 135 | 76 | - |
| CMYK | 0 | 0 | 0.44 | 0.47 |
| HSL | 60º | 0.28% | 0.41% | - |
| HSV(B) | 60º | 0.44% | 0.53% | - |
| XYZ | 19.96 | 23 | 10.23 | - |
| YUV | 128.27 | 98.5 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 135 | 76 | 0 | 0 | 0.44 | 0.47 | 60 | 0.28 | 0.41 |
| Hex | 87 | 87 | 4C | 0 | 0 | 2C | 2F | 3C | 1C | 29 |
| Octal | 207 | 207 | 114 | 0 | 0 | 54 | 57 | 74 | 34 | 51 |
| Binary | 10000111 | 10000111 | 1001100 | 0 | 0 | 101100 | 101111 | 111100 | 11100 | 101001 |
Color Harmonies of #87874C
Complementary color
Monochromatic Colors of #87874C
Black with #87874C
Text Example
Text Example
White with #87874C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87874C; }
p { color: rgb(135,135,76); }
H1.HeaderClassName
{
color: #87874C;
}
.AnyTagClassName
{
color: #87874C;
}
</style>
background-color css
<style>
a { background-color: #87874C; }
a { background-color: rgb(135,135,76); }
div.DivClassName
{
background-color: #87874C;
}
.BgClassName
{
background-color: #87874C;
}
</style>
border-color css
<style>
span { border-color: #87874C; }
span { border-color: rgb(135,135,76); }
td.TdClassName
{
border-color: #87874C;
}
.TagClassName
{
border-color: #87874C;
}
</style>