COLOR #77AD72

HEX: #77AD72
RGB: (119,173,114)

Color info

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

RGB color model

#77AD72 color RGB value is (119,173,114).

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

RGB channels and saturation

R 119 of 255 = 47%
G 173 of 255 = 68%
B 114 of 255 = 45%

119
173
114

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

Portions of RGB colors in percentages

R + G + B =
119 + 173 + 114 = 406 (100%)
R 119 of 406 ~ 29.31%
G 173 of 406 ~ 42.61%
B 114 of 406 ~ 28.08%

%29.31
%42.61
%28.08

CMYK color model

#77AD72 color CMYK value is (31,0,34,32).

  • cyan value is 31.21%
  • magenta value is 0.00%
  • yellow value is 34.10%
  • key color value is 32.16%
CMYK:
(31,0,34,32)
C31M0Y34K32 
(31%,0%,34%,32%)
(0.31/0.00/0.34/0.32)	

CMYK percentages

%31.21
%0
%34.1
%32.16

Codes

Color #77AD72 in popluar color models

77AD72
RGB119173114
HSL115°26.46%56.27%
HSB/HSV115°34.10%67.84%
CMYK31.21%0.00%34.10%
32.16%

Color #77AD72 in popluar number systems.

HEX77AD72
Decimal119173114
Binary1110111101011011110010
Octal167255162

Shades and tints

Shades of #77AD72

#77AD72
(119,173,114)
#6D9E68
(109,158,104)
#638F5E
(99,143,94)
#598054
(89,128,84)
#4F714A
(79,113,74)
#456240
(69,98,64)
#3B5336
(59,83,54)
#31442C
(49,68,44)
#273522
(39,53,34)
#1D2618
(29,38,24)
#13170E
(19,23,14)
#000000
(0,0,0)

Tints of #77AD72

#77AD72
(119,173,114)
#83B47E
(131,180,126)
#8FBB8A
(143,187,138)
#9BC296
(155,194,150)
#A7C9A2
(167,201,162)
#B3D0AE
(179,208,174)
#BFD7BA
(191,215,186)
#CBDEC6
(203,222,198)
#D7E5D2
(215,229,210)
#E3ECDE
(227,236,222)
#EFF3EA
(239,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77AD72; }

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

This text font color is #77AD72.


Background Color

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

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

This div background color is #77AD72.


Border color

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

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

This div border color is #77AD72.


Opacity

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

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

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

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

This text has shadow with #77AD72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77AD72 on black background.


Color preview on white background

This text has color #77AD72 on white background.



Black color preview on #77AD72 background

This text has black color on #77AD72 background.


White color preview on #77AD72 background

This text has white color on #77AD72 background.