#7C544E

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

Shades of Lotus #7C544E

Tints of Lotus #7C544E

Color information

#7C544E (or 0x7C544E) is unknown color: approx Lotus. HEX triplet: 7C, 54 and 4E. RGB value is (124,84,78). Sum of RGB (Red+Green+Blue) = 124+84+78=286 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.36% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 78 (30.86% from 255 or 27.27% from 286); Max value from RGB is 124 - color contains mainly: red. Hex color #7C544E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C544E is #83ABB1. Grayscale: #5F5F5F. Windows color (decimal): -8629170 or 5133436. OLE color: 5133436.

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

Color convert

RGB1248478-
CMYK00.320.370.51
HSL7.83º22.77%39.61%-
HSV(B)7.83º37.1%48.63%-
XYZ12.8611.188.69-
YUV95.28118.25148.49-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.36%
GREEN value IS 84 (33.20% from 255) = 29.37%
BLUE value IS 78 (30.86% from 255) = 27.27%
R=43.36%
G=29.37%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124847800.320.370.517.8322.7739.61
Hex7C544E020253381728
Octal1741241160404563102750
Binary1111100101010010011100100000100101110011100010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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