#7E5852

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

Shades of Lotus #7E5852

Tints of Lotus #7E5852

Color information

#7E5852 (or 0x7E5852) is unknown color: approx Lotus. HEX triplet: 7E, 58 and 52. RGB value is (126,88,82). Sum of RGB (Red+Green+Blue) = 126+88+82=296 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.57% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 82 (32.42% from 255 or 27.70% from 296); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5852 is #81A7AD. Grayscale: #626262. Windows color (decimal): -8497070 or 5396606. OLE color: 5396606.

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

Color convert

RGB1268882-
CMYK00.300.350.51
HSL8.18º21.15%40.78%-
HSV(B)8.18º34.92%49.41%-
XYZ13.6212.029.59-
YUV98.68118.59147.49-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 42.57%
GREEN value IS 88 (34.77% from 255) = 29.73%
BLUE value IS 82 (32.42% from 255) = 27.70%
R=42.57%
G=29.73%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126888200.300.350.518.1821.1540.78
Hex7E585201E233381529
Octal1761301220364363102551
Binary111111010110001010010011110100011110011100010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,88,82); }

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

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

 a { background-color: rgb(126,88,82); }

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

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

 span { border-color: rgb(126,88,82); }

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