Shades of Lotus #7F4B47
Tints of Lotus #7F4B47
RGB
CMYK
RGB Variations
Color information
#7F4B47 (or 0x7F4B47) is known color: Lotus. HEX triplet: 7F, 4B and 47. RGB value is (127,75,71). Sum of RGB (Red+Green+Blue) = 127+75+71=273 (36% of max value = 765). Red value is 127 (50% from 255 or 46.52% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4B47 is #80B4B8. Grayscale: #5A5A5A. Windows color (decimal): -8434873 or 4672383. OLE color: 4672383.
HSL color Cylindrical-coordinate representation of color #7F4B47: hue angle of 4.29º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7F4B47 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 75 | 71 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.50 |
| HSL | 4.29º | 0.28% | 0.39% | - |
| HSV(B) | 4.29º | 0.44% | 0.5% | - |
| XYZ | 12.41 | 10 | 7.24 | - |
| YUV | 90.09 | 117.23 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 75 | 71 | 0 | 0.41 | 0.44 | 0.50 | 4.29 | 0.28 | 0.39 |
| Hex | 7F | 4B | 47 | 0 | 29 | 2C | 32 | 4 | 1C | 27 |
| Octal | 177 | 113 | 107 | 0 | 51 | 54 | 62 | 4 | 34 | 47 |
| Binary | 1111111 | 1001011 | 1000111 | 0 | 101001 | 101100 | 110010 | 100 | 11100 | 100111 |
Color Harmonies of #7F4B47
Complementary color
Monochromatic Colors of #7F4B47
Black with #7F4B47
Text Example
Text Example
White with #7F4B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4B47; }
p { color: rgb(127,75,71); }
H1.HeaderClassName
{
color: #7F4B47;
}
.AnyTagClassName
{
color: #7F4B47;
}
</style>
background-color css
<style>
a { background-color: #7F4B47; }
a { background-color: rgb(127,75,71); }
div.DivClassName
{
background-color: #7F4B47;
}
.BgClassName
{
background-color: #7F4B47;
}
</style>
border-color css
<style>
span { border-color: #7F4B47; }
span { border-color: rgb(127,75,71); }
td.TdClassName
{
border-color: #7F4B47;
}
.TagClassName
{
border-color: #7F4B47;
}
</style>