COLOR #77AA82

HEX: #77AA82 RGB: (119,170,130)

Color info

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

RGB color model

#77AA82 color RGB value is (119,170,130).

RGB: (119,170,130) (47%, 67%, 51%)

RGB channels and saturation

R 119 of 255 = 47%
G 170 of 255 = 67%
B 130 of 255 = 51%

119
170
130

R + G + B ~ 55%. #77AA82 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 119 + 170 + 130 = 419 (100%)
R 119 of 419 ~ 28.4%
G 170 of 419 ~ 40.57%
B 130 of 419 ~ 31.03'%

%28.4
%40.57
%31.03

CMYK color model

#77AA82 color CMYK value is (30,0,24,33).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 33.33%
CMYK: (30,0,24,33) C30M0Y24K33 (30%,0%,24%,33%) (0.30/0.00/0.24/0.33) 

CMYK percentages

%30
%0
%23.53
%33.33

Codes

Color #77AA82 in popluar color models

77 AA 82
RGB 119 170 130
HSL 133° 23.08% 56.67%
HSB/HSV 133° 30.00% 66.67%
CMYK 30.00% 0.00% 23.53%
33.33%

Color #77AA82 in popluar number systems.

HEX 77 AA 82
Decimal 119 170 130
Binary 1110111 10101010 10000010
Octal 167 252 202

Shades and tints

Shades of #77AA82

#77AA82
(119,170,130)
#6D9B77
(109,155,119)
#638C6C
(99,140,108)
#597D61
(89,125,97)
#4F6E56
(79,110,86)
#455F4B
(69,95,75)
#3B5040
(59,80,64)
#314135
(49,65,53)
#27322A
(39,50,42)
#1D231F
(29,35,31)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #77AA82

#77AA82
(119,170,130)
#83B18D
(131,177,141)
#8FB898
(143,184,152)
#9BBFA3
(155,191,163)
#A7C6AE
(167,198,174)
#B3CDB9
(179,205,185)
#BFD4C4
(191,212,196)
#CBDBCF
(203,219,207)
#D7E2DA
(215,226,218)
#E3E9E5
(227,233,229)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77AA82 color. Also use rgb(119,170,130) instead hex code.

Text Font Color

.myTextColor { color: #77AA82; }

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

This text font color is #77AA82.

Background Color

.myBgColor { background-color: #77AA82; }

<div style="background-color:#77AA82">Inner text</div>

This div background color is #77AA82.

Border color

.myBorderColor { border: 1px solid #77AA82; }

<div style="border:3px solid #77AA82">Div</div>

This div border color is #77AA82.

Opacity

.myOpacity80 { color: #77AA82; opacity: 0.8; }

<p style="color:#77AA82;opacity:0.8;">80%</p>

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

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

This text has shadow with #77AA82 color.


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

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

This text has shadow with #77AA82 primary color and red secondary color.


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

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

This text has shadow with #77AA82 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #77AA82.

Preview

Color preview on black background

This text has color #77AA82 on black background.


Color preview on white background

This text has color #77AA82 on white background.


Black color preview on #77AA82 background

This text has black color on #77AA82 background.


White color preview on #77AA82 background

This text has white color on #77AA82 background.


Related colors

Complementary color

Complementary color for #hex is #88557D.


I love getcolorcode.com

Triadic colors

1 #8277AA and #AA8277 with #77AA82 are triadic colors.

2 #82AA77 and #AA7782 with #77AA82 are triadic colors.