#7C4D48

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

Shades of Lotus #7C4D48

Tints of Lotus #7C4D48

Color information

#7C4D48 (or 0x7C4D48) is unknown color: approx Lotus. HEX triplet: 7C, 4D and 48. RGB value is (124,77,72). Sum of RGB (Red+Green+Blue) = 124+77+72=273 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.42% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C4D48 is #83B2B7. Grayscale: #5A5A5A. Windows color (decimal): -8630968 or 4738428. OLE color: 4738428.

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

Color convert

RGB1247772-
CMYK00.380.420.51
HSL5.77º26.53%38.43%-
HSV(B)5.77º41.94%48.63%-
XYZ12.1410.067.43-
YUV90.48117.57151.91-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 45.42%
GREEN value IS 77 (30.47% from 255) = 28.21%
BLUE value IS 72 (28.52% from 255) = 26.37%
R=45.42%
G=28.21%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124777200.380.420.515.7726.5338.43
Hex7C4D480262A3361b26
Octal174115110046526363346
Binary111110010011011001000010011010101011001111011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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