Shades of Highball #878344
Tints of Highball #878344
RGB
CMYK
RGB Variations
Color information
#878344 (or 0x878344) is known color: Highball. HEX triplet: 87, 83 and 44. RGB value is (135,131,68). Sum of RGB (Red+Green+Blue) = 135+131+68=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 135 - color contains mainly: red. Hex color #878344 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #878344 is #787CBB. Grayscale: #7D7D7D. Windows color (decimal): -7896252 or 4490119. OLE color: 4490119.
HSL color Cylindrical-coordinate representation of color #878344: hue angle of 56.42º degrees, saturation: 0.33, 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 #878344 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 131 | 68 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.47 |
| HSL | 56.42º | 0.33% | 0.4% | - |
| HSV(B) | 56.42º | 0.5% | 0.53% | - |
| XYZ | 19.15 | 21.8 | 8.67 | - |
| YUV | 125.01 | 95.83 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 131 | 68 | 0 | 0.03 | 0.50 | 0.47 | 56.42 | 0.33 | 0.4 |
| Hex | 87 | 83 | 44 | 0 | 3 | 32 | 2F | 38 | 21 | 28 |
| Octal | 207 | 203 | 104 | 0 | 3 | 62 | 57 | 70 | 41 | 50 |
| Binary | 10000111 | 10000011 | 1000100 | 0 | 11 | 110010 | 101111 | 111000 | 100001 | 101000 |
Color Harmonies of #878344
Complementary color
Monochromatic Colors of #878344
Black with #878344
Text Example
Text Example
White with #878344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878344; }
p { color: rgb(135,131,68); }
H1.HeaderClassName
{
color: #878344;
}
.AnyTagClassName
{
color: #878344;
}
</style>
background-color css
<style>
a { background-color: #878344; }
a { background-color: rgb(135,131,68); }
div.DivClassName
{
background-color: #878344;
}
.BgClassName
{
background-color: #878344;
}
</style>
border-color css
<style>
span { border-color: #878344; }
span { border-color: rgb(135,131,68); }
td.TdClassName
{
border-color: #878344;
}
.TagClassName
{
border-color: #878344;
}
</style>