Shades of Lotus #7F574F
Tints of Lotus #7F574F
RGB
CMYK
RGB Variations
Color information
#7F574F (or 0x7F574F) is known color: Lotus. HEX triplet: 7F, 57 and 4F. RGB value is (127,87,79). Sum of RGB (Red+Green+Blue) = 127+87+79=293 (38% of max value = 765). Red value is 127 (50% from 255 or 43.34% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 79 (31.25% from 255 or 26.96% from 293); Max value from RGB is 127 - color contains mainly: red. Hex color #7F574F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F574F is #80A8B0. Grayscale: #626262. Windows color (decimal): -8431793 or 5199743. OLE color: 5199743.
HSL color Cylindrical-coordinate representation of color #7F574F: hue angle of 10º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7F574F is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 87 | 79 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.50 |
| HSL | 10º | 0.23% | 0.4% | - |
| HSV(B) | 10º | 0.38% | 0.5% | - |
| XYZ | 13.57 | 11.89 | 8.98 | - |
| YUV | 98.05 | 117.25 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 87 | 79 | 0 | 0.31 | 0.38 | 0.50 | 10 | 0.23 | 0.4 |
| Hex | 7F | 57 | 4F | 0 | 1F | 26 | 32 | A | 17 | 28 |
| Octal | 177 | 127 | 117 | 0 | 37 | 46 | 62 | 12 | 27 | 50 |
| Binary | 1111111 | 1010111 | 1001111 | 0 | 11111 | 100110 | 110010 | 1010 | 10111 | 101000 |
Color Harmonies of #7F574F
Complementary color
Monochromatic Colors of #7F574F
Black with #7F574F
Text Example
Text Example
White with #7F574F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F574F; }
p { color: rgb(127,87,79); }
H1.HeaderClassName
{
color: #7F574F;
}
.AnyTagClassName
{
color: #7F574F;
}
</style>
background-color css
<style>
a { background-color: #7F574F; }
a { background-color: rgb(127,87,79); }
div.DivClassName
{
background-color: #7F574F;
}
.BgClassName
{
background-color: #7F574F;
}
</style>
border-color css
<style>
span { border-color: #7F574F; }
span { border-color: rgb(127,87,79); }
td.TdClassName
{
border-color: #7F574F;
}
.TagClassName
{
border-color: #7F574F;
}
</style>