Color Hex Logo

#7a757e Color Hex

#7A757E
(122,117,126)
0 Favorites   0 Comments

Color spaces of #7a757e

RGB 122117126
HSL0.760.040.48
HSV273°49°
CMYK 0.030.070.00   0.51
XYZ18.153218.366522.3270
Yxy18.36650.30850.3121
Hunter Lab42.85620.6116-0.8893
CIE-Lab49.93763.7301-4.2523

#7a757e color RGB value is (122,117,126).

#7a757e hex color red value is 122, green value is 117 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #7a757e hue: 0.76 , saturation: 0.04 and the lightness value of 7a757e is 0.48.

The process color (four color CMYK) of #7a757e color hex is 0.03, 0.07, 0.00, 0.51. Web safe color of #7a757e is #666666. Color #7a757e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 01110101 01111110
Octal 172 165 176
Decimal 122 117 126
Hex 7A 75 7E

RGB Percentages of Color #7a757e

%33.42
%32.05
%34.52

CMYK Percentages of Color #7a757e

%3
%7
%0
%51

Triadic Colors of #7a757e

#7a757e #7e7a75 #757e7a

Analogous Colors of #7a757e

#7a757e #7e757e #76757e

Monochromatic Colors of #7a757e

#7a757e

Complementary Color

#7a757e #797e75

#7a757e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a757e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a757e Color CSS Codes

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

#7a757e Text Font Color

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

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


#7a757e Background Color

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

This div background color is #7a757e


#7a757e Border Color

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

This div border color is #7a757e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(122,117,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7a757e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7a757e;
  -webkit-box-shadow: 1px 1px 3px 2px #7a757e;
  box-shadow:         1px 1px 3px 2px #7a757e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,117,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 #7a757e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a757e


Comments

No comments written yet.

Please login to write comment.