Shades of Lotus #7E524D
Tints of Lotus #7E524D
RGB
CMYK
RGB Variations
Color information
#7E524D (or 0x7E524D) is known color: Lotus. HEX triplet: 7E, 52 and 4D. RGB value is (126,82,77). Sum of RGB (Red+Green+Blue) = 126+82+77=285 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.21% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 126 - color contains mainly: red. Hex color #7E524D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E524D is #81ADB2. Grayscale: #5E5E5E. Windows color (decimal): -8498611 or 5067390. OLE color: 5067390.
HSL color Cylindrical-coordinate representation of color #7E524D: hue angle of 6.12º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7E524D is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 82 | 77 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.51 |
| HSL | 6.12º | 0.24% | 0.4% | - |
| HSV(B) | 6.12º | 0.39% | 0.49% | - |
| XYZ | 12.96 | 11.01 | 8.46 | - |
| YUV | 94.59 | 118.08 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 82 | 77 | 0 | 0.35 | 0.39 | 0.51 | 6.12 | 0.24 | 0.4 |
| Hex | 7E | 52 | 4D | 0 | 23 | 27 | 33 | 6 | 18 | 28 |
| Octal | 176 | 122 | 115 | 0 | 43 | 47 | 63 | 6 | 30 | 50 |
| Binary | 1111110 | 1010010 | 1001101 | 0 | 100011 | 100111 | 110011 | 110 | 11000 | 101000 |
Color Harmonies of #7E524D
Complementary color
Monochromatic Colors of #7E524D
Black with #7E524D
Text Example
Text Example
White with #7E524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E524D; }
p { color: rgb(126,82,77); }
H1.HeaderClassName
{
color: #7E524D;
}
.AnyTagClassName
{
color: #7E524D;
}
</style>
background-color css
<style>
a { background-color: #7E524D; }
a { background-color: rgb(126,82,77); }
div.DivClassName
{
background-color: #7E524D;
}
.BgClassName
{
background-color: #7E524D;
}
</style>
border-color css
<style>
span { border-color: #7E524D; }
span { border-color: rgb(126,82,77); }
td.TdClassName
{
border-color: #7E524D;
}
.TagClassName
{
border-color: #7E524D;
}
</style>