Shades of Lemon Ginger #887F28
Tints of Lemon Ginger #887F28
RGB
CMYK
RGB Variations
Color information
#887F28 (or 0x887F28) is known color: Lemon Ginger. HEX triplet: 88, 7F and 28. RGB value is (136,127,40). Sum of RGB (Red+Green+Blue) = 136+127+40=303 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.88% from 303); Green value is 127 (50% from 255 or 41.91% from 303); Blue value is 40 (16.02% from 255 or 13.20% from 303); Max value from RGB is 136 - color contains mainly: red. Hex color #887F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887F28 is #7780D7. Grayscale: #787878. Windows color (decimal): -7831768 or 2654088. OLE color: 2654088.
HSL color Cylindrical-coordinate representation of color #887F28: hue angle of 54.38º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #887F28 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 127 | 40 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.47 |
| HSL | 54.38º | 0.55% | 0.35% | - |
| HSV(B) | 54.38º | 0.71% | 0.53% | - |
| XYZ | 18.13 | 20.57 | 5.02 | - |
| YUV | 119.77 | 82.98 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 127 | 40 | 0 | 0.07 | 0.71 | 0.47 | 54.38 | 0.55 | 0.35 |
| Hex | 88 | 7F | 28 | 0 | 7 | 47 | 2F | 36 | 37 | 23 |
| Octal | 210 | 177 | 50 | 0 | 7 | 107 | 57 | 66 | 67 | 43 |
| Binary | 10001000 | 1111111 | 101000 | 0 | 111 | 1000111 | 101111 | 110110 | 110111 | 100011 |
Color Harmonies of #887F28
Complementary color
Monochromatic Colors of #887F28
Black with #887F28
Text Example
Text Example
White with #887F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887F28; }
p { color: rgb(136,127,40); }
H1.HeaderClassName
{
color: #887F28;
}
.AnyTagClassName
{
color: #887F28;
}
</style>
background-color css
<style>
a { background-color: #887F28; }
a { background-color: rgb(136,127,40); }
div.DivClassName
{
background-color: #887F28;
}
.BgClassName
{
background-color: #887F28;
}
</style>
border-color css
<style>
span { border-color: #887F28; }
span { border-color: rgb(136,127,40); }
td.TdClassName
{
border-color: #887F28;
}
.TagClassName
{
border-color: #887F28;
}
</style>