Color Hex Logo

#79714e Color Hex

#79714E
(121,113,78)
0 Favorites   0 Comments

Color spaces of #79714e

RGB 12111378
HSL0.140.220.39
HSV49°36°47°
CMYK 0.000.070.36   0.53
XYZ15.165416.42539.5788
Yxy16.42530.36840.3990
Hunter Lab40.5281-4.130614.3565
CIE-Lab47.5276-2.634920.5801

#79714e color RGB value is (121,113,78).

#79714e hex color red value is 121, green value is 113 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #79714e hue: 0.14 , saturation: 0.22 and the lightness value of 79714e is 0.39.

The process color (four color CMYK) of #79714e color hex is 0.00, 0.07, 0.36, 0.53. Web safe color of #79714e is #666666. Color #79714e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110001 01001110
Octal 171 161 116
Decimal 121 113 78
Hex 79 71 4E

RGB Percentages of Color #79714e

%38.78
%36.22
%25.00

CMYK Percentages of Color #79714e

%0
%7
%36
%53

Triadic Colors of #79714e

#79714e #4e7971 #714e79

Analogous Colors of #79714e

#79714e #6c794e #795c4e

Monochromatic Colors of #79714e

#79714e

Complementary Color

#79714e #4e5679

#79714e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79714e Color Preview on White Background

Lorem ipsum dolor sit amet.

#79714e Color CSS Codes

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

#79714e Text Font Color

<p style="color:#79714e">Text here</p>

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


#79714e Background Color

<div style="background-color:#79714e">
Div content here</div>

This div background color is #79714e


#79714e Border Color

<div style="border:3px solid #79714e">
Div here</div>

This div border color is #79714e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,113,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #79714e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #79714e;
  -webkit-box-shadow: 1px 1px 3px 2px #79714e;
  box-shadow:         1px 1px 3px 2px #79714e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,113,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 #79714e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79714e


Comments

No comments written yet.

Please login to write comment.