Color Hex Logo

#7a7d78 Color Hex

#7A7D78
(122,125,120)
0 Favorites   0 Comments

Color spaces of #7a7d78

RGB 122125120
HSL0.270.020.48
HSV96°49°
CMYK 0.020.000.04   0.51
XYZ18.749820.160920.6725
Yxy20.16090.31470.3384
Hunter Lab44.9009-4.03824.1333
CIE-Lab52.0186-2.11922.3239

#7a7d78 color RGB value is (122,125,120).

#7a7d78 hex color red value is 122, green value is 125 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #7a7d78 hue: 0.27 , saturation: 0.02 and the lightness value of 7a7d78 is 0.48.

The process color (four color CMYK) of #7a7d78 color hex is 0.02, 0.00, 0.04, 0.51. Web safe color of #7a7d78 is #666666. Color #7a7d78 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 01111101 01111000
Octal 172 175 170
Decimal 122 125 120
Hex 7A 7D 78

RGB Percentages of Color #7a7d78

%33.24
%34.06
%32.70

CMYK Percentages of Color #7a7d78

%2
%0
%4
%51

Triadic Colors of #7a7d78

#7a7d78 #787a7d #7d787a

Analogous Colors of #7a7d78

#7a7d78 #787d79 #7d7d78

Monochromatic Colors of #7a7d78

#7a7d78

Complementary Color

#7a7d78 #7b787d

#7a7d78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a7d78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a7d78 Color CSS Codes

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

#7a7d78 Text Font Color

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

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


#7a7d78 Background Color

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

This div background color is #7a7d78


#7a7d78 Border Color

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

This div border color is #7a7d78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a7d78


Comments

No comments written yet.

Please login to write comment.