Shades of Lotus #7D5651
Tints of Lotus #7D5651
RGB
CMYK
RGB Variations
Color information
#7D5651 (or 0x7D5651) is known color: Lotus. HEX triplet: 7D, 56 and 51. RGB value is (125,86,81). Sum of RGB (Red+Green+Blue) = 125+86+81=292 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.81% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 81 (32.03% from 255 or 27.74% from 292); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5651 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5651 is #82A9AE. Grayscale: #616161. Windows color (decimal): -8563119 or 5330557. OLE color: 5330557.
HSL color Cylindrical-coordinate representation of color #7D5651: hue angle of 6.82º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7D5651 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 86 | 81 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.51 |
| HSL | 6.82º | 0.21% | 0.4% | - |
| HSV(B) | 6.82º | 0.35% | 0.49% | - |
| XYZ | 13.27 | 11.61 | 9.33 | - |
| YUV | 97.09 | 118.92 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 86 | 81 | 0 | 0.31 | 0.35 | 0.51 | 6.82 | 0.21 | 0.4 |
| Hex | 7D | 56 | 51 | 0 | 1F | 23 | 33 | 7 | 15 | 28 |
| Octal | 175 | 126 | 121 | 0 | 37 | 43 | 63 | 7 | 25 | 50 |
| Binary | 1111101 | 1010110 | 1010001 | 0 | 11111 | 100011 | 110011 | 111 | 10101 | 101000 |
Color Harmonies of #7D5651
Complementary color
Monochromatic Colors of #7D5651
Black with #7D5651
Text Example
Text Example
White with #7D5651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5651; }
p { color: rgb(125,86,81); }
H1.HeaderClassName
{
color: #7D5651;
}
.AnyTagClassName
{
color: #7D5651;
}
</style>
background-color css
<style>
a { background-color: #7D5651; }
a { background-color: rgb(125,86,81); }
div.DivClassName
{
background-color: #7D5651;
}
.BgClassName
{
background-color: #7D5651;
}
</style>
border-color css
<style>
span { border-color: #7D5651; }
span { border-color: rgb(125,86,81); }
td.TdClassName
{
border-color: #7D5651;
}
.TagClassName
{
border-color: #7D5651;
}
</style>