Color Hex Logo

#797476 Color Hex

#797476
(121,116,118)
0 Favorites   0 Comments

Color spaces of #797476

RGB 121116118
HSL0.930.020.46
HSV336°47°
CMYK 0.000.040.02   0.53
XYZ17.400617.863719.6705
Yxy17.86370.31680.3252
Hunter Lab42.2655-0.47651.9921
CIE-Lab49.33042.3122-0.4230

#797476 color RGB value is (121,116,118).

#797476 hex color red value is 121, green value is 116 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #797476 hue: 0.93 , saturation: 0.02 and the lightness value of 797476 is 0.46.

The process color (four color CMYK) of #797476 color hex is 0.00, 0.04, 0.02, 0.53. Web safe color of #797476 is #666666. Color #797476 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110100 01110110
Octal 171 164 166
Decimal 121 116 118
Hex 79 74 76

RGB Percentages of Color #797476

%34.08
%32.68
%33.24

CMYK Percentages of Color #797476

%0
%4
%2
%53

Triadic Colors of #797476

#797476 #767974 #747679

Analogous Colors of #797476

#797476 #797574 #797479

Monochromatic Colors of #797476

#797476

Complementary Color

#797476 #747977

#797476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#797476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#797476 Color CSS Codes

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

#797476 Text Font Color

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

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


#797476 Background Color

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

This div background color is #797476


#797476 Border Color

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

This div border color is #797476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #797476


Comments

No comments written yet.

Please login to write comment.