Shades of Highball #877D3C
Tints of Highball #877D3C
RGB
CMYK
RGB Variations
Color information
#877D3C (or 0x877D3C) is known color: Highball. HEX triplet: 87, 7D and 3C. RGB value is (135,125,60). Sum of RGB (Red+Green+Blue) = 135+125+60=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 125 (49.22% from 255 or 39.06% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 135 - color contains mainly: red. Hex color #877D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877D3C is #7882C3. Grayscale: #787878. Windows color (decimal): -7897796 or 3964295. OLE color: 3964295.
HSL color Cylindrical-coordinate representation of color #877D3C: hue angle of 52º 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 #877D3C is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 125 | 60 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.47 |
| HSL | 52º | 0.38% | 0.38% | - |
| HSV(B) | 52º | 0.56% | 0.53% | - |
| XYZ | 18.14 | 20.14 | 7.21 | - |
| YUV | 120.58 | 93.81 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 125 | 60 | 0 | 0.07 | 0.56 | 0.47 | 52 | 0.38 | 0.38 |
| Hex | 87 | 7D | 3C | 0 | 7 | 38 | 2F | 34 | 26 | 26 |
| Octal | 207 | 175 | 74 | 0 | 7 | 70 | 57 | 64 | 46 | 46 |
| Binary | 10000111 | 1111101 | 111100 | 0 | 111 | 111000 | 101111 | 110100 | 100110 | 100110 |
Color Harmonies of #877D3C
Complementary color
Monochromatic Colors of #877D3C
Black with #877D3C
Text Example
Text Example
White with #877D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877D3C; }
p { color: rgb(135,125,60); }
H1.HeaderClassName
{
color: #877D3C;
}
.AnyTagClassName
{
color: #877D3C;
}
</style>
background-color css
<style>
a { background-color: #877D3C; }
a { background-color: rgb(135,125,60); }
div.DivClassName
{
background-color: #877D3C;
}
.BgClassName
{
background-color: #877D3C;
}
</style>
border-color css
<style>
span { border-color: #877D3C; }
span { border-color: rgb(135,125,60); }
td.TdClassName
{
border-color: #877D3C;
}
.TagClassName
{
border-color: #877D3C;
}
</style>