Shades of Lotus #7C524D
Tints of Lotus #7C524D
RGB
CMYK
RGB Variations
Color information
#7C524D (or 0x7C524D) is known color: Lotus. HEX triplet: 7C, 52 and 4D. RGB value is (124,82,77). Sum of RGB (Red+Green+Blue) = 124+82+77=283 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.82% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 124 - color contains mainly: red. Hex color #7C524D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C524D is #83ADB2. Grayscale: #5E5E5E. Windows color (decimal): -8629683 or 5067388. OLE color: 5067388.
HSL color Cylindrical-coordinate representation of color #7C524D: hue angle of 6.38º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7C524D is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 82 | 77 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.51 |
| HSL | 6.38º | 0.23% | 0.39% | - |
| HSV(B) | 6.38º | 0.38% | 0.49% | - |
| XYZ | 12.67 | 10.86 | 8.45 | - |
| YUV | 93.99 | 118.41 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 82 | 77 | 0 | 0.34 | 0.38 | 0.51 | 6.38 | 0.23 | 0.39 |
| Hex | 7C | 52 | 4D | 0 | 22 | 26 | 33 | 6 | 17 | 27 |
| Octal | 174 | 122 | 115 | 0 | 42 | 46 | 63 | 6 | 27 | 47 |
| Binary | 1111100 | 1010010 | 1001101 | 0 | 100010 | 100110 | 110011 | 110 | 10111 | 100111 |
Color Harmonies of #7C524D
Complementary color
Monochromatic Colors of #7C524D
Black with #7C524D
Text Example
Text Example
White with #7C524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C524D; }
p { color: rgb(124,82,77); }
H1.HeaderClassName
{
color: #7C524D;
}
.AnyTagClassName
{
color: #7C524D;
}
</style>
background-color css
<style>
a { background-color: #7C524D; }
a { background-color: rgb(124,82,77); }
div.DivClassName
{
background-color: #7C524D;
}
.BgClassName
{
background-color: #7C524D;
}
</style>
border-color css
<style>
span { border-color: #7C524D; }
span { border-color: rgb(124,82,77); }
td.TdClassName
{
border-color: #7C524D;
}
.TagClassName
{
border-color: #7C524D;
}
</style>