COLOR #77C4AB

HEX: #77C4AB
RGB: (119,196,171)

Color info

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

RGB color model

#77C4AB color RGB value is (119,196,171).

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

RGB channels and saturation

R 119 of 255 = 47%
G 196 of 255 = 77%
B 171 of 255 = 67%

119
196
171

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

Portions of RGB colors in percentages

R + G + B =
119 + 196 + 171 = 486 (100%)
R 119 of 486 ~ 24.49%
G 196 of 486 ~ 40.33%
B 171 of 486 ~ 35.19%

%24.49
%40.33
%35.19

CMYK color model

#77C4AB color CMYK value is (39,0,13,23).

  • cyan value is 39.29%
  • magenta value is 0.00%
  • yellow value is 12.76%
  • key color value is 23.14%
CMYK:
(39,0,13,23)
C39M0Y13K23 
(39%,0%,13%,23%)
(0.39/0.00/0.13/0.23)	

CMYK percentages

%39.29
%0
%12.76
%23.14

Codes

Color #77C4AB in popluar color models

77C4AB
RGB119196171
HSL161°39.49%61.76%
HSB/HSV161°39.29%76.86%
CMYK39.29%0.00%12.76%
23.14%

Color #77C4AB in popluar number systems.

HEX77C4AB
Decimal119196171
Binary11101111100010010101011
Octal167304253

Shades and tints

Shades of #77C4AB

#77C4AB
(119,196,171)
#6DB39C
(109,179,156)
#63A28D
(99,162,141)
#59917E
(89,145,126)
#4F806F
(79,128,111)
#456F60
(69,111,96)
#3B5E51
(59,94,81)
#314D42
(49,77,66)
#273C33
(39,60,51)
#1D2B24
(29,43,36)
#131A15
(19,26,21)
#000000
(0,0,0)

Tints of #77C4AB

#77C4AB
(119,196,171)
#83C9B2
(131,201,178)
#8FCEB9
(143,206,185)
#9BD3C0
(155,211,192)
#A7D8C7
(167,216,199)
#B3DDCE
(179,221,206)
#BFE2D5
(191,226,213)
#CBE7DC
(203,231,220)
#D7ECE3
(215,236,227)
#E3F1EA
(227,241,234)
#EFF6F1
(239,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77C4AB; }

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

This text font color is #77C4AB.


Background Color

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

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

This div background color is #77C4AB.


Border color

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

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

This div border color is #77C4AB.


Opacity

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

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

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

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

This text has shadow with #77C4AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77C4AB on black background.


Color preview on white background

This text has color #77C4AB on white background.



Black color preview on #77C4AB background

This text has black color on #77C4AB background.


White color preview on #77C4AB background

This text has white color on #77C4AB background.