COLOR #77C2AB

HEX: #77C2AB
RGB: (119,194,171)

Color info

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

RGB color model

#77C2AB color RGB value is (119,194,171).

  • red value is 119;
  • green value is 194;
  • blue value is 171.
RGB:
(119,194,171)
(47%,76%,67%)

RGB channels and saturation

R 119 of 255 = 47%
G 194 of 255 = 76%
B 171 of 255 = 67%

119
194
171

R + G + B ~ 63%. #77C2AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 194 + 171 = 484 (100%)
R 119 of 484 ~ 24.59%
G 194 of 484 ~ 40.08%
B 171 of 484 ~ 35.33%

%24.59
%40.08
%35.33

CMYK color model

#77C2AB color CMYK value is (39,0,12,24).

  • cyan value is 38.66%
  • magenta value is 0.00%
  • yellow value is 11.86%
  • key color value is 23.92%
CMYK:
(39,0,12,24)
C39M0Y12K24 
(39%,0%,12%,24%)
(0.39/0.00/0.12/0.24)	

CMYK percentages

%38.66
%0
%11.86
%23.92

Codes

Color #77C2AB in popluar color models

77C2AB
RGB119194171
HSL162°38.07%61.37%
HSB/HSV162°38.66%76.08%
CMYK38.66%0.00%11.86%
23.92%

Color #77C2AB in popluar number systems.

HEX77C2AB
Decimal119194171
Binary11101111100001010101011
Octal167302253

Shades and tints

Shades of #77C2AB

#77C2AB
(119,194,171)
#6DB19C
(109,177,156)
#63A08D
(99,160,141)
#598F7E
(89,143,126)
#4F7E6F
(79,126,111)
#456D60
(69,109,96)
#3B5C51
(59,92,81)
#314B42
(49,75,66)
#273A33
(39,58,51)
#1D2924
(29,41,36)
#131815
(19,24,21)
#000000
(0,0,0)

Tints of #77C2AB

#77C2AB
(119,194,171)
#83C7B2
(131,199,178)
#8FCCB9
(143,204,185)
#9BD1C0
(155,209,192)
#A7D6C7
(167,214,199)
#B3DBCE
(179,219,206)
#BFE0D5
(191,224,213)
#CBE5DC
(203,229,220)
#D7EAE3
(215,234,227)
#E3EFEA
(227,239,234)
#EFF4F1
(239,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77C2AB color. Also use rgb(119,194,171) instead hex code.

Text Font Color

.myTextColor { color: #77C2AB; }

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

This text font color is #77C2AB.


Background Color

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

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

This div background color is #77C2AB.


Border color

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

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

This div border color is #77C2AB.


Opacity

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

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

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

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

This text has shadow with #77C2AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77C2AB on black background.


Color preview on white background

This text has color #77C2AB on white background.



Black color preview on #77C2AB background

This text has black color on #77C2AB background.


White color preview on #77C2AB background

This text has white color on #77C2AB background.