#7D544C

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

Shades of Lotus #7D544C

Tints of Lotus #7D544C

Color information

#7D544C (or 0x7D544C) is unknown color: approx Lotus. HEX triplet: 7D, 54 and 4C. RGB value is (125,84,76). Sum of RGB (Red+Green+Blue) = 125+84+76=285 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.86% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 125 - color contains mainly: red. Hex color #7D544C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D544C is #82ABB3. Grayscale: #5F5F5F. Windows color (decimal): -8563636 or 5002365. OLE color: 5002365.

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

Color convert

RGB1258476-
CMYK00.330.390.51
HSL9.8º24.38%39.41%-
HSV(B)9.8º39.2%49.02%-
XYZ12.9311.228.32-
YUV95.35117.08149.15-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 43.86%
GREEN value IS 84 (33.20% from 255) = 29.47%
BLUE value IS 76 (30.08% from 255) = 26.67%
R=43.86%
G=29.47%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125847600.330.390.519.824.3839.41
Hex7D544C0212733a1827
Octal1751241140414763123047
Binary1111101101010010011000100001100111110011101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D544C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,84,76); }

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

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

 a { background-color: rgb(125,84,76); }

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

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

 span { border-color: rgb(125,84,76); }

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