Shades of Lotus #7F5955
Tints of Lotus #7F5955
RGB
CMYK
RGB Variations
Color information
#7F5955 (or 0x7F5955) is known color: Lotus. HEX triplet: 7F, 59 and 55. RGB value is (127,89,85). Sum of RGB (Red+Green+Blue) = 127+89+85=301 (39% of max value = 765). Red value is 127 (50% from 255 or 42.19% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 85 (33.59% from 255 or 28.24% from 301); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5955 is #80A6AA. Grayscale: #636363. Windows color (decimal): -8431275 or 5593471. OLE color: 5593471.
HSL color Cylindrical-coordinate representation of color #7F5955: hue angle of 5.71º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7F5955 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 89 | 85 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.50 |
| HSL | 5.71º | 0.2% | 0.42% | - |
| HSV(B) | 5.71º | 0.33% | 0.5% | - |
| XYZ | 13.96 | 12.31 | 10.23 | - |
| YUV | 99.91 | 119.59 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 89 | 85 | 0 | 0.30 | 0.33 | 0.50 | 5.71 | 0.2 | 0.42 |
| Hex | 7F | 59 | 55 | 0 | 1E | 21 | 32 | 6 | 14 | 2A |
| Octal | 177 | 131 | 125 | 0 | 36 | 41 | 62 | 6 | 24 | 52 |
| Binary | 1111111 | 1011001 | 1010101 | 0 | 11110 | 100001 | 110010 | 110 | 10100 | 101010 |
Color Harmonies of #7F5955
Complementary color
Monochromatic Colors of #7F5955
Black with #7F5955
Text Example
Text Example
White with #7F5955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5955; }
p { color: rgb(127,89,85); }
H1.HeaderClassName
{
color: #7F5955;
}
.AnyTagClassName
{
color: #7F5955;
}
</style>
background-color css
<style>
a { background-color: #7F5955; }
a { background-color: rgb(127,89,85); }
div.DivClassName
{
background-color: #7F5955;
}
.BgClassName
{
background-color: #7F5955;
}
</style>
border-color css
<style>
span { border-color: #7F5955; }
span { border-color: rgb(127,89,85); }
td.TdClassName
{
border-color: #7F5955;
}
.TagClassName
{
border-color: #7F5955;
}
</style>