Color Hex Logo

#797797 Color Hex

#797797
(121,119,151)
0 Favorites   0 Comments

Color spaces of #797797

RGB 121119151
HSL0.680.130.53
HSV244°21°59°
CMYK 0.200.210.00   0.41
XYZ20.067919.493031.9830
Yxy19.49300.28050.2725
Hunter Lab44.15093.8696-12.0442
CIE-Lab51.25917.8215-16.9845

#797797 color RGB value is (121,119,151).

#797797 hex color red value is 121, green value is 119 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #797797 hue: 0.68 , saturation: 0.13 and the lightness value of 797797 is 0.53.

The process color (four color CMYK) of #797797 color hex is 0.20, 0.21, 0.00, 0.41. Web safe color of #797797 is #666699. Color #797797 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110111 10010111
Octal 171 167 227
Decimal 121 119 151
Hex 79 77 97

RGB Percentages of Color #797797

%30.95
%30.43
%38.62

CMYK Percentages of Color #797797

%20
%21
%0
%41

Triadic Colors of #797797

#797797 #977977 #779779

Analogous Colors of #797797

#797797 #897797 #778597

Monochromatic Colors of #797797

#797797

Complementary Color

#797797 #959777

#797797 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#797797 Color Preview on White Background

Lorem ipsum dolor sit amet.

#797797 Color CSS Codes

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

#797797 Text Font Color

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

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


#797797 Background Color

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

This div background color is #797797


#797797 Border Color

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

This div border color is #797797


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #797797

#797797 Color Palettes


Comments

No comments written yet.

Please login to write comment.