Shades of Lotus #7E4A47
Tints of Lotus #7E4A47
RGB
CMYK
RGB Variations
Color information
#7E4A47 (or 0x7E4A47) is known color: Lotus. HEX triplet: 7E, 4A and 47. RGB value is (126,74,71). Sum of RGB (Red+Green+Blue) = 126+74+71=271 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.49% from 271); Green value is 74 (29.30% from 255 or 27.31% from 271); Blue value is 71 (28.12% from 255 or 26.20% from 271); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E4A47 is #81B5B8. Grayscale: #595959. Windows color (decimal): -8500665 or 4672126. OLE color: 4672126.
HSL color Cylindrical-coordinate representation of color #7E4A47: hue angle of 3.27º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7E4A47 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 74 | 71 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.51 |
| HSL | 3.27º | 0.28% | 0.39% | - |
| HSV(B) | 3.27º | 0.44% | 0.49% | - |
| XYZ | 12.19 | 9.79 | 7.21 | - |
| YUV | 89.21 | 117.73 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 74 | 71 | 0 | 0.41 | 0.44 | 0.51 | 3.27 | 0.28 | 0.39 |
| Hex | 7E | 4A | 47 | 0 | 29 | 2C | 33 | 3 | 1C | 27 |
| Octal | 176 | 112 | 107 | 0 | 51 | 54 | 63 | 3 | 34 | 47 |
| Binary | 1111110 | 1001010 | 1000111 | 0 | 101001 | 101100 | 110011 | 11 | 11100 | 100111 |
Color Harmonies of #7E4A47
Complementary color
Monochromatic Colors of #7E4A47
Black with #7E4A47
Text Example
Text Example
White with #7E4A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4A47; }
p { color: rgb(126,74,71); }
H1.HeaderClassName
{
color: #7E4A47;
}
.AnyTagClassName
{
color: #7E4A47;
}
</style>
background-color css
<style>
a { background-color: #7E4A47; }
a { background-color: rgb(126,74,71); }
div.DivClassName
{
background-color: #7E4A47;
}
.BgClassName
{
background-color: #7E4A47;
}
</style>
border-color css
<style>
span { border-color: #7E4A47; }
span { border-color: rgb(126,74,71); }
td.TdClassName
{
border-color: #7E4A47;
}
.TagClassName
{
border-color: #7E4A47;
}
</style>