Color Hex Logo

#79796c Color Hex

#79796C
(121,121,108)
0 Favorites   0 Comments

Color spaces of #79796c

RGB 121121108
HSL0.170.060.45
HSV60°11°47°
CMYK 0.000.000.11   0.53
XYZ17.429318.822416.9018
Yxy18.82240.32790.3541
Hunter Lab43.3848-4.21327.2712
CIE-Lab50.4788-2.48187.1320

#79796c color RGB value is (121,121,108).

#79796c hex color red value is 121, green value is 121 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #79796c hue: 0.17 , saturation: 0.06 and the lightness value of 79796c is 0.45.

The process color (four color CMYK) of #79796c color hex is 0.00, 0.00, 0.11, 0.53. Web safe color of #79796c is #666666. Color #79796c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01111001 01101100
Octal 171 171 154
Decimal 121 121 108
Hex 79 79 6C

RGB Percentages of Color #79796c

%34.57
%34.57
%30.86

CMYK Percentages of Color #79796c

%0
%0
%11
%53

Triadic Colors of #79796c

#79796c #6c7979 #796c79

Analogous Colors of #79796c

#79796c #73796c #79736c

Monochromatic Colors of #79796c

#79796c

Complementary Color

#79796c #6c6c79

#79796c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79796c Color Preview on White Background

Lorem ipsum dolor sit amet.

#79796c Color CSS Codes

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

#79796c Text Font Color

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

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


#79796c Background Color

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

This div background color is #79796c


#79796c Border Color

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

This div border color is #79796c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79796c


Comments

No comments written yet.

Please login to write comment.