Color Hex Logo

#7aaaaa Color Hex

#7AAAAA
(122,170,170)
0 Favorites   0 Comments

Color spaces of #7aaaaa

RGB 122170170
HSL0.500.220.57
HSV180°28°67°
CMYK 0.280.000.00   0.33
XYZ29.656535.789343.3752
Yxy35.78930.27250.3289
Hunter Lab59.8242-16.2049-1.1110
CIE-Lab66.3586-15.8659-5.1626

#7aaaaa color RGB value is (122,170,170).

#7aaaaa hex color red value is 122, green value is 170 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7aaaaa hue: 0.50 , saturation: 0.22 and the lightness value of 7aaaaa is 0.57.

The process color (four color CMYK) of #7aaaaa color hex is 0.28, 0.00, 0.00, 0.33. Web safe color of #7aaaaa is #669999. Color #7aaaaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101010 10101010
Octal 172 252 252
Decimal 122 170 170
Hex 7A AA AA

RGB Percentages of Color #7aaaaa

%26.41
%36.80
%36.80

CMYK Percentages of Color #7aaaaa

%28
%0
%0
%33

Triadic Colors of #7aaaaa

#7aaaaa #aa7aaa #aaaa7a

Analogous Colors of #7aaaaa

#7aaaaa #7a92aa #7aaa92

Monochromatic Colors of #7aaaaa

#7aaaaa

Complementary Color

#7aaaaa #aa7a7a

#7aaaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aaaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aaaaa Color CSS Codes

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

#7aaaaa Text Font Color

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

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


#7aaaaa Background Color

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

This div background color is #7aaaaa


#7aaaaa Border Color

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

This div border color is #7aaaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aaaaa


Comments

No comments written yet.

Please login to write comment.