Shades of Lotus #7F5453
Tints of Lotus #7F5453
RGB
CMYK
RGB Variations
Color information
#7F5453 (or 0x7F5453) is known color: Lotus. HEX triplet: 7F, 54 and 53. RGB value is (127,84,83). Sum of RGB (Red+Green+Blue) = 127+84+83=294 (38% of max value = 765). Red value is 127 (50% from 255 or 43.20% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5453 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5453 is #80ABAC. Grayscale: #606060. Windows color (decimal): -8432557 or 5461119. OLE color: 5461119.
HSL color Cylindrical-coordinate representation of color #7F5453: hue angle of 1.36º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7F5453 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 84 | 83 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.50 |
| HSL | 1.36º | 0.21% | 0.41% | - |
| HSV(B) | 1.36º | 0.35% | 0.5% | - |
| XYZ | 13.48 | 11.48 | 9.69 | - |
| YUV | 96.74 | 120.25 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 84 | 83 | 0 | 0.34 | 0.35 | 0.50 | 1.36 | 0.21 | 0.41 |
| Hex | 7F | 54 | 53 | 0 | 22 | 23 | 32 | 1 | 15 | 29 |
| Octal | 177 | 124 | 123 | 0 | 42 | 43 | 62 | 1 | 25 | 51 |
| Binary | 1111111 | 1010100 | 1010011 | 0 | 100010 | 100011 | 110010 | 1 | 10101 | 101001 |
Color Harmonies of #7F5453
Complementary color
Monochromatic Colors of #7F5453
Black with #7F5453
Text Example
Text Example
White with #7F5453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5453; }
p { color: rgb(127,84,83); }
H1.HeaderClassName
{
color: #7F5453;
}
.AnyTagClassName
{
color: #7F5453;
}
</style>
background-color css
<style>
a { background-color: #7F5453; }
a { background-color: rgb(127,84,83); }
div.DivClassName
{
background-color: #7F5453;
}
.BgClassName
{
background-color: #7F5453;
}
</style>
border-color css
<style>
span { border-color: #7F5453; }
span { border-color: rgb(127,84,83); }
td.TdClassName
{
border-color: #7F5453;
}
.TagClassName
{
border-color: #7F5453;
}
</style>