COLOR #7AA5A5

HEX: #7AA5A5
RGB: (122,165,165)

Color info

#7AA5A5 contains red, green and blue colors in about the same proportion. Web safe color of #7AA5A5 is #669999 (or #699).

RGB color model

#7AA5A5 color RGB value is (122,165,165).

  • red value is 122;
  • green value is 165;
  • blue value is 165.
RGB:
(122,165,165)
(48%,65%,65%)

RGB channels and saturation

R 122 of 255 = 48%
G 165 of 255 = 65%
B 165 of 255 = 65%

122
165
165

R + G + B ~ 59%. #7AA5A5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
122 + 165 + 165 = 452 (100%)
R 122 of 452 ~ 26.99%
G 165 of 452 ~ 36.5%
B 165 of 452 ~ 36.5%

%26.99
%36.5
%36.5

CMYK color model

#7AA5A5 color CMYK value is (26,0,0,35).

  • cyan value is 26.06%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(26,0,0,35)
C26M0Y0K35 
(26%,0%,0%,35%)
(0.26/0.00/0.00/0.35)	

CMYK percentages

%26.06
%0
%0
%35.29

Codes

Color #7AA5A5 in popluar color models

7AA5A5
RGB122165165
HSL180°19.28%56.27%
HSB/HSV180°26.06%64.71%
CMYK26.06%0.00%0.00%
35.29%

Color #7AA5A5 in popluar number systems.

HEX7AA5A5
Decimal122165165
Binary11110101010010110100101
Octal172245245

Shades and tints

Shades of #7AA5A5

#7AA5A5
(122,165,165)
#6F9696
(111,150,150)
#648787
(100,135,135)
#597878
(89,120,120)
#4E6969
(78,105,105)
#435A5A
(67,90,90)
#384B4B
(56,75,75)
#2D3C3C
(45,60,60)
#222D2D
(34,45,45)
#171E1E
(23,30,30)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #7AA5A5

#7AA5A5
(122,165,165)
#86ADAD
(134,173,173)
#92B5B5
(146,181,181)
#9EBDBD
(158,189,189)
#AAC5C5
(170,197,197)
#B6CDCD
(182,205,205)
#C2D5D5
(194,213,213)
#CEDDDD
(206,221,221)
#DAE5E5
(218,229,229)
#E6EDED
(230,237,237)
#F2F5F5
(242,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AA5A5 color. Also use rgb(122,165,165) instead hex code.

Text Font Color

.myTextColor { color: #7AA5A5; }

<p style="color:#7AA5A5">This sample text font color is #7AA5A5.</p>

This text font color is #7AA5A5.


Background Color

.myBgColor { background-color: #7AA5A5; }

<div style="background-color:#7AA5A5">Inner text</div>

This div background color is #7AA5A5.


Border color

.myBorderColor { border: 1px solid #7AA5A5; }

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

This div border color is #7AA5A5.


Opacity

.myOpacity80 { color: #7AA5A5; opacity: 0.8; }

<p style="color:#7AA5A5;opacity:0.8;">80%</p>

Text with #7AA5A5 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7AA5A5;}

<p style="text-shadow: 3px 3px 1px #7AA5A5">Text here.</p>

This text has shadow with #7AA5A5 color.

.textShadow {text-shadow: 3px 3px 1px #7AA5A5, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7AA5A5, 5px 5px 20px red">Text here.</p>

This text has shadow with #7AA5A5 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7AA5A5, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7AA5A5, Direction=45, Strength=4)">Text</p>

This text has shadow with #7AA5A5 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #7AA5A5;
  -webkit-box-shadow:	1px 1px 3px 2px #7AA5A5;
  box-shadow:		1px 1px 3px 2px #7AA5A5;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7AA5A5;
-webkit-box-shadow: 1px 1px 3px 2px #7AA5A5;
box-shadow:1px 1px 3px 2px #7AA5A5;">
Div content here</div>
This div box has shadow with color #7AA5A5.

Preview

Color preview on black background

This text has color #7AA5A5 on black background.


Color preview on white background

This text has color #7AA5A5 on white background.



Black color preview on #7AA5A5 background

This text has black color on #7AA5A5 background.


White color preview on #7AA5A5 background

This text has white color on #7AA5A5 background.