Shades of Highball #878343
Tints of Highball #878343
RGB
CMYK
RGB Variations
Color information
#878343 (or 0x878343) is known color: Highball. HEX triplet: 87, 83 and 43. RGB value is (135,131,67). Sum of RGB (Red+Green+Blue) = 135+131+67=333 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.54% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 67 (26.56% from 255 or 20.12% from 333); Max value from RGB is 135 - color contains mainly: red. Hex color #878343 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #878343 is #787CBC. Grayscale: #7D7D7D. Windows color (decimal): -7896253 or 4424583. OLE color: 4424583.
HSL color Cylindrical-coordinate representation of color #878343: hue angle of 56.47º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #878343 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 131 | 67 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.47 |
| HSL | 56.47º | 0.34% | 0.4% | - |
| HSV(B) | 56.47º | 0.5% | 0.53% | - |
| XYZ | 19.12 | 21.79 | 8.51 | - |
| YUV | 124.9 | 95.33 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 131 | 67 | 0 | 0.03 | 0.50 | 0.47 | 56.47 | 0.34 | 0.4 |
| Hex | 87 | 83 | 43 | 0 | 3 | 32 | 2F | 38 | 22 | 28 |
| Octal | 207 | 203 | 103 | 0 | 3 | 62 | 57 | 70 | 42 | 50 |
| Binary | 10000111 | 10000011 | 1000011 | 0 | 11 | 110010 | 101111 | 111000 | 100010 | 101000 |
Color Harmonies of #878343
Complementary color
Monochromatic Colors of #878343
Black with #878343
Text Example
Text Example
White with #878343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878343; }
p { color: rgb(135,131,67); }
H1.HeaderClassName
{
color: #878343;
}
.AnyTagClassName
{
color: #878343;
}
</style>
background-color css
<style>
a { background-color: #878343; }
a { background-color: rgb(135,131,67); }
div.DivClassName
{
background-color: #878343;
}
.BgClassName
{
background-color: #878343;
}
</style>
border-color css
<style>
span { border-color: #878343; }
span { border-color: rgb(135,131,67); }
td.TdClassName
{
border-color: #878343;
}
.TagClassName
{
border-color: #878343;
}
</style>