Shades of Highball #878749
Tints of Highball #878749
RGB
CMYK
RGB Variations
Color information
#878749 (or 0x878749) is known color: Highball. HEX triplet: 87, 87 and 49. RGB value is (135,135,73). Sum of RGB (Red+Green+Blue) = 135+135+73=343 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.36% from 343); Green value is 135 (53.12% from 255 or 39.36% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 135 - color contains mainly: red, green. Hex color #878749 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #878749 is #7878B6. Grayscale: #808080. Windows color (decimal): -7895223 or 4818823. OLE color: 4818823.
HSL color Cylindrical-coordinate representation of color #878749: hue angle of 60º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #878749 is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 135 | 73 | - |
| CMYK | 0 | 0 | 0.46 | 0.47 |
| HSL | 60º | 0.3% | 0.41% | - |
| HSV(B) | 60º | 0.46% | 0.53% | - |
| XYZ | 19.86 | 22.96 | 9.69 | - |
| YUV | 127.93 | 97 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 135 | 73 | 0 | 0 | 0.46 | 0.47 | 60 | 0.3 | 0.41 |
| Hex | 87 | 87 | 49 | 0 | 0 | 2E | 2F | 3C | 1E | 29 |
| Octal | 207 | 207 | 111 | 0 | 0 | 56 | 57 | 74 | 36 | 51 |
| Binary | 10000111 | 10000111 | 1001001 | 0 | 0 | 101110 | 101111 | 111100 | 11110 | 101001 |
Color Harmonies of #878749
Complementary color
Monochromatic Colors of #878749
Black with #878749
Text Example
Text Example
White with #878749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878749; }
p { color: rgb(135,135,73); }
H1.HeaderClassName
{
color: #878749;
}
.AnyTagClassName
{
color: #878749;
}
</style>
background-color css
<style>
a { background-color: #878749; }
a { background-color: rgb(135,135,73); }
div.DivClassName
{
background-color: #878749;
}
.BgClassName
{
background-color: #878749;
}
</style>
border-color css
<style>
span { border-color: #878749; }
span { border-color: rgb(135,135,73); }
td.TdClassName
{
border-color: #878749;
}
.TagClassName
{
border-color: #878749;
}
</style>