Shades of Lotus #7E5251
Tints of Lotus #7E5251
RGB
CMYK
RGB Variations
Color information
#7E5251 (or 0x7E5251) is known color: Lotus. HEX triplet: 7E, 52 and 51. RGB value is (126,82,81). Sum of RGB (Red+Green+Blue) = 126+82+81=289 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.60% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 81 (32.03% from 255 or 28.03% from 289); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5251 is #81ADAE. Grayscale: #5F5F5F. Windows color (decimal): -8498607 or 5329534. OLE color: 5329534.
HSL color Cylindrical-coordinate representation of color #7E5251: hue angle of 1.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 #7E5251 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 82 | 81 | - |
| CMYK | 0 | 0.35 | 0.36 | 0.51 |
| HSL | 1.33º | 0.22% | 0.41% | - |
| HSV(B) | 1.33º | 0.36% | 0.49% | - |
| XYZ | 13.11 | 11.06 | 9.23 | - |
| YUV | 95.04 | 120.08 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 82 | 81 | 0 | 0.35 | 0.36 | 0.51 | 1.33 | 0.22 | 0.41 |
| Hex | 7E | 52 | 51 | 0 | 23 | 24 | 33 | 1 | 16 | 29 |
| Octal | 176 | 122 | 121 | 0 | 43 | 44 | 63 | 1 | 26 | 51 |
| Binary | 1111110 | 1010010 | 1010001 | 0 | 100011 | 100100 | 110011 | 1 | 10110 | 101001 |
Color Harmonies of #7E5251
Complementary color
Monochromatic Colors of #7E5251
Black with #7E5251
Text Example
Text Example
White with #7E5251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5251; }
p { color: rgb(126,82,81); }
H1.HeaderClassName
{
color: #7E5251;
}
.AnyTagClassName
{
color: #7E5251;
}
</style>
background-color css
<style>
a { background-color: #7E5251; }
a { background-color: rgb(126,82,81); }
div.DivClassName
{
background-color: #7E5251;
}
.BgClassName
{
background-color: #7E5251;
}
</style>
border-color css
<style>
span { border-color: #7E5251; }
span { border-color: rgb(126,82,81); }
td.TdClassName
{
border-color: #7E5251;
}
.TagClassName
{
border-color: #7E5251;
}
</style>