Color Hex Logo

#7c714a Color Hex

#7C714A
(124,113,74)
0 Favorites   0 Comments

Color spaces of #7c714a

RGB 12411374
HSL0.130.250.39
HSV47°40°49°
CMYK 0.000.090.40   0.51
XYZ15.453316.58988.8662
Yxy16.58980.37770.4055
Hunter Lab40.7306-3.555115.6052
CIE-Lab47.7390-1.840723.2074

#7c714a color RGB value is (124,113,74).

#7c714a hex color red value is 124, green value is 113 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #7c714a hue: 0.13 , saturation: 0.25 and the lightness value of 7c714a is 0.39.

The process color (four color CMYK) of #7c714a color hex is 0.00, 0.09, 0.40, 0.51. Web safe color of #7c714a is #666633. Color #7c714a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01110001 01001010
Octal 174 161 112
Decimal 124 113 74
Hex 7C 71 4A

RGB Percentages of Color #7c714a

%39.87
%36.33
%23.79

CMYK Percentages of Color #7c714a

%0
%9
%40
%51

Triadic Colors of #7c714a

#7c714a #4a7c71 #714a7c

Analogous Colors of #7c714a

#7c714a #6e7c4a #7c584a

Monochromatic Colors of #7c714a

#7c714a

Complementary Color

#7c714a #4a557c

#7c714a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c714a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c714a Color CSS Codes

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

#7c714a Text Font Color

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

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


#7c714a Background Color

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

This div background color is #7c714a


#7c714a Border Color

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

This div border color is #7c714a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c714a


Comments

No comments written yet.

Please login to write comment.