COLOR #77C8AA

HEX: #77C8AA
RGB: (119,200,170)

Color info

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

RGB color model

#77C8AA color RGB value is (119,200,170).

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

RGB channels and saturation

R 119 of 255 = 47%
G 200 of 255 = 78%
B 170 of 255 = 67%

119
200
170

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

Portions of RGB colors in percentages

R + G + B =
119 + 200 + 170 = 489 (100%)
R 119 of 489 ~ 24.34%
G 200 of 489 ~ 40.9%
B 170 of 489 ~ 34.76%

%24.34
%40.9
%34.76

CMYK color model

#77C8AA color CMYK value is (41,0,15,22).

  • cyan value is 40.50%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 21.57%
CMYK:
(41,0,15,22)
C41M0Y15K22 
(41%,0%,15%,22%)
(0.41/0.00/0.15/0.22)	

CMYK percentages

%40.5
%0
%15
%21.57

Codes

Color #77C8AA in popluar color models

77C8AA
RGB119200170
HSL158°42.41%62.55%
HSB/HSV158°40.50%78.43%
CMYK40.50%0.00%15.00%
21.57%

Color #77C8AA in popluar number systems.

HEX77C8AA
Decimal119200170
Binary11101111100100010101010
Octal167310252

Shades and tints

Shades of #77C8AA

#77C8AA
(119,200,170)
#6DB69B
(109,182,155)
#63A48C
(99,164,140)
#59927D
(89,146,125)
#4F806E
(79,128,110)
#456E5F
(69,110,95)
#3B5C50
(59,92,80)
#314A41
(49,74,65)
#273832
(39,56,50)
#1D2623
(29,38,35)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #77C8AA

#77C8AA
(119,200,170)
#83CDB1
(131,205,177)
#8FD2B8
(143,210,184)
#9BD7BF
(155,215,191)
#A7DCC6
(167,220,198)
#B3E1CD
(179,225,205)
#BFE6D4
(191,230,212)
#CBEBDB
(203,235,219)
#D7F0E2
(215,240,226)
#E3F5E9
(227,245,233)
#EFFAF0
(239,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77C8AA; }

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

This text font color is #77C8AA.


Background Color

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

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

This div background color is #77C8AA.


Border color

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

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

This div border color is #77C8AA.


Opacity

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

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

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

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

This text has shadow with #77C8AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77C8AA on black background.


Color preview on white background

This text has color #77C8AA on white background.



Black color preview on #77C8AA background

This text has black color on #77C8AA background.


White color preview on #77C8AA background

This text has white color on #77C8AA background.