Shades of Lotus #7F4F4C
Tints of Lotus #7F4F4C
RGB
CMYK
RGB Variations
Color information
#7F4F4C (or 0x7F4F4C) is known color: Lotus. HEX triplet: 7F, 4F and 4C. RGB value is (127,79,76). Sum of RGB (Red+Green+Blue) = 127+79+76=282 (37% of max value = 765). Red value is 127 (50% from 255 or 45.04% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4F4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F4F4C is #80B0B3. Grayscale: #5D5D5D. Windows color (decimal): -8433844 or 5001087. OLE color: 5001087.
HSL color Cylindrical-coordinate representation of color #7F4F4C: hue angle of 3.53º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7F4F4C is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 79 | 76 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.50 |
| HSL | 3.53º | 0.25% | 0.4% | - |
| HSV(B) | 3.53º | 0.4% | 0.5% | - |
| XYZ | 12.85 | 10.63 | 8.21 | - |
| YUV | 93.01 | 118.4 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 79 | 76 | 0 | 0.38 | 0.40 | 0.50 | 3.53 | 0.25 | 0.4 |
| Hex | 7F | 4F | 4C | 0 | 26 | 28 | 32 | 4 | 19 | 28 |
| Octal | 177 | 117 | 114 | 0 | 46 | 50 | 62 | 4 | 31 | 50 |
| Binary | 1111111 | 1001111 | 1001100 | 0 | 100110 | 101000 | 110010 | 100 | 11001 | 101000 |
Color Harmonies of #7F4F4C
Complementary color
Monochromatic Colors of #7F4F4C
Black with #7F4F4C
Text Example
Text Example
White with #7F4F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4F4C; }
p { color: rgb(127,79,76); }
H1.HeaderClassName
{
color: #7F4F4C;
}
.AnyTagClassName
{
color: #7F4F4C;
}
</style>
background-color css
<style>
a { background-color: #7F4F4C; }
a { background-color: rgb(127,79,76); }
div.DivClassName
{
background-color: #7F4F4C;
}
.BgClassName
{
background-color: #7F4F4C;
}
</style>
border-color css
<style>
span { border-color: #7F4F4C; }
span { border-color: rgb(127,79,76); }
td.TdClassName
{
border-color: #7F4F4C;
}
.TagClassName
{
border-color: #7F4F4C;
}
</style>