Shades of Lotus #7E4D49
Tints of Lotus #7E4D49
RGB
CMYK
RGB Variations
Color information
#7E4D49 (or 0x7E4D49) is known color: Lotus. HEX triplet: 7E, 4D and 49. RGB value is (126,77,73). Sum of RGB (Red+Green+Blue) = 126+77+73=276 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.65% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4D49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E4D49 is #81B2B6. Grayscale: #5B5B5B. Windows color (decimal): -8499895 or 4803966. OLE color: 4803966.
HSL color Cylindrical-coordinate representation of color #7E4D49: hue angle of 4.53º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E4D49 is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 77 | 73 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.51 |
| HSL | 4.53º | 0.27% | 0.39% | - |
| HSV(B) | 4.53º | 0.42% | 0.49% | - |
| XYZ | 12.46 | 10.22 | 7.62 | - |
| YUV | 91.2 | 117.73 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 77 | 73 | 0 | 0.39 | 0.42 | 0.51 | 4.53 | 0.27 | 0.39 |
| Hex | 7E | 4D | 49 | 0 | 27 | 2A | 33 | 5 | 1B | 27 |
| Octal | 176 | 115 | 111 | 0 | 47 | 52 | 63 | 5 | 33 | 47 |
| Binary | 1111110 | 1001101 | 1001001 | 0 | 100111 | 101010 | 110011 | 101 | 11011 | 100111 |
Color Harmonies of #7E4D49
Complementary color
Monochromatic Colors of #7E4D49
Black with #7E4D49
Text Example
Text Example
White with #7E4D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4D49; }
p { color: rgb(126,77,73); }
H1.HeaderClassName
{
color: #7E4D49;
}
.AnyTagClassName
{
color: #7E4D49;
}
</style>
background-color css
<style>
a { background-color: #7E4D49; }
a { background-color: rgb(126,77,73); }
div.DivClassName
{
background-color: #7E4D49;
}
.BgClassName
{
background-color: #7E4D49;
}
</style>
border-color css
<style>
span { border-color: #7E4D49; }
span { border-color: rgb(126,77,73); }
td.TdClassName
{
border-color: #7E4D49;
}
.TagClassName
{
border-color: #7E4D49;
}
</style>