Shades of Highball #877A3C
Tints of Highball #877A3C
RGB
CMYK
RGB Variations
Color information
#877A3C (or 0x877A3C) is known color: Highball. HEX triplet: 87, 7A and 3C. RGB value is (135,122,60). Sum of RGB (Red+Green+Blue) = 135+122+60=317 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.59% from 317); Green value is 122 (48.05% from 255 or 38.49% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 135 - color contains mainly: red. Hex color #877A3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877A3C is #7885C3. Grayscale: #777777. Windows color (decimal): -7898564 or 3963527. OLE color: 3963527.
HSL color Cylindrical-coordinate representation of color #877A3C: hue angle of 49.6º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #877A3C is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 122 | 60 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.47 |
| HSL | 49.6º | 0.38% | 0.38% | - |
| HSV(B) | 49.6º | 0.56% | 0.53% | - |
| XYZ | 17.77 | 19.4 | 7.08 | - |
| YUV | 118.82 | 94.81 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 122 | 60 | 0 | 0.10 | 0.56 | 0.47 | 49.6 | 0.38 | 0.38 |
| Hex | 87 | 7A | 3C | 0 | A | 38 | 2F | 32 | 26 | 26 |
| Octal | 207 | 172 | 74 | 0 | 12 | 70 | 57 | 62 | 46 | 46 |
| Binary | 10000111 | 1111010 | 111100 | 0 | 1010 | 111000 | 101111 | 110010 | 100110 | 100110 |
Color Harmonies of #877A3C
Complementary color
Monochromatic Colors of #877A3C
Black with #877A3C
Text Example
Text Example
White with #877A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877A3C; }
p { color: rgb(135,122,60); }
H1.HeaderClassName
{
color: #877A3C;
}
.AnyTagClassName
{
color: #877A3C;
}
</style>
background-color css
<style>
a { background-color: #877A3C; }
a { background-color: rgb(135,122,60); }
div.DivClassName
{
background-color: #877A3C;
}
.BgClassName
{
background-color: #877A3C;
}
</style>
border-color css
<style>
span { border-color: #877A3C; }
span { border-color: rgb(135,122,60); }
td.TdClassName
{
border-color: #877A3C;
}
.TagClassName
{
border-color: #877A3C;
}
</style>