Color Hex Logo

#7c564d Color Hex

#7C564D
(124,86,77)
0 Favorites   0 Comments

Color spaces of #7c564d

RGB 1248677
HSL0.030.230.39
HSV11°38°49°
CMYK 0.000.310.38   0.51
XYZ12.979511.47658.5523
Yxy11.47650.39320.3477
Hunter Lab33.87709.10518.7460
CIE-Lab40.371714.498311.5406

#7c564d color RGB value is (124,86,77).

#7c564d hex color red value is 124, green value is 86 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #7c564d hue: 0.03 , saturation: 0.23 and the lightness value of 7c564d is 0.39.

The process color (four color CMYK) of #7c564d color hex is 0.00, 0.31, 0.38, 0.51. Web safe color of #7c564d is #666666. Color #7c564d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01010110 01001101
Octal 174 126 115
Decimal 124 86 77
Hex 7C 56 4D

RGB Percentages of Color #7c564d

%43.21
%29.97
%26.83

CMYK Percentages of Color #7c564d

%0
%31
%38
%51

Triadic Colors of #7c564d

#7c564d #4d7c56 #564d7c

Analogous Colors of #7c564d

#7c564d #7c6e4d #7c4d5c

Monochromatic Colors of #7c564d

#7c564d

Complementary Color

#7c564d #4d737c

#7c564d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c564d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c564d Color CSS Codes

.mybgcolor {background-color:#7c564d; } 
.myforecolor {color:#7c564d; }
.mybordercolor {border:3px solid #7c564d; }

#7c564d Text Font Color

<p style="color:#7c564d">Text here</p>

This sample text font color is #7c564d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#7c564d Background Color

<div style="background-color:#7c564d">
Div content here</div>

This div background color is #7c564d


#7c564d Border Color

<div style="border:3px solid #7c564d">
Div here</div>

This div border color is #7c564d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,86,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7c564d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7c564d;
  -webkit-box-shadow: 1px 1px 3px 2px #7c564d;
  box-shadow:         1px 1px 3px 2px #7c564d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,86,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7c564d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #7c564d;
  -webkit-box-shadow: 1px 1px 3px 2px #7c564d;
  box-shadow:         1px 1px 3px 2px #7c564d;">
Div content here</div>

This div box has shadow with color #7c564d


Comments

No comments written yet.

Please login to write comment.