Shades of Lotus #7E5551
Tints of Lotus #7E5551
RGB
CMYK
RGB Variations
Color information
#7E5551 (or 0x7E5551) is known color: Lotus. HEX triplet: 7E, 55 and 51. RGB value is (126,85,81). Sum of RGB (Red+Green+Blue) = 126+85+81=292 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.15% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 81 (32.03% from 255 or 27.74% from 292); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5551 is #81AAAE. Grayscale: #606060. Windows color (decimal): -8497839 or 5330302. OLE color: 5330302.
HSL color Cylindrical-coordinate representation of color #7E5551: hue angle of 5.33º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7E5551 is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 85 | 81 | - |
| CMYK | 0 | 0.33 | 0.36 | 0.51 |
| HSL | 5.33º | 0.22% | 0.41% | - |
| HSV(B) | 5.33º | 0.36% | 0.49% | - |
| XYZ | 13.34 | 11.53 | 9.31 | - |
| YUV | 96.8 | 119.08 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 85 | 81 | 0 | 0.33 | 0.36 | 0.51 | 5.33 | 0.22 | 0.41 |
| Hex | 7E | 55 | 51 | 0 | 21 | 24 | 33 | 5 | 16 | 29 |
| Octal | 176 | 125 | 121 | 0 | 41 | 44 | 63 | 5 | 26 | 51 |
| Binary | 1111110 | 1010101 | 1010001 | 0 | 100001 | 100100 | 110011 | 101 | 10110 | 101001 |
Color Harmonies of #7E5551
Complementary color
Monochromatic Colors of #7E5551
Black with #7E5551
Text Example
Text Example
White with #7E5551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5551; }
p { color: rgb(126,85,81); }
H1.HeaderClassName
{
color: #7E5551;
}
.AnyTagClassName
{
color: #7E5551;
}
</style>
background-color css
<style>
a { background-color: #7E5551; }
a { background-color: rgb(126,85,81); }
div.DivClassName
{
background-color: #7E5551;
}
.BgClassName
{
background-color: #7E5551;
}
</style>
border-color css
<style>
span { border-color: #7E5551; }
span { border-color: rgb(126,85,81); }
td.TdClassName
{
border-color: #7E5551;
}
.TagClassName
{
border-color: #7E5551;
}
</style>