Shades of Lotus #7E5854
Tints of Lotus #7E5854
RGB
CMYK
RGB Variations
Color information
#7E5854 (or 0x7E5854) is known color: Lotus. HEX triplet: 7E, 58 and 54. RGB value is (126,88,84). Sum of RGB (Red+Green+Blue) = 126+88+84=298 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.28% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 84 (33.20% from 255 or 28.19% from 298); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5854 is #81A7AB. Grayscale: #626262. Windows color (decimal): -8497068 or 5527678. OLE color: 5527678.
HSL color Cylindrical-coordinate representation of color #7E5854: hue angle of 5.71º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7E5854 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 88 | 84 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.51 |
| HSL | 5.71º | 0.2% | 0.41% | - |
| HSV(B) | 5.71º | 0.33% | 0.49% | - |
| XYZ | 13.69 | 12.06 | 9.99 | - |
| YUV | 98.91 | 119.59 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 88 | 84 | 0 | 0.30 | 0.33 | 0.51 | 5.71 | 0.2 | 0.41 |
| Hex | 7E | 58 | 54 | 0 | 1E | 21 | 33 | 6 | 14 | 29 |
| Octal | 176 | 130 | 124 | 0 | 36 | 41 | 63 | 6 | 24 | 51 |
| Binary | 1111110 | 1011000 | 1010100 | 0 | 11110 | 100001 | 110011 | 110 | 10100 | 101001 |
Color Harmonies of #7E5854
Complementary color
Monochromatic Colors of #7E5854
Black with #7E5854
Text Example
Text Example
White with #7E5854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5854; }
p { color: rgb(126,88,84); }
H1.HeaderClassName
{
color: #7E5854;
}
.AnyTagClassName
{
color: #7E5854;
}
</style>
background-color css
<style>
a { background-color: #7E5854; }
a { background-color: rgb(126,88,84); }
div.DivClassName
{
background-color: #7E5854;
}
.BgClassName
{
background-color: #7E5854;
}
</style>
border-color css
<style>
span { border-color: #7E5854; }
span { border-color: rgb(126,88,84); }
td.TdClassName
{
border-color: #7E5854;
}
.TagClassName
{
border-color: #7E5854;
}
</style>