Shades of Lemon Ginger #887F25
Tints of Lemon Ginger #887F25
RGB
CMYK
RGB Variations
Color information
#887F25 (or 0x887F25) is known color: Lemon Ginger. HEX triplet: 88, 7F and 25. RGB value is (136,127,37). Sum of RGB (Red+Green+Blue) = 136+127+37=300 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.33% from 300); Green value is 127 (50% from 255 or 42.33% from 300); Blue value is 37 (14.84% from 255 or 12.33% from 300); Max value from RGB is 136 - color contains mainly: red. Hex color #887F25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887F25 is #7780DA. Grayscale: #777777. Windows color (decimal): -7831771 or 2457480. OLE color: 2457480.
HSL color Cylindrical-coordinate representation of color #887F25: hue angle of 54.55º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #887F25 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 127 | 37 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.47 |
| HSL | 54.55º | 0.57% | 0.34% | - |
| HSV(B) | 54.55º | 0.73% | 0.53% | - |
| XYZ | 18.08 | 20.55 | 4.76 | - |
| YUV | 119.43 | 81.48 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 127 | 37 | 0 | 0.07 | 0.73 | 0.47 | 54.55 | 0.57 | 0.34 |
| Hex | 88 | 7F | 25 | 0 | 7 | 49 | 2F | 37 | 39 | 22 |
| Octal | 210 | 177 | 45 | 0 | 7 | 111 | 57 | 67 | 71 | 42 |
| Binary | 10001000 | 1111111 | 100101 | 0 | 111 | 1001001 | 101111 | 110111 | 111001 | 100010 |
Color Harmonies of #887F25
Complementary color
Monochromatic Colors of #887F25
Black with #887F25
Text Example
Text Example
White with #887F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887F25; }
p { color: rgb(136,127,37); }
H1.HeaderClassName
{
color: #887F25;
}
.AnyTagClassName
{
color: #887F25;
}
</style>
background-color css
<style>
a { background-color: #887F25; }
a { background-color: rgb(136,127,37); }
div.DivClassName
{
background-color: #887F25;
}
.BgClassName
{
background-color: #887F25;
}
</style>
border-color css
<style>
span { border-color: #887F25; }
span { border-color: rgb(136,127,37); }
td.TdClassName
{
border-color: #887F25;
}
.TagClassName
{
border-color: #887F25;
}
</style>