Shades of Lotus #7D544C
Tints of Lotus #7D544C
RGB
CMYK
RGB Variations
Color information
#7D544C (or 0x7D544C) is known color: Lotus. HEX triplet: 7D, 54 and 4C. RGB value is (125,84,76). Sum of RGB (Red+Green+Blue) = 125+84+76=285 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.86% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 125 - color contains mainly: red. Hex color #7D544C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D544C is #82ABB3. Grayscale: #5F5F5F. Windows color (decimal): -8563636 or 5002365. OLE color: 5002365.
HSL color Cylindrical-coordinate representation of color #7D544C: hue angle of 9.8º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D544C is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 84 | 76 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.51 |
| HSL | 9.8º | 0.24% | 0.39% | - |
| HSV(B) | 9.8º | 0.39% | 0.49% | - |
| XYZ | 12.93 | 11.22 | 8.32 | - |
| YUV | 95.35 | 117.08 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 84 | 76 | 0 | 0.33 | 0.39 | 0.51 | 9.8 | 0.24 | 0.39 |
| Hex | 7D | 54 | 4C | 0 | 21 | 27 | 33 | A | 18 | 27 |
| Octal | 175 | 124 | 114 | 0 | 41 | 47 | 63 | 12 | 30 | 47 |
| Binary | 1111101 | 1010100 | 1001100 | 0 | 100001 | 100111 | 110011 | 1010 | 11000 | 100111 |
Color Harmonies of #7D544C
Complementary color
Monochromatic Colors of #7D544C
Black with #7D544C
Text Example
Text Example
White with #7D544C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D544C; }
p { color: rgb(125,84,76); }
H1.HeaderClassName
{
color: #7D544C;
}
.AnyTagClassName
{
color: #7D544C;
}
</style>
background-color css
<style>
a { background-color: #7D544C; }
a { background-color: rgb(125,84,76); }
div.DivClassName
{
background-color: #7D544C;
}
.BgClassName
{
background-color: #7D544C;
}
</style>
border-color css
<style>
span { border-color: #7D544C; }
span { border-color: rgb(125,84,76); }
td.TdClassName
{
border-color: #7D544C;
}
.TagClassName
{
border-color: #7D544C;
}
</style>