COLOR #7AA39D

HEX: #7AA39D RGB: (122,163,157)

Color info

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

RGB color model

#7AA39D color RGB value is (122,163,157).

RGB: (122,163,157) (48%, 64%, 62%)

RGB channels and saturation

R 122 of 255 = 48%
G 163 of 255 = 64%
B 157 of 255 = 62%

122
163
157

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

Portions of RGB colors in percentages

R + G + B = 122 + 163 + 157 = 442 (100%)
R 122 of 442 ~ 27.6%
G 163 of 442 ~ 36.88%
B 157 of 442 ~ 35.52'%

%27.6
%36.88
%35.52

CMYK color model

#7AA39D color CMYK value is (25,0,4,36).

  • cyan value is 25.15%
  • magenta value is 0.00%
  • yellow value is 3.68%
  • key color value is 36.08%

CMYK: (25,0,4,36)
C25M0Y4K36 (25%, 0%, 4%, 36%)
(0.25 / 0.00 / 0.04 / 0.36)

CMYK percentages

%25.15
%0
%3.68
%36.08

Codes

Color #7AA39D in popluar color models

7A A3 9D
RGB 122 163 157
HSL 171° 18.22% 55.88%
HSB/HSV 171° 25.15% 63.92%
CMYK 25.15% 0.00% 3.68%
36.08%

Color #7AA39D in popluar number systems.

HEX 7A A3 9D
Decimal 122 163 157
Binary 1111010 10100011 10011101
Octal 172 243 235

Shades and tints

Shades of #7AA39D

#7AA39D
(122,163,157)
#6F958F
(111,149,143)
#648781
(100,135,129)
#597973
(89,121,115)
#4E6B65
(78,107,101)
#435D57
(67,93,87)
#384F49
(56,79,73)
#2D413B
(45,65,59)
#22332D
(34,51,45)
#17251F
(23,37,31)
#0C1711
(12,23,17)
#000000
(0,0,0)

Tints of #7AA39D

#7AA39D
(122,163,157)
#86ABA5
(134,171,165)
#92B3AD
(146,179,173)
#9EBBB5
(158,187,181)
#AAC3BD
(170,195,189)
#B6CBC5
(182,203,197)
#C2D3CD
(194,211,205)
#CEDBD5
(206,219,213)
#DAE3DD
(218,227,221)
#E6EBE5
(230,235,229)
#F2F3ED
(242,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AA39D; }

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

This text font color is #7AA39D.

Background Color

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

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

This div background color is #7AA39D.

Border color

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

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

This div border color is #7AA39D.

Opacity

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

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

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

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

This text has shadow with #7AA39D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AA39D.

Preview

Color preview on black background

This text has color #7AA39D on black background.


Color preview on white background

This text has color #7AA39D on white background.


Black color preview on #7AA39D background

This text has black color on #7AA39D background.


White color preview on #7AA39D background

This text has white color on #7AA39D background.


Related colors

Complementary color

Complementary color for #hex is #855C62.


I love getcolorcode.com

Triadic colors

1 #9D7AA3 and #A39D7A with #7AA39D are triadic colors.

2 #9DA37A and #A37A9D with #7AA39D are triadic colors.