Color Hex Logo

#7a806a Color Hex

#7A806A
(122,128,106)
0 Favorites   0 Comments

Color spaces of #7a806a

RGB 122128106
HSL0.210.090.46
HSV76°17°50°
CMYK 0.050.000.17   0.50
XYZ18.346720.616516.6481
Yxy20.61650.32990.3707
Hunter Lab45.4054-7.334010.0448
CIE-Lab52.5272-6.412211.2043

#7a806a color RGB value is (122,128,106).

#7a806a hex color red value is 122, green value is 128 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #7a806a hue: 0.21 , saturation: 0.09 and the lightness value of 7a806a is 0.46.

The process color (four color CMYK) of #7a806a color hex is 0.05, 0.00, 0.17, 0.50. Web safe color of #7a806a is #669966. Color #7a806a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10000000 01101010
Octal 172 200 152
Decimal 122 128 106
Hex 7A 80 6A

RGB Percentages of Color #7a806a

%34.27
%35.96
%29.78

CMYK Percentages of Color #7a806a

%5
%0
%17
%50

Triadic Colors of #7a806a

#7a806a #6a7a80 #806a7a

Analogous Colors of #7a806a

#7a806a #6f806a #807b6a

Monochromatic Colors of #7a806a

#7a806a

Complementary Color

#7a806a #706a80

#7a806a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a806a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a806a Color CSS Codes

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

#7a806a Text Font Color

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

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


#7a806a Background Color

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

This div background color is #7a806a


#7a806a Border Color

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

This div border color is #7a806a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a806a


Comments

No comments written yet.

Please login to write comment.