Color Hex Logo

#797f72 Color Hex

#797F72
(121,127,114)
0 Favorites   0 Comments

Color spaces of #797f72

RGB 121127114
HSL0.240.050.47
HSV88°10°50°
CMYK 0.050.000.10   0.50
XYZ18.511820.458618.8928
Yxy20.45860.31990.3536
Hunter Lab45.2312-6.09976.8967
CIE-Lab52.3518-4.79206.2964

#797f72 color RGB value is (121,127,114).

#797f72 hex color red value is 121, green value is 127 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #797f72 hue: 0.24 , saturation: 0.05 and the lightness value of 797f72 is 0.47.

The process color (four color CMYK) of #797f72 color hex is 0.05, 0.00, 0.10, 0.50. Web safe color of #797f72 is #666666. Color #797f72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01111111 01110010
Octal 171 177 162
Decimal 121 127 114
Hex 79 7F 72

RGB Percentages of Color #797f72

%33.43
%35.08
%31.49

CMYK Percentages of Color #797f72

%5
%0
%10
%50

Triadic Colors of #797f72

#797f72 #72797f #7f7279

Analogous Colors of #797f72

#797f72 #737f72 #7f7f72

Monochromatic Colors of #797f72

#797f72

Complementary Color

#797f72 #78727f

#797f72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#797f72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#797f72 Color CSS Codes

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

#797f72 Text Font Color

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

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


#797f72 Background Color

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

This div background color is #797f72


#797f72 Border Color

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

This div border color is #797f72


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,127,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #797f72; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #797f72;
  -webkit-box-shadow: 1px 1px 3px 2px #797f72;
  box-shadow:         1px 1px 3px 2px #797f72; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #797f72


Comments

No comments written yet.

Please login to write comment.