Shades of Lotus #7F4A46
Tints of Lotus #7F4A46
RGB
CMYK
RGB Variations
Color information
#7F4A46 (or 0x7F4A46) is known color: Lotus. HEX triplet: 7F, 4A and 46. RGB value is (127,74,70). Sum of RGB (Red+Green+Blue) = 127+74+70=271 (35% of max value = 765). Red value is 127 (50% from 255 or 46.86% from 271); Green value is 74 (29.30% from 255 or 27.31% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4A46 is #80B5B9. Grayscale: #595959. Windows color (decimal): -8435130 or 4606591. OLE color: 4606591.
HSL color Cylindrical-coordinate representation of color #7F4A46: hue angle of 4.21º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7F4A46 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 74 | 70 | - |
| CMYK | 0 | 0.42 | 0.45 | 0.50 |
| HSL | 4.21º | 0.29% | 0.39% | - |
| HSV(B) | 4.21º | 0.45% | 0.5% | - |
| XYZ | 12.31 | 9.85 | 7.05 | - |
| YUV | 89.39 | 117.06 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 74 | 70 | 0 | 0.42 | 0.45 | 0.50 | 4.21 | 0.29 | 0.39 |
| Hex | 7F | 4A | 46 | 0 | 2A | 2D | 32 | 4 | 1D | 27 |
| Octal | 177 | 112 | 106 | 0 | 52 | 55 | 62 | 4 | 35 | 47 |
| Binary | 1111111 | 1001010 | 1000110 | 0 | 101010 | 101101 | 110010 | 100 | 11101 | 100111 |
Color Harmonies of #7F4A46
Complementary color
Monochromatic Colors of #7F4A46
Black with #7F4A46
Text Example
Text Example
White with #7F4A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4A46; }
p { color: rgb(127,74,70); }
H1.HeaderClassName
{
color: #7F4A46;
}
.AnyTagClassName
{
color: #7F4A46;
}
</style>
background-color css
<style>
a { background-color: #7F4A46; }
a { background-color: rgb(127,74,70); }
div.DivClassName
{
background-color: #7F4A46;
}
.BgClassName
{
background-color: #7F4A46;
}
</style>
border-color css
<style>
span { border-color: #7F4A46; }
span { border-color: rgb(127,74,70); }
td.TdClassName
{
border-color: #7F4A46;
}
.TagClassName
{
border-color: #7F4A46;
}
</style>