COLOR #77AF72

HEX: #77AF72
RGB: (119,175,114)

Color info

#77AF72 contains mainly red and green colors. Web safe color of #77AF72 is #669966 (or #696).

RGB color model

#77AF72 color RGB value is (119,175,114).

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

RGB channels and saturation

R 119 of 255 = 47%
G 175 of 255 = 69%
B 114 of 255 = 45%

119
175
114

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

Portions of RGB colors in percentages

R + G + B =
119 + 175 + 114 = 408 (100%)
R 119 of 408 ~ 29.17%
G 175 of 408 ~ 42.89%
B 114 of 408 ~ 27.94%

%29.17
%42.89
%27.94

CMYK color model

#77AF72 color CMYK value is (32,0,35,31).

  • cyan value is 32.00%
  • magenta value is 0.00%
  • yellow value is 34.86%
  • key color value is 31.37%
CMYK:
(32,0,35,31)
C32M0Y35K31 
(32%,0%,35%,31%)
(0.32/0.00/0.35/0.31)	

CMYK percentages

%32
%0
%34.86
%31.37

Codes

Color #77AF72 in popluar color models

77AF72
RGB119175114
HSL115°27.60%56.67%
HSB/HSV115°34.86%68.63%
CMYK32.00%0.00%34.86%
31.37%

Color #77AF72 in popluar number systems.

HEX77AF72
Decimal119175114
Binary1110111101011111110010
Octal167257162

Shades and tints

Shades of #77AF72

#77AF72
(119,175,114)
#6DA068
(109,160,104)
#63915E
(99,145,94)
#598254
(89,130,84)
#4F734A
(79,115,74)
#456440
(69,100,64)
#3B5536
(59,85,54)
#31462C
(49,70,44)
#273722
(39,55,34)
#1D2818
(29,40,24)
#13190E
(19,25,14)
#000000
(0,0,0)

Tints of #77AF72

#77AF72
(119,175,114)
#83B67E
(131,182,126)
#8FBD8A
(143,189,138)
#9BC496
(155,196,150)
#A7CBA2
(167,203,162)
#B3D2AE
(179,210,174)
#BFD9BA
(191,217,186)
#CBE0C6
(203,224,198)
#D7E7D2
(215,231,210)
#E3EEDE
(227,238,222)
#EFF5EA
(239,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77AF72; }

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

This text font color is #77AF72.


Background Color

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

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

This div background color is #77AF72.


Border color

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

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

This div border color is #77AF72.


Opacity

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

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

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

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

This text has shadow with #77AF72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77AF72 on black background.


Color preview on white background

This text has color #77AF72 on white background.



Black color preview on #77AF72 background

This text has black color on #77AF72 background.


White color preview on #77AF72 background

This text has white color on #77AF72 background.