COLOR #77CFA6

HEX: #77CFA6 RGB: (119,207,166)

Color info

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

RGB color model

#77CFA6 color RGB value is (119,207,166).

RGB: (119,207,166) (47%, 81%, 65%)

RGB channels and saturation

R 119 of 255 = 47%
G 207 of 255 = 81%
B 166 of 255 = 65%

119
207
166

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

Portions of RGB colors in percentages

R + G + B = 119 + 207 + 166 = 492 (100%)
R 119 of 492 ~ 24.19%
G 207 of 492 ~ 42.07%
B 166 of 492 ~ 33.74'%

%24.19
%42.07
%33.74

CMYK color model

#77CFA6 color CMYK value is (43,0,20,19).

  • cyan value is 42.51%
  • magenta value is 0.00%
  • yellow value is 19.81%
  • key color value is 18.82%

CMYK: (43,0,20,19)
C43M0Y20K19 (43%, 0%, 20%, 19%)
(0.43 / 0.00 / 0.20 / 0.19)

CMYK percentages

%42.51
%0
%19.81
%18.82

Codes

Color #77CFA6 in popluar color models

77 CF A6
RGB 119 207 166
HSL 152° 47.83% 63.92%
HSB/HSV 152° 42.51% 81.18%
CMYK 42.51% 0.00% 19.81%
18.82%

Color #77CFA6 in popluar number systems.

HEX 77 CF A6
Decimal 119 207 166
Binary 1110111 11001111 10100110
Octal 167 317 246

Shades and tints

Shades of #77CFA6

#77CFA6
(119,207,166)
#6DBD97
(109,189,151)
#63AB88
(99,171,136)
#599979
(89,153,121)
#4F876A
(79,135,106)
#45755B
(69,117,91)
#3B634C
(59,99,76)
#31513D
(49,81,61)
#273F2E
(39,63,46)
#1D2D1F
(29,45,31)
#131B10
(19,27,16)
#000000
(0,0,0)

Tints of #77CFA6

#77CFA6
(119,207,166)
#83D3AE
(131,211,174)
#8FD7B6
(143,215,182)
#9BDBBE
(155,219,190)
#A7DFC6
(167,223,198)
#B3E3CE
(179,227,206)
#BFE7D6
(191,231,214)
#CBEBDE
(203,235,222)
#D7EFE6
(215,239,230)
#E3F3EE
(227,243,238)
#EFF7F6
(239,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77CFA6 color. Also use rgb(119,207,166) instead hex code.

Text Font Color

.myTextColor { color: #77CFA6; }

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

This text font color is #77CFA6.

Background Color

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

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

This div background color is #77CFA6.

Border color

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

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

This div border color is #77CFA6.

Opacity

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

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

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

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

This text has shadow with #77CFA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77CFA6.

Preview

Color preview on black background

This text has color #77CFA6 on black background.


Color preview on white background

This text has color #77CFA6 on white background.


Black color preview on #77CFA6 background

This text has black color on #77CFA6 background.


White color preview on #77CFA6 background

This text has white color on #77CFA6 background.


Related colors

Complementary color

Complementary color for #hex is #883059.


I love getcolorcode.com

Triadic colors

1 #A677CF and #CFA677 with #77CFA6 are triadic colors.

2 #A6CF77 and #CF77A6 with #77CFA6 are triadic colors.