Shades of Lotus #7E5553
Tints of Lotus #7E5553
RGB
CMYK
RGB Variations
Color information
#7E5553 (or 0x7E5553) is known color: Lotus. HEX triplet: 7E, 55 and 53. RGB value is (126,85,83). Sum of RGB (Red+Green+Blue) = 126+85+83=294 (38% of max value = 765). Red value is 126 (49.61% from 255 or 42.86% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5553 is #81AAAC. Grayscale: #616161. Windows color (decimal): -8497837 or 5461374. OLE color: 5461374.
HSL color Cylindrical-coordinate representation of color #7E5553: hue angle of 2.79º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7E5553 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 85 | 83 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.51 |
| HSL | 2.79º | 0.21% | 0.41% | - |
| HSV(B) | 2.79º | 0.34% | 0.49% | - |
| XYZ | 13.41 | 11.56 | 9.71 | - |
| YUV | 97.03 | 120.08 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 85 | 83 | 0 | 0.33 | 0.34 | 0.51 | 2.79 | 0.21 | 0.41 |
| Hex | 7E | 55 | 53 | 0 | 21 | 22 | 33 | 3 | 15 | 29 |
| Octal | 176 | 125 | 123 | 0 | 41 | 42 | 63 | 3 | 25 | 51 |
| Binary | 1111110 | 1010101 | 1010011 | 0 | 100001 | 100010 | 110011 | 11 | 10101 | 101001 |
Color Harmonies of #7E5553
Complementary color
Monochromatic Colors of #7E5553
Black with #7E5553
Text Example
Text Example
White with #7E5553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5553; }
p { color: rgb(126,85,83); }
H1.HeaderClassName
{
color: #7E5553;
}
.AnyTagClassName
{
color: #7E5553;
}
</style>
background-color css
<style>
a { background-color: #7E5553; }
a { background-color: rgb(126,85,83); }
div.DivClassName
{
background-color: #7E5553;
}
.BgClassName
{
background-color: #7E5553;
}
</style>
border-color css
<style>
span { border-color: #7E5553; }
span { border-color: rgb(126,85,83); }
td.TdClassName
{
border-color: #7E5553;
}
.TagClassName
{
border-color: #7E5553;
}
</style>