Shades of Lemon Ginger #887D27
Tints of Lemon Ginger #887D27
RGB
CMYK
RGB Variations
Color information
#887D27 (or 0x887D27) is known color: Lemon Ginger. HEX triplet: 88, 7D and 27. RGB value is (136,125,39). Sum of RGB (Red+Green+Blue) = 136+125+39=300 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.33% from 300); Green value is 125 (49.22% from 255 or 41.67% from 300); Blue value is 39 (15.62% from 255 or 13% from 300); Max value from RGB is 136 - color contains mainly: red. Hex color #887D27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887D27 is #7782D8. Grayscale: #767676. Windows color (decimal): -7832281 or 2588040. OLE color: 2588040.
HSL color Cylindrical-coordinate representation of color #887D27: hue angle of 53.2º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #887D27 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 125 | 39 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.47 |
| HSL | 53.2º | 0.55% | 0.34% | - |
| HSV(B) | 53.2º | 0.71% | 0.53% | - |
| XYZ | 17.85 | 20.05 | 4.85 | - |
| YUV | 118.49 | 83.14 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 125 | 39 | 0 | 0.08 | 0.71 | 0.47 | 53.2 | 0.55 | 0.34 |
| Hex | 88 | 7D | 27 | 0 | 8 | 47 | 2F | 35 | 37 | 22 |
| Octal | 210 | 175 | 47 | 0 | 10 | 107 | 57 | 65 | 67 | 42 |
| Binary | 10001000 | 1111101 | 100111 | 0 | 1000 | 1000111 | 101111 | 110101 | 110111 | 100010 |
Color Harmonies of #887D27
Complementary color
Monochromatic Colors of #887D27
Black with #887D27
Text Example
Text Example
White with #887D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887D27; }
p { color: rgb(136,125,39); }
H1.HeaderClassName
{
color: #887D27;
}
.AnyTagClassName
{
color: #887D27;
}
</style>
background-color css
<style>
a { background-color: #887D27; }
a { background-color: rgb(136,125,39); }
div.DivClassName
{
background-color: #887D27;
}
.BgClassName
{
background-color: #887D27;
}
</style>
border-color css
<style>
span { border-color: #887D27; }
span { border-color: rgb(136,125,39); }
td.TdClassName
{
border-color: #887D27;
}
.TagClassName
{
border-color: #887D27;
}
</style>