COLOR #77D2AC

HEX: #77D2AC RGB: (119,210,172)

Color info

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

RGB color model

#77D2AC color RGB value is (119,210,172).

RGB: (119,210,172) (47%, 82%, 67%)

RGB channels and saturation

R 119 of 255 = 47%
G 210 of 255 = 82%
B 172 of 255 = 67%

119
210
172

R + G + B ~ 65%. #77D2AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 119 + 210 + 172 = 501 (100%)
R 119 of 501 ~ 23.75%
G 210 of 501 ~ 41.92%
B 172 of 501 ~ 34.33'%

%23.75
%41.92
%34.33

CMYK color model

#77D2AC color CMYK value is (43,0,18,18).

  • cyan value is 43.33%
  • magenta value is 0.00%
  • yellow value is 18.10%
  • key color value is 17.65%

CMYK: (43,0,18,18)
C43M0Y18K18 (43%, 0%, 18%, 18%)
(0.43 / 0.00 / 0.18 / 0.18)

CMYK percentages

%43.33
%0
%18.1
%17.65

Codes

Color #77D2AC in popluar color models

77 D2 AC
RGB 119 210 172
HSL 155° 50.28% 64.51%
HSB/HSV 155° 43.33% 82.35%
CMYK 43.33% 0.00% 18.10%
17.65%

Color #77D2AC in popluar number systems.

HEX 77 D2 AC
Decimal 119 210 172
Binary 1110111 11010010 10101100
Octal 167 322 254

Shades and tints

Shades of #77D2AC

#77D2AC
(119,210,172)
#6DBF9D
(109,191,157)
#63AC8E
(99,172,142)
#59997F
(89,153,127)
#4F8670
(79,134,112)
#457361
(69,115,97)
#3B6052
(59,96,82)
#314D43
(49,77,67)
#273A34
(39,58,52)
#1D2725
(29,39,37)
#131416
(19,20,22)
#000000
(0,0,0)

Tints of #77D2AC

#77D2AC
(119,210,172)
#83D6B3
(131,214,179)
#8FDABA
(143,218,186)
#9BDEC1
(155,222,193)
#A7E2C8
(167,226,200)
#B3E6CF
(179,230,207)
#BFEAD6
(191,234,214)
#CBEEDD
(203,238,221)
#D7F2E4
(215,242,228)
#E3F6EB
(227,246,235)
#EFFAF2
(239,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77D2AC color. Also use rgb(119,210,172) instead hex code.

Text Font Color

.myTextColor { color: #77D2AC; }

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

This text font color is #77D2AC.

Background Color

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

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

This div background color is #77D2AC.

Border color

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

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

This div border color is #77D2AC.

Opacity

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

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

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

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

This text has shadow with #77D2AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77D2AC.

Preview

Color preview on black background

This text has color #77D2AC on black background.


Color preview on white background

This text has color #77D2AC on white background.


Black color preview on #77D2AC background

This text has black color on #77D2AC background.


White color preview on #77D2AC background

This text has white color on #77D2AC background.


Related colors

Complementary color

Complementary color for #hex is #882D53.


I love getcolorcode.com

Triadic colors

1 #AC77D2 and #D2AC77 with #77D2AC are triadic colors.

2 #ACD277 and #D277AC with #77D2AC are triadic colors.