COLOR #77AA72

HEX: #77AA72
RGB: (119,170,114)

Color info

#77AA72 contains red, green and blue colors in about the same proportion. Web safe color of #77AA72 is #669966 (or #696).

RGB color model

#77AA72 color RGB value is (119,170,114).

  • red value is 119;
  • green value is 170;
  • blue value is 114.
RGB:
(119,170,114)
(47%,67%,45%)

RGB channels and saturation

R 119 of 255 = 47%
G 170 of 255 = 67%
B 114 of 255 = 45%

119
170
114

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

Portions of RGB colors in percentages

R + G + B =
119 + 170 + 114 = 403 (100%)
R 119 of 403 ~ 29.53%
G 170 of 403 ~ 42.18%
B 114 of 403 ~ 28.29%

%29.53
%42.18
%28.29

CMYK color model

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

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 32.94%
  • key color value is 33.33%
CMYK:
(30,0,33,33)
C30M0Y33K33 
(30%,0%,33%,33%)
(0.30/0.00/0.33/0.33)	

CMYK percentages

%30
%0
%32.94
%33.33

Codes

Color #77AA72 in popluar color models

77AA72
RGB119170114
HSL115°24.78%55.69%
HSB/HSV115°32.94%66.67%
CMYK30.00%0.00%32.94%
33.33%

Color #77AA72 in popluar number systems.

HEX77AA72
Decimal119170114
Binary1110111101010101110010
Octal167252162

Shades and tints

Shades of #77AA72

#77AA72
(119,170,114)
#6D9B68
(109,155,104)
#638C5E
(99,140,94)
#597D54
(89,125,84)
#4F6E4A
(79,110,74)
#455F40
(69,95,64)
#3B5036
(59,80,54)
#31412C
(49,65,44)
#273222
(39,50,34)
#1D2318
(29,35,24)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #77AA72

#77AA72
(119,170,114)
#83B17E
(131,177,126)
#8FB88A
(143,184,138)
#9BBF96
(155,191,150)
#A7C6A2
(167,198,162)
#B3CDAE
(179,205,174)
#BFD4BA
(191,212,186)
#CBDBC6
(203,219,198)
#D7E2D2
(215,226,210)
#E3E9DE
(227,233,222)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77AA72; }

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

This text font color is #77AA72.


Background Color

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

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

This div background color is #77AA72.


Border color

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

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

This div border color is #77AA72.


Opacity

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

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

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

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

This text has shadow with #77AA72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77AA72 on black background.


Color preview on white background

This text has color #77AA72 on white background.



Black color preview on #77AA72 background

This text has black color on #77AA72 background.


White color preview on #77AA72 background

This text has white color on #77AA72 background.