Color Hex Logo

#79706e Color Hex

#79706E
(121,112,110)
0 Favorites   0 Comments

Color spaces of #79706e

RGB 121112110
HSL0.030.050.45
HSV11°47°
CMYK 0.000.070.09   0.53
XYZ16.493816.779117.1212
Yxy16.77910.32730.3330
Hunter Lab40.96230.19043.8919
CIE-Lab47.98053.11062.3615

#79706e color RGB value is (121,112,110).

#79706e hex color red value is 121, green value is 112 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #79706e hue: 0.03 , saturation: 0.05 and the lightness value of 79706e is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110000 01101110
Octal 171 160 156
Decimal 121 112 110
Hex 79 70 6E

RGB Percentages of Color #79706e

%35.28
%32.65
%32.07

CMYK Percentages of Color #79706e

%0
%7
%9
%53

Triadic Colors of #79706e

#79706e #6e7970 #706e79

Analogous Colors of #79706e

#79706e #79766e #796e72

Monochromatic Colors of #79706e

#79706e

Complementary Color

#79706e #6e7779

#79706e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79706e Color Preview on White Background

Lorem ipsum dolor sit amet.

#79706e Color CSS Codes

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

#79706e Text Font Color

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

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


#79706e Background Color

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

This div background color is #79706e


#79706e Border Color

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

This div border color is #79706e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,112,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79706e


Comments

No comments written yet.

Please login to write comment.