Shades of Lotus #7F534D
Tints of Lotus #7F534D
RGB
CMYK
RGB Variations
Color information
#7F534D (or 0x7F534D) is known color: Lotus. HEX triplet: 7F, 53 and 4D. RGB value is (127,83,77). Sum of RGB (Red+Green+Blue) = 127+83+77=287 (38% of max value = 765). Red value is 127 (50% from 255 or 44.25% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 127 - color contains mainly: red. Hex color #7F534D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F534D is #80ACB2. Grayscale: #5F5F5F. Windows color (decimal): -8432819 or 5067647. OLE color: 5067647.
HSL color Cylindrical-coordinate representation of color #7F534D: hue angle of 7.2º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7F534D is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 83 | 77 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.50 |
| HSL | 7.2º | 0.25% | 0.4% | - |
| HSV(B) | 7.2º | 0.39% | 0.5% | - |
| XYZ | 13.19 | 11.23 | 8.49 | - |
| YUV | 95.47 | 117.58 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 83 | 77 | 0 | 0.35 | 0.39 | 0.50 | 7.2 | 0.25 | 0.4 |
| Hex | 7F | 53 | 4D | 0 | 23 | 27 | 32 | 7 | 19 | 28 |
| Octal | 177 | 123 | 115 | 0 | 43 | 47 | 62 | 7 | 31 | 50 |
| Binary | 1111111 | 1010011 | 1001101 | 0 | 100011 | 100111 | 110010 | 111 | 11001 | 101000 |
Color Harmonies of #7F534D
Complementary color
Monochromatic Colors of #7F534D
Black with #7F534D
Text Example
Text Example
White with #7F534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F534D; }
p { color: rgb(127,83,77); }
H1.HeaderClassName
{
color: #7F534D;
}
.AnyTagClassName
{
color: #7F534D;
}
</style>
background-color css
<style>
a { background-color: #7F534D; }
a { background-color: rgb(127,83,77); }
div.DivClassName
{
background-color: #7F534D;
}
.BgClassName
{
background-color: #7F534D;
}
</style>
border-color css
<style>
span { border-color: #7F534D; }
span { border-color: rgb(127,83,77); }
td.TdClassName
{
border-color: #7F534D;
}
.TagClassName
{
border-color: #7F534D;
}
</style>