Shades of Lemon Ginger #877E2D
Tints of Lemon Ginger #877E2D
RGB
CMYK
RGB Variations
Color information
#877E2D (or 0x877E2D) is known color: Lemon Ginger. HEX triplet: 87, 7E and 2D. RGB value is (135,126,45). Sum of RGB (Red+Green+Blue) = 135+126+45=306 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.12% from 306); Green value is 126 (49.61% from 255 or 41.18% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 135 - color contains mainly: red. Hex color #877E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877E2D is #7881D2. Grayscale: #777777. Windows color (decimal): -7897555 or 2981511. OLE color: 2981511.
HSL color Cylindrical-coordinate representation of color #877E2D: hue angle of 54º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #877E2D is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 126 | 45 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.47 |
| HSL | 54º | 0.5% | 0.35% | - |
| HSV(B) | 54º | 0.67% | 0.53% | - |
| XYZ | 17.93 | 20.26 | 5.45 | - |
| YUV | 119.46 | 85.98 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 126 | 45 | 0 | 0.07 | 0.67 | 0.47 | 54 | 0.5 | 0.35 |
| Hex | 87 | 7E | 2D | 0 | 7 | 43 | 2F | 36 | 32 | 23 |
| Octal | 207 | 176 | 55 | 0 | 7 | 103 | 57 | 66 | 62 | 43 |
| Binary | 10000111 | 1111110 | 101101 | 0 | 111 | 1000011 | 101111 | 110110 | 110010 | 100011 |
Color Harmonies of #877E2D
Complementary color
Monochromatic Colors of #877E2D
Black with #877E2D
Text Example
Text Example
White with #877E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877E2D; }
p { color: rgb(135,126,45); }
H1.HeaderClassName
{
color: #877E2D;
}
.AnyTagClassName
{
color: #877E2D;
}
</style>
background-color css
<style>
a { background-color: #877E2D; }
a { background-color: rgb(135,126,45); }
div.DivClassName
{
background-color: #877E2D;
}
.BgClassName
{
background-color: #877E2D;
}
</style>
border-color css
<style>
span { border-color: #877E2D; }
span { border-color: rgb(135,126,45); }
td.TdClassName
{
border-color: #877E2D;
}
.TagClassName
{
border-color: #877E2D;
}
</style>