#7C564F

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

Shades of Lotus #7C564F

Tints of Lotus #7C564F

Color information

#7C564F (or 0x7C564F) is unknown color: approx Lotus. HEX triplet: 7C, 56 and 4F. RGB value is (124,86,79). Sum of RGB (Red+Green+Blue) = 124+86+79=289 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.91% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 79 (31.25% from 255 or 27.34% from 289); Max value from RGB is 124 - color contains mainly: red. Hex color #7C564F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C564F is #83A9B0. Grayscale: #606060. Windows color (decimal): -8628657 or 5199484. OLE color: 5199484.

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

Color convert

RGB1248679-
CMYK00.310.360.51
HSL9.33º22.17%39.8%-
HSV(B)9.33º36.29%48.63%-
XYZ13.0511.518.93-
YUV96.56118.09147.57-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.91%
GREEN value IS 86 (33.98% from 255) = 29.76%
BLUE value IS 79 (31.25% from 255) = 27.34%
R=42.91%
G=29.76%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124867900.310.360.519.3322.1739.8
Hex7C564F01F243391628
Octal1741261170374463112650
Binary111110010101101001111011111100100110011100110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C564F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,86,79); }

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

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

 a { background-color: rgb(124,86,79); }

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

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

 span { border-color: rgb(124,86,79); }

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