Shades of Lotus #7E4F4D
Tints of Lotus #7E4F4D
RGB
CMYK
RGB Variations
Color information
#7E4F4D (or 0x7E4F4D) is known color: Lotus. HEX triplet: 7E, 4F and 4D. RGB value is (126,79,77). Sum of RGB (Red+Green+Blue) = 126+79+77=282 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.68% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E4F4D is #81B0B2. Grayscale: #5C5C5C. Windows color (decimal): -8499379 or 5066622. OLE color: 5066622.
HSL color Cylindrical-coordinate representation of color #7E4F4D: hue angle of 2.45º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7E4F4D is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 79 | 77 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.51 |
| HSL | 2.45º | 0.24% | 0.4% | - |
| HSV(B) | 2.45º | 0.39% | 0.49% | - |
| XYZ | 12.74 | 10.56 | 8.39 | - |
| YUV | 92.83 | 119.07 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 79 | 77 | 0 | 0.37 | 0.39 | 0.51 | 2.45 | 0.24 | 0.4 |
| Hex | 7E | 4F | 4D | 0 | 25 | 27 | 33 | 2 | 18 | 28 |
| Octal | 176 | 117 | 115 | 0 | 45 | 47 | 63 | 2 | 30 | 50 |
| Binary | 1111110 | 1001111 | 1001101 | 0 | 100101 | 100111 | 110011 | 10 | 11000 | 101000 |
Color Harmonies of #7E4F4D
Complementary color
Monochromatic Colors of #7E4F4D
Black with #7E4F4D
Text Example
Text Example
White with #7E4F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4F4D; }
p { color: rgb(126,79,77); }
H1.HeaderClassName
{
color: #7E4F4D;
}
.AnyTagClassName
{
color: #7E4F4D;
}
</style>
background-color css
<style>
a { background-color: #7E4F4D; }
a { background-color: rgb(126,79,77); }
div.DivClassName
{
background-color: #7E4F4D;
}
.BgClassName
{
background-color: #7E4F4D;
}
</style>
border-color css
<style>
span { border-color: #7E4F4D; }
span { border-color: rgb(126,79,77); }
td.TdClassName
{
border-color: #7E4F4D;
}
.TagClassName
{
border-color: #7E4F4D;
}
</style>