Shades of Lotus #7D5550
Tints of Lotus #7D5550
RGB
CMYK
RGB Variations
Color information
#7D5550 (or 0x7D5550) is known color: Lotus. HEX triplet: 7D, 55 and 50. RGB value is (125,85,80). Sum of RGB (Red+Green+Blue) = 125+85+80=290 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.10% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5550 is #82AAAF. Grayscale: #606060. Windows color (decimal): -8563376 or 5264765. OLE color: 5264765.
HSL color Cylindrical-coordinate representation of color #7D5550: hue angle of 6.67º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7D5550 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 85 | 80 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.51 |
| HSL | 6.67º | 0.22% | 0.4% | - |
| HSV(B) | 6.67º | 0.36% | 0.49% | - |
| XYZ | 13.15 | 11.44 | 9.1 | - |
| YUV | 96.39 | 118.75 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 85 | 80 | 0 | 0.32 | 0.36 | 0.51 | 6.67 | 0.22 | 0.4 |
| Hex | 7D | 55 | 50 | 0 | 20 | 24 | 33 | 7 | 16 | 28 |
| Octal | 175 | 125 | 120 | 0 | 40 | 44 | 63 | 7 | 26 | 50 |
| Binary | 1111101 | 1010101 | 1010000 | 0 | 100000 | 100100 | 110011 | 111 | 10110 | 101000 |
Color Harmonies of #7D5550
Complementary color
Monochromatic Colors of #7D5550
Black with #7D5550
Text Example
Text Example
White with #7D5550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5550; }
p { color: rgb(125,85,80); }
H1.HeaderClassName
{
color: #7D5550;
}
.AnyTagClassName
{
color: #7D5550;
}
</style>
background-color css
<style>
a { background-color: #7D5550; }
a { background-color: rgb(125,85,80); }
div.DivClassName
{
background-color: #7D5550;
}
.BgClassName
{
background-color: #7D5550;
}
</style>
border-color css
<style>
span { border-color: #7D5550; }
span { border-color: rgb(125,85,80); }
td.TdClassName
{
border-color: #7D5550;
}
.TagClassName
{
border-color: #7D5550;
}
</style>