Shades of Lotus #7E534D
Tints of Lotus #7E534D
RGB
CMYK
RGB Variations
Color information
#7E534D (or 0x7E534D) is known color: Lotus. HEX triplet: 7E, 53 and 4D. RGB value is (126,83,77). Sum of RGB (Red+Green+Blue) = 126+83+77=286 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.06% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 126 - color contains mainly: red. Hex color #7E534D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E534D is #81ACB2. Grayscale: #5F5F5F. Windows color (decimal): -8498355 or 5067646. OLE color: 5067646.
HSL color Cylindrical-coordinate representation of color #7E534D: hue angle of 7.35º 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 #7E534D is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 83 | 77 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.51 |
| HSL | 7.35º | 0.24% | 0.4% | - |
| HSV(B) | 7.35º | 0.39% | 0.49% | - |
| XYZ | 13.04 | 11.16 | 8.49 | - |
| YUV | 95.17 | 117.75 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 83 | 77 | 0 | 0.34 | 0.39 | 0.51 | 7.35 | 0.24 | 0.4 |
| Hex | 7E | 53 | 4D | 0 | 22 | 27 | 33 | 7 | 18 | 28 |
| Octal | 176 | 123 | 115 | 0 | 42 | 47 | 63 | 7 | 30 | 50 |
| Binary | 1111110 | 1010011 | 1001101 | 0 | 100010 | 100111 | 110011 | 111 | 11000 | 101000 |
Color Harmonies of #7E534D
Complementary color
Monochromatic Colors of #7E534D
Black with #7E534D
Text Example
Text Example
White with #7E534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E534D; }
p { color: rgb(126,83,77); }
H1.HeaderClassName
{
color: #7E534D;
}
.AnyTagClassName
{
color: #7E534D;
}
</style>
background-color css
<style>
a { background-color: #7E534D; }
a { background-color: rgb(126,83,77); }
div.DivClassName
{
background-color: #7E534D;
}
.BgClassName
{
background-color: #7E534D;
}
</style>
border-color css
<style>
span { border-color: #7E534D; }
span { border-color: rgb(126,83,77); }
td.TdClassName
{
border-color: #7E534D;
}
.TagClassName
{
border-color: #7E534D;
}
</style>