COLOR #77C9AA

HEX: #77C9AA
RGB: (119,201,170)

Color info

#77C9AA contains mainly green and blue colors. Web safe color of #77C9AA is #66CC99 (or #6C9).

RGB color model

#77C9AA color RGB value is (119,201,170).

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

RGB channels and saturation

R 119 of 255 = 47%
G 201 of 255 = 79%
B 170 of 255 = 67%

119
201
170

R + G + B ~ 64%. #77C9AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 201 + 170 = 490 (100%)
R 119 of 490 ~ 24.29%
G 201 of 490 ~ 41.02%
B 170 of 490 ~ 34.69%

%24.29
%41.02
%34.69

CMYK color model

#77C9AA color CMYK value is (41,0,15,21).

  • cyan value is 40.80%
  • magenta value is 0.00%
  • yellow value is 15.42%
  • key color value is 21.18%
CMYK:
(41,0,15,21)
C41M0Y15K21 
(41%,0%,15%,21%)
(0.41/0.00/0.15/0.21)	

CMYK percentages

%40.8
%0
%15.42
%21.18

Codes

Color #77C9AA in popluar color models

77C9AA
RGB119201170
HSL157°43.16%62.75%
HSB/HSV157°40.80%78.82%
CMYK40.80%0.00%15.42%
21.18%

Color #77C9AA in popluar number systems.

HEX77C9AA
Decimal119201170
Binary11101111100100110101010
Octal167311252

Shades and tints

Shades of #77C9AA

#77C9AA
(119,201,170)
#6DB79B
(109,183,155)
#63A58C
(99,165,140)
#59937D
(89,147,125)
#4F816E
(79,129,110)
#456F5F
(69,111,95)
#3B5D50
(59,93,80)
#314B41
(49,75,65)
#273932
(39,57,50)
#1D2723
(29,39,35)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #77C9AA

#77C9AA
(119,201,170)
#83CDB1
(131,205,177)
#8FD1B8
(143,209,184)
#9BD5BF
(155,213,191)
#A7D9C6
(167,217,198)
#B3DDCD
(179,221,205)
#BFE1D4
(191,225,212)
#CBE5DB
(203,229,219)
#D7E9E2
(215,233,226)
#E3EDE9
(227,237,233)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77C9AA; }

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

This text font color is #77C9AA.


Background Color

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

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

This div background color is #77C9AA.


Border color

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

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

This div border color is #77C9AA.


Opacity

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

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

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

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

This text has shadow with #77C9AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77C9AA on black background.


Color preview on white background

This text has color #77C9AA on white background.



Black color preview on #77C9AA background

This text has black color on #77C9AA background.


White color preview on #77C9AA background

This text has white color on #77C9AA background.