#7E5955

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

Shades of Lotus #7E5955

Tints of Lotus #7E5955

Color information

#7E5955 (or 0x7E5955) is unknown color: approx Lotus. HEX triplet: 7E, 59 and 55. RGB value is (126,89,85). Sum of RGB (Red+Green+Blue) = 126+89+85=300 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5955 is #81A6AA. Grayscale: #636363. Windows color (decimal): -8496811 or 5593470. OLE color: 5593470.

HSL color Cylindrical-coordinate representation of color #7E5955: hue angle of 5.85º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7E5955 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.51.

Color convert

RGB1268985-
CMYK00.290.330.51
HSL5.85º19.43%41.37%-
HSV(B)5.85º32.54%49.41%-
XYZ13.8212.2410.23-
YUV99.61119.76146.83-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 42%
GREEN value IS 89 (35.16% from 255) = 29.67%
BLUE value IS 85 (33.59% from 255) = 28.33%
R=42%
G=29.67%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126898500.290.330.515.8519.4341.37
Hex7E595501D213361329
Octal176131125035416362351
Binary11111101011001101010101110110000111001111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,89,85); }

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

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

 a { background-color: rgb(126,89,85); }

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

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

 span { border-color: rgb(126,89,85); }

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