Shades of Lotus #7E5851
Tints of Lotus #7E5851
RGB
CMYK
RGB Variations
Color information
#7E5851 (or 0x7E5851) is known color: Lotus. HEX triplet: 7E, 58 and 51. RGB value is (126,88,81). Sum of RGB (Red+Green+Blue) = 126+88+81=295 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.71% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 81 (32.03% from 255 or 27.46% from 295); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5851 is #81A7AE. Grayscale: #626262. Windows color (decimal): -8497071 or 5331070. OLE color: 5331070.
HSL color Cylindrical-coordinate representation of color #7E5851: hue angle of 9.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 #7E5851 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 88 | 81 | - |
| CMYK | 0 | 0.30 | 0.36 | 0.51 |
| HSL | 9.33º | 0.22% | 0.41% | - |
| HSV(B) | 9.33º | 0.36% | 0.49% | - |
| XYZ | 13.58 | 12.01 | 9.39 | - |
| YUV | 98.56 | 118.09 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 88 | 81 | 0 | 0.30 | 0.36 | 0.51 | 9.33 | 0.22 | 0.41 |
| Hex | 7E | 58 | 51 | 0 | 1E | 24 | 33 | 9 | 16 | 29 |
| Octal | 176 | 130 | 121 | 0 | 36 | 44 | 63 | 11 | 26 | 51 |
| Binary | 1111110 | 1011000 | 1010001 | 0 | 11110 | 100100 | 110011 | 1001 | 10110 | 101001 |
Color Harmonies of #7E5851
Complementary color
Monochromatic Colors of #7E5851
Black with #7E5851
Text Example
Text Example
White with #7E5851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5851; }
p { color: rgb(126,88,81); }
H1.HeaderClassName
{
color: #7E5851;
}
.AnyTagClassName
{
color: #7E5851;
}
</style>
background-color css
<style>
a { background-color: #7E5851; }
a { background-color: rgb(126,88,81); }
div.DivClassName
{
background-color: #7E5851;
}
.BgClassName
{
background-color: #7E5851;
}
</style>
border-color css
<style>
span { border-color: #7E5851; }
span { border-color: rgb(126,88,81); }
td.TdClassName
{
border-color: #7E5851;
}
.TagClassName
{
border-color: #7E5851;
}
</style>