Shades of Lotus #7C534D
Tints of Lotus #7C534D
RGB
CMYK
RGB Variations
Color information
#7C534D (or 0x7C534D) is known color: Lotus. HEX triplet: 7C, 53 and 4D. RGB value is (124,83,77). Sum of RGB (Red+Green+Blue) = 124+83+77=284 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.66% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 124 - color contains mainly: red. Hex color #7C534D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C534D is #83ACB2. Grayscale: #5E5E5E. Windows color (decimal): -8629427 or 5067644. OLE color: 5067644.
HSL color Cylindrical-coordinate representation of color #7C534D: hue angle of 7.66º 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 #7C534D is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 83 | 77 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.51 |
| HSL | 7.66º | 0.23% | 0.39% | - |
| HSV(B) | 7.66º | 0.38% | 0.49% | - |
| XYZ | 12.74 | 11.01 | 8.47 | - |
| YUV | 94.58 | 118.08 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 83 | 77 | 0 | 0.33 | 0.38 | 0.51 | 7.66 | 0.23 | 0.39 |
| Hex | 7C | 53 | 4D | 0 | 21 | 26 | 33 | 8 | 17 | 27 |
| Octal | 174 | 123 | 115 | 0 | 41 | 46 | 63 | 10 | 27 | 47 |
| Binary | 1111100 | 1010011 | 1001101 | 0 | 100001 | 100110 | 110011 | 1000 | 10111 | 100111 |
Color Harmonies of #7C534D
Complementary color
Monochromatic Colors of #7C534D
Black with #7C534D
Text Example
Text Example
White with #7C534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C534D; }
p { color: rgb(124,83,77); }
H1.HeaderClassName
{
color: #7C534D;
}
.AnyTagClassName
{
color: #7C534D;
}
</style>
background-color css
<style>
a { background-color: #7C534D; }
a { background-color: rgb(124,83,77); }
div.DivClassName
{
background-color: #7C534D;
}
.BgClassName
{
background-color: #7C534D;
}
</style>
border-color css
<style>
span { border-color: #7C534D; }
span { border-color: rgb(124,83,77); }
td.TdClassName
{
border-color: #7C534D;
}
.TagClassName
{
border-color: #7C534D;
}
</style>