#7C544D

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

Shades of Lotus #7C544D

Tints of Lotus #7C544D

Color information

#7C544D (or 0x7C544D) is unknown color: approx Lotus. HEX triplet: 7C, 54 and 4D. RGB value is (124,84,77). Sum of RGB (Red+Green+Blue) = 124+84+77=285 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.51% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 124 - color contains mainly: red. Hex color #7C544D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C544D is #83ABB2. Grayscale: #5F5F5F. Windows color (decimal): -8629171 or 5067900. OLE color: 5067900.

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

Color convert

RGB1248477-
CMYK00.320.380.51
HSL8.94º23.38%39.41%-
HSV(B)8.94º37.9%48.63%-
XYZ12.8211.168.5-
YUV95.16117.75148.57-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.51%
GREEN value IS 84 (33.20% from 255) = 29.47%
BLUE value IS 77 (30.47% from 255) = 27.02%
R=43.51%
G=29.47%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124847700.320.380.518.9423.3839.41
Hex7C544D020263391727
Octal1741241150404663112747
Binary1111100101010010011010100000100110110011100110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C544D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,84,77); }

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

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

 a { background-color: rgb(124,84,77); }

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

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

 span { border-color: rgb(124,84,77); }

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