Color Hex Logo

#79704d Color Hex

#79704D
(121,112,77)
0 Favorites   0 Comments

Color spaces of #79704d

RGB 12111277
HSL0.130.220.39
HSV48°36°47°
CMYK 0.000.070.36   0.53
XYZ15.018916.18919.3544
Yxy16.18910.37030.3991
Hunter Lab40.2357-3.783214.3806
CIE-Lab47.2216-2.192120.7527

#79704d color RGB value is (121,112,77).

#79704d hex color red value is 121, green value is 112 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #79704d hue: 0.13 , saturation: 0.22 and the lightness value of 79704d is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110000 01001101
Octal 171 160 115
Decimal 121 112 77
Hex 79 70 4D

RGB Percentages of Color #79704d

%39.03
%36.13
%24.84

CMYK Percentages of Color #79704d

%0
%7
%36
%53

Triadic Colors of #79704d

#79704d #4d7970 #704d79

Analogous Colors of #79704d

#79704d #6c794d #795a4d

Monochromatic Colors of #79704d

#79704d

Complementary Color

#79704d #4d5679

#79704d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79704d Color Preview on White Background

Lorem ipsum dolor sit amet.

#79704d Color CSS Codes

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

#79704d Text Font Color

<p style="color:#79704d">Text here</p>

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


#79704d Background Color

<div style="background-color:#79704d">
Div content here</div>

This div background color is #79704d


#79704d Border Color

<div style="border:3px solid #79704d">
Div here</div>

This div border color is #79704d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,112,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #79704d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #79704d;
  -webkit-box-shadow: 1px 1px 3px 2px #79704d;
  box-shadow:         1px 1px 3px 2px #79704d; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79704d


Comments

No comments written yet.

Please login to write comment.