Shades of Lotus #7D534F
Tints of Lotus #7D534F
RGB
CMYK
RGB Variations
Color information
#7D534F (or 0x7D534F) is known color: Lotus. HEX triplet: 7D, 53 and 4F. RGB value is (125,83,79). Sum of RGB (Red+Green+Blue) = 125+83+79=287 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.55% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 125 - color contains mainly: red. Hex color #7D534F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D534F is #82ACB0. Grayscale: #5F5F5F. Windows color (decimal): -8563889 or 5198717. OLE color: 5198717.
HSL color Cylindrical-coordinate representation of color #7D534F: hue angle of 5.22º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7D534F is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 83 | 79 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.51 |
| HSL | 5.22º | 0.23% | 0.4% | - |
| HSV(B) | 5.22º | 0.37% | 0.49% | - |
| XYZ | 12.96 | 11.11 | 8.86 | - |
| YUV | 95.1 | 118.91 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 83 | 79 | 0 | 0.34 | 0.37 | 0.51 | 5.22 | 0.23 | 0.4 |
| Hex | 7D | 53 | 4F | 0 | 22 | 25 | 33 | 5 | 17 | 28 |
| Octal | 175 | 123 | 117 | 0 | 42 | 45 | 63 | 5 | 27 | 50 |
| Binary | 1111101 | 1010011 | 1001111 | 0 | 100010 | 100101 | 110011 | 101 | 10111 | 101000 |
Color Harmonies of #7D534F
Complementary color
Monochromatic Colors of #7D534F
Black with #7D534F
Text Example
Text Example
White with #7D534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D534F; }
p { color: rgb(125,83,79); }
H1.HeaderClassName
{
color: #7D534F;
}
.AnyTagClassName
{
color: #7D534F;
}
</style>
background-color css
<style>
a { background-color: #7D534F; }
a { background-color: rgb(125,83,79); }
div.DivClassName
{
background-color: #7D534F;
}
.BgClassName
{
background-color: #7D534F;
}
</style>
border-color css
<style>
span { border-color: #7D534F; }
span { border-color: rgb(125,83,79); }
td.TdClassName
{
border-color: #7D534F;
}
.TagClassName
{
border-color: #7D534F;
}
</style>