Shades of Highball #878349
Tints of Highball #878349
RGB
CMYK
RGB Variations
Color information
#878349 (or 0x878349) is known color: Highball. HEX triplet: 87, 83 and 49. RGB value is (135,131,73). Sum of RGB (Red+Green+Blue) = 135+131+73=339 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.82% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 135 - color contains mainly: red. Hex color #878349 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #878349 is #787CB6. Grayscale: #7D7D7D. Windows color (decimal): -7896247 or 4817799. OLE color: 4817799.
HSL color Cylindrical-coordinate representation of color #878349: hue angle of 56.13º 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 #878349 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 131 | 73 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.47 |
| HSL | 56.13º | 0.3% | 0.41% | - |
| HSV(B) | 56.13º | 0.46% | 0.53% | - |
| XYZ | 19.31 | 21.86 | 9.51 | - |
| YUV | 125.58 | 98.33 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 131 | 73 | 0 | 0.03 | 0.46 | 0.47 | 56.13 | 0.3 | 0.41 |
| Hex | 87 | 83 | 49 | 0 | 3 | 2E | 2F | 38 | 1E | 29 |
| Octal | 207 | 203 | 111 | 0 | 3 | 56 | 57 | 70 | 36 | 51 |
| Binary | 10000111 | 10000011 | 1001001 | 0 | 11 | 101110 | 101111 | 111000 | 11110 | 101001 |
Color Harmonies of #878349
Complementary color
Monochromatic Colors of #878349
Black with #878349
Text Example
Text Example
White with #878349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878349; }
p { color: rgb(135,131,73); }
H1.HeaderClassName
{
color: #878349;
}
.AnyTagClassName
{
color: #878349;
}
</style>
background-color css
<style>
a { background-color: #878349; }
a { background-color: rgb(135,131,73); }
div.DivClassName
{
background-color: #878349;
}
.BgClassName
{
background-color: #878349;
}
</style>
border-color css
<style>
span { border-color: #878349; }
span { border-color: rgb(135,131,73); }
td.TdClassName
{
border-color: #878349;
}
.TagClassName
{
border-color: #878349;
}
</style>