Color Hex Logo

#797370 Color Hex

#797370
(121,115,112)
0 Favorites   0 Comments

Color spaces of #797370

RGB 121115112
HSL0.060.040.46
HSV20°47°
CMYK 0.000.050.07   0.53
XYZ16.940517.496317.8135
Yxy17.49630.32420.3349
Hunter Lab41.8286-0.90784.0302
CIE-Lab48.87941.73142.4755

#797370 color RGB value is (121,115,112).

#797370 hex color red value is 121, green value is 115 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #797370 hue: 0.06 , saturation: 0.04 and the lightness value of 797370 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110011 01110000
Octal 171 163 160
Decimal 121 115 112
Hex 79 73 70

RGB Percentages of Color #797370

%34.77
%33.05
%32.18

CMYK Percentages of Color #797370

%0
%5
%7
%53

Triadic Colors of #797370

#797370 #707973 #737079

Analogous Colors of #797370

#797370 #797870 #797072

Monochromatic Colors of #797370

#797370

Complementary Color

#797370 #707679

#797370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#797370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#797370 Color CSS Codes

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

#797370 Text Font Color

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

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


#797370 Background Color

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

This div background color is #797370


#797370 Border Color

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

This div border color is #797370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #797370


Comments

No comments written yet.

Please login to write comment.