Color Hex Logo

#7c864e Color Hex

#7C864E
(124,134,78)
0 Favorites   0 Comments

Color spaces of #7c864e

RGB 12413478
HSL0.200.260.42
HSV71°42°53°
CMYK 0.070.000.42   0.47
XYZ18.212421.885310.4721
Yxy21.88530.36010.4328
Hunter Lab46.7817-12.376919.4751
CIE-Lab53.9051-13.058228.8925

#7c864e color RGB value is (124,134,78).

#7c864e hex color red value is 124, green value is 134 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #7c864e hue: 0.20 , saturation: 0.26 and the lightness value of 7c864e is 0.42.

The process color (four color CMYK) of #7c864e color hex is 0.07, 0.00, 0.42, 0.47. Web safe color of #7c864e is #669966. Color #7c864e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10000110 01001110
Octal 174 206 116
Decimal 124 134 78
Hex 7C 86 4E

RGB Percentages of Color #7c864e

%36.90
%39.88
%23.21

CMYK Percentages of Color #7c864e

%7
%0
%42
%47

Triadic Colors of #7c864e

#7c864e #4e7c86 #864e7c

Analogous Colors of #7c864e

#7c864e #60864e #86744e

Monochromatic Colors of #7c864e

#7c864e

Complementary Color

#7c864e #584e86

#7c864e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c864e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c864e Color CSS Codes

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

#7c864e Text Font Color

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

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


#7c864e Background Color

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

This div background color is #7c864e


#7c864e Border Color

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

This div border color is #7c864e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c864e


Comments

No comments written yet.

Please login to write comment.