COLOR #7AA887

HEX: #7AA887 RGB: (122,168,135)

Color info

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

RGB color model

#7AA887 color RGB value is (122,168,135).

RGB: (122,168,135) (48%, 66%, 53%)

RGB channels and saturation

R 122 of 255 = 48%
G 168 of 255 = 66%
B 135 of 255 = 53%

122
168
135

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

Portions of RGB colors in percentages

R + G + B = 122 + 168 + 135 = 425 (100%)
R 122 of 425 ~ 28.71%
G 168 of 425 ~ 39.53%
B 135 of 425 ~ 31.76'%

%28.71
%39.53
%31.76

CMYK color model

#7AA887 color CMYK value is (27,0,20,34).

  • cyan value is 27.38%
  • magenta value is 0.00%
  • yellow value is 19.64%
  • key color value is 34.12%

CMYK: (27,0,20,34)
C27M0Y20K34 (27%, 0%, 20%, 34%)
(0.27 / 0.00 / 0.20 / 0.34)

CMYK percentages

%27.38
%0
%19.64
%34.12

Codes

Color #7AA887 in popluar color models

7A A8 87
RGB 122 168 135
HSL 137° 20.91% 56.86%
HSB/HSV 137° 27.38% 65.88%
CMYK 27.38% 0.00% 19.64%
34.12%

Color #7AA887 in popluar number systems.

HEX 7A A8 87
Decimal 122 168 135
Binary 1111010 10101000 10000111
Octal 172 250 207

Shades and tints

Shades of #7AA887

#7AA887
(122,168,135)
#6F997B
(111,153,123)
#648A6F
(100,138,111)
#597B63
(89,123,99)
#4E6C57
(78,108,87)
#435D4B
(67,93,75)
#384E3F
(56,78,63)
#2D3F33
(45,63,51)
#223027
(34,48,39)
#17211B
(23,33,27)
#0C120F
(12,18,15)
#000000
(0,0,0)

Tints of #7AA887

#7AA887
(122,168,135)
#86AF91
(134,175,145)
#92B69B
(146,182,155)
#9EBDA5
(158,189,165)
#AAC4AF
(170,196,175)
#B6CBB9
(182,203,185)
#C2D2C3
(194,210,195)
#CED9CD
(206,217,205)
#DAE0D7
(218,224,215)
#E6E7E1
(230,231,225)
#F2EEEB
(242,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AA887; }

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

This text font color is #7AA887.

Background Color

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

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

This div background color is #7AA887.

Border color

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

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

This div border color is #7AA887.

Opacity

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

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

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

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

This text has shadow with #7AA887 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AA887.

Preview

Color preview on black background

This text has color #7AA887 on black background.


Color preview on white background

This text has color #7AA887 on white background.


Black color preview on #7AA887 background

This text has black color on #7AA887 background.


White color preview on #7AA887 background

This text has white color on #7AA887 background.


Related colors

Complementary color

Complementary color for #hex is #855778.


I love getcolorcode.com

Triadic colors

1 #877AA8 and #A8877A with #7AA887 are triadic colors.

2 #87A87A and #A87A87 with #7AA887 are triadic colors.