Color Hex Logo

#7a747e Color Hex

#7A747E
(122,116,126)
0 Favorites   0 Comments

Color spaces of #7a747e

RGB 122116126
HSL0.770.040.47
HSV276°49°
CMYK 0.030.080.00   0.51
XYZ18.037318.134722.2883
Yxy18.13470.30850.3102
Hunter Lab42.58491.0822-1.2221
CIE-Lab49.65914.3168-4.6644

#7a747e color RGB value is (122,116,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 01110100 01111110
Octal 172 164 176
Decimal 122 116 126
Hex 7A 74 7E

RGB Percentages of Color #7a747e

%33.52
%31.87
%34.62

CMYK Percentages of Color #7a747e

%3
%8
%0
%51

Triadic Colors of #7a747e

#7a747e #7e7a74 #747e7a

Analogous Colors of #7a747e

#7a747e #7e747d #75747e

Monochromatic Colors of #7a747e

#7a747e

Complementary Color

#7a747e #787e74

#7a747e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a747e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a747e Color CSS Codes

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

#7a747e Text Font Color

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

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


#7a747e Background Color

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

This div background color is #7a747e


#7a747e Border Color

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

This div border color is #7a747e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a747e


Comments

No comments written yet.

Please login to write comment.