COLOR #7AA7AA

HEX: #7AA7AA
RGB: (122,167,170)

Color info

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

RGB color model

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

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

RGB channels and saturation

R 122 of 255 = 48%
G 167 of 255 = 65%
B 170 of 255 = 67%

122
167
170

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

Portions of RGB colors in percentages

R + G + B =
122 + 167 + 170 = 459 (100%)
R 122 of 459 ~ 26.58%
G 167 of 459 ~ 36.38%
B 170 of 459 ~ 37.04%

%26.58
%36.38
%37.04

CMYK color model

#7AA7AA color CMYK value is (28,2,0,33).

  • cyan value is 28.24%
  • magenta value is 1.76%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(28,2,0,33)
C28M2Y0K33 
(28%,2%,0%,33%)
(0.28/0.02/0.00/0.33)	

CMYK percentages

%28.24
%1.76
%0
%33.33

Codes

Color #7AA7AA in popluar color models

7AA7AA
RGB122167170
HSL184°22.02%57.25%
HSB/HSV184°28.24%66.67%
CMYK28.24%1.76%0.00%
33.33%

Color #7AA7AA in popluar number systems.

HEX7AA7AA
Decimal122167170
Binary11110101010011110101010
Octal172247252

Shades and tints

Shades of #7AA7AA

#7AA7AA
(122,167,170)
#6F989B
(111,152,155)
#64898C
(100,137,140)
#597A7D
(89,122,125)
#4E6B6E
(78,107,110)
#435C5F
(67,92,95)
#384D50
(56,77,80)
#2D3E41
(45,62,65)
#222F32
(34,47,50)
#172023
(23,32,35)
#0C1114
(12,17,20)
#000000
(0,0,0)

Tints of #7AA7AA

#7AA7AA
(122,167,170)
#86AFB1
(134,175,177)
#92B7B8
(146,183,184)
#9EBFBF
(158,191,191)
#AAC7C6
(170,199,198)
#B6CFCD
(182,207,205)
#C2D7D4
(194,215,212)
#CEDFDB
(206,223,219)
#DAE7E2
(218,231,226)
#E6EFE9
(230,239,233)
#F2F7F0
(242,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AA7AA; }

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

This text font color is #7AA7AA.


Background Color

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

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

This div background color is #7AA7AA.


Border color

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

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

This div border color is #7AA7AA.


Opacity

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

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

Text with #7AA7AA 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 #7AA7AA;}

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

This text has shadow with #7AA7AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AA7AA on black background.


Color preview on white background

This text has color #7AA7AA on white background.



Black color preview on #7AA7AA background

This text has black color on #7AA7AA background.


White color preview on #7AA7AA background

This text has white color on #7AA7AA background.