#7E504D

Color #7E504D Lotus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lotus #7E504D

Tints of Lotus #7E504D

Color information

#7E504D (or 0x7E504D) is unknown color: approx Lotus. HEX triplet: 7E, 50 and 4D. RGB value is (126,80,77). Sum of RGB (Red+Green+Blue) = 126+80+77=283 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.52% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 126 - color contains mainly: red. Hex color #7E504D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E504D is #81AFB2. Grayscale: #5D5D5D. Windows color (decimal): -8499123 or 5066878. OLE color: 5066878.

HSL color Cylindrical-coordinate representation of color #7E504D: hue angle of 3.67º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7E504D is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.51.

Color convert

RGB1268077-
CMYK00.370.390.51
HSL3.67º24.14%39.8%-
HSV(B)3.67º38.89%49.41%-
XYZ12.8110.718.41-
YUV93.41118.74151.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 126 (49.61% from 255) = 44.52%
GREEN value IS 80 (31.64% from 255) = 28.27%
BLUE value IS 77 (30.47% from 255) = 27.21%
R=44.52%
G=28.27%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126807700.370.390.513.6724.1439.8
Hex7E504D025273341828
Octal176120115045476343050
Binary111111010100001001101010010110011111001110011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E504D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E504D; }

 p { color: rgb(126,80,77); }

 H1.HeaderClassName
 {
   color: #7E504D;
 }
 .AnyTagClassName
 {
   color: #7E504D;
 }
</style>
background-color css

<style>
 a { background-color: #7E504D; }

 a { background-color: rgb(126,80,77); }

 div.DivClassName
 {
   background-color: #7E504D;
 }
 .BgClassName
 {
   background-color: #7E504D;
 }
</style>
border-color css

<style>
 span { border-color: #7E504D; }

 span { border-color: rgb(126,80,77); }

 td.TdClassName
 {
   border-color: #7E504D;
 }
 .TagClassName
 {
   border-color: #7E504D;
 }
</style>