Shades of Lotus #7E5050
Tints of Lotus #7E5050
RGB
CMYK
RGB Variations
Color information
#7E5050 (or 0x7E5050) is known color: Lotus. HEX triplet: 7E, 50 and 50. RGB value is (126,80,80). Sum of RGB (Red+Green+Blue) = 126+80+80=286 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.06% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5050 is #81AFAF. Grayscale: #5D5D5D. Windows color (decimal): -8499120 or 5263486. OLE color: 5263486.
HSL color Cylindrical-coordinate representation of color #7E5050: hue angle of 0º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7E5050 is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 80 | 80 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.51 |
| HSL | 0º | 0.22% | 0.4% | - |
| HSV(B) | 0º | 0.37% | 0.49% | - |
| XYZ | 12.92 | 10.75 | 8.98 | - |
| YUV | 93.75 | 120.24 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 80 | 80 | 0 | 0.37 | 0.37 | 0.51 | 0 | 0.22 | 0.4 |
| Hex | 7E | 50 | 50 | 0 | 25 | 25 | 33 | 0 | 16 | 28 |
| Octal | 176 | 120 | 120 | 0 | 45 | 45 | 63 | 0 | 26 | 50 |
| Binary | 1111110 | 1010000 | 1010000 | 0 | 100101 | 100101 | 110011 | 0 | 10110 | 101000 |
Color Harmonies of #7E5050
Complementary color
Monochromatic Colors of #7E5050
Black with #7E5050
Text Example
Text Example
White with #7E5050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5050; }
p { color: rgb(126,80,80); }
H1.HeaderClassName
{
color: #7E5050;
}
.AnyTagClassName
{
color: #7E5050;
}
</style>
background-color css
<style>
a { background-color: #7E5050; }
a { background-color: rgb(126,80,80); }
div.DivClassName
{
background-color: #7E5050;
}
.BgClassName
{
background-color: #7E5050;
}
</style>
border-color css
<style>
span { border-color: #7E5050; }
span { border-color: rgb(126,80,80); }
td.TdClassName
{
border-color: #7E5050;
}
.TagClassName
{
border-color: #7E5050;
}
</style>