Color Hex Logo

#79767e Color Hex

#79767E
(121,118,126)
0 Favorites   0 Comments

Color spaces of #79767e

RGB 121118126
HSL0.730.030.48
HSV263°49°
CMYK 0.040.060.00   0.51
XYZ18.129518.528222.3594
Yxy18.52820.30720.3139
Hunter Lab43.0444-0.1468-0.6671
CIE-Lab50.13062.7731-3.9767

#79767e color RGB value is (121,118,126).

#79767e hex color red value is 121, green value is 118 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #79767e hue: 0.73 , saturation: 0.03 and the lightness value of 79767e is 0.48.

The process color (four color CMYK) of #79767e color hex is 0.04, 0.06, 0.00, 0.51. Web safe color of #79767e is #666666. Color #79767e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110110 01111110
Octal 171 166 176
Decimal 121 118 126
Hex 79 76 7E

RGB Percentages of Color #79767e

%33.15
%32.33
%34.52

CMYK Percentages of Color #79767e

%4
%6
%0
%51

Triadic Colors of #79767e

#79767e #7e7976 #767e79

Analogous Colors of #79767e

#79767e #7d767e #76777e

Monochromatic Colors of #79767e

#79767e

Complementary Color

#79767e #7b7e76

#79767e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79767e Color Preview on White Background

Lorem ipsum dolor sit amet.

#79767e Color CSS Codes

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

#79767e Text Font Color

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

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


#79767e Background Color

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

This div background color is #79767e


#79767e Border Color

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

This div border color is #79767e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79767e


Comments

No comments written yet.

Please login to write comment.