COLOR #77AE7F

HEX: #77AE7F
RGB: (119,174,127)

Color info

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

RGB color model

#77AE7F color RGB value is (119,174,127).

  • red value is 119;
  • green value is 174;
  • blue value is 127.
RGB:
(119,174,127)
(47%,68%,50%)

RGB channels and saturation

R 119 of 255 = 47%
G 174 of 255 = 68%
B 127 of 255 = 50%

119
174
127

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

Portions of RGB colors in percentages

R + G + B =
119 + 174 + 127 = 420 (100%)
R 119 of 420 ~ 28.33%
G 174 of 420 ~ 41.43%
B 127 of 420 ~ 30.24%

%28.33
%41.43
%30.24

CMYK color model

#77AE7F color CMYK value is (32,0,27,32).

  • cyan value is 31.61%
  • magenta value is 0.00%
  • yellow value is 27.01%
  • key color value is 31.76%
CMYK:
(32,0,27,32)
C32M0Y27K32 
(32%,0%,27%,32%)
(0.32/0.00/0.27/0.32)	

CMYK percentages

%31.61
%0
%27.01
%31.76

Codes

Color #77AE7F in popluar color models

77AE7F
RGB119174127
HSL129°25.35%57.45%
HSB/HSV129°31.61%68.24%
CMYK31.61%0.00%27.01%
31.76%

Color #77AE7F in popluar number systems.

HEX77AE7F
Decimal119174127
Binary1110111101011101111111
Octal167256177

Shades and tints

Shades of #77AE7F

#77AE7F
(119,174,127)
#6D9F74
(109,159,116)
#639069
(99,144,105)
#59815E
(89,129,94)
#4F7253
(79,114,83)
#456348
(69,99,72)
#3B543D
(59,84,61)
#314532
(49,69,50)
#273627
(39,54,39)
#1D271C
(29,39,28)
#131811
(19,24,17)
#000000
(0,0,0)

Tints of #77AE7F

#77AE7F
(119,174,127)
#83B58A
(131,181,138)
#8FBC95
(143,188,149)
#9BC3A0
(155,195,160)
#A7CAAB
(167,202,171)
#B3D1B6
(179,209,182)
#BFD8C1
(191,216,193)
#CBDFCC
(203,223,204)
#D7E6D7
(215,230,215)
#E3EDE2
(227,237,226)
#EFF4ED
(239,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77AE7F color. Also use rgb(119,174,127) instead hex code.

Text Font Color

.myTextColor { color: #77AE7F; }

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

This text font color is #77AE7F.


Background Color

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

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

This div background color is #77AE7F.


Border color

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

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

This div border color is #77AE7F.


Opacity

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

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

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

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

This text has shadow with #77AE7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77AE7F on black background.


Color preview on white background

This text has color #77AE7F on white background.



Black color preview on #77AE7F background

This text has black color on #77AE7F background.


White color preview on #77AE7F background

This text has white color on #77AE7F background.