Color Hex Logo

#7c504d Color Hex

#7C504D
(124,80,77)
0 Favorites   0 Comments

Color spaces of #7c504d

RGB 1248077
HSL0.010.230.39
HSV38°49°
CMYK 0.000.350.38   0.51
XYZ12.520410.55828.3992
Yxy10.55820.39780.3354
Hunter Lab32.493411.91657.4195
CIE-Lab38.826218.08789.3901

#7c504d color RGB value is (124,80,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 01010000 01001101
Octal 174 120 115
Decimal 124 80 77
Hex 7C 50 4D

RGB Percentages of Color #7c504d

%44.13
%28.47
%27.40

CMYK Percentages of Color #7c504d

%0
%35
%38
%51

Triadic Colors of #7c504d

#7c504d #4d7c50 #504d7c

Analogous Colors of #7c504d

#7c504d #7c684d #7c4d62

Monochromatic Colors of #7c504d

#7c504d

Complementary Color

#7c504d #4d797c

#7c504d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c504d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c504d Color CSS Codes

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

#7c504d Text Font Color

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

This sample text font color is #7c504d
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.


#7c504d Background Color

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

This div background color is #7c504d


#7c504d Border Color

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

This div border color is #7c504d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,80,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 #7c504d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c504d


Comments

No comments written yet.

Please login to write comment.