COLOR #77C4CA

HEX: #77C4CA RGB: (119,196,202)

Color info

#77C4CA contains mainly green and blue colors. Web safe color of #77C4CA is #66CCCC (or #6CC).

RGB color model

#77C4CA color RGB value is (119,196,202).

RGB: (119,196,202) (47%, 77%, 79%)

RGB channels and saturation

R 119 of 255 = 47%
G 196 of 255 = 77%
B 202 of 255 = 79%

119
196
202

R + G + B ~ 68%. #77C4CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 119 + 196 + 202 = 517 (100%)
R 119 of 517 ~ 23.02%
G 196 of 517 ~ 37.91%
B 202 of 517 ~ 39.07'%

%23.02
%37.91
%39.07

CMYK color model

#77C4CA color CMYK value is (41,3,0,21).

  • cyan value is 41.09%
  • magenta value is 2.97%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (41,3,0,21)
C41M3Y0K21 (41%, 3%, 0%, 21%)
(0.41 / 0.03 / 0.00 / 0.21)

CMYK percentages

%41.09
%2.97
%0
%20.78

Codes

Color #77C4CA in popluar color models

77 C4 CA
RGB 119 196 202
HSL 184° 43.92% 62.94%
HSB/HSV 184° 41.09% 79.22%
CMYK 41.09% 2.97% 0.00%
20.78%

Color #77C4CA in popluar number systems.

HEX 77 C4 CA
Decimal 119 196 202
Binary 1110111 11000100 11001010
Octal 167 304 312

Shades and tints

Shades of #77C4CA

#77C4CA
(119,196,202)
#6DB3B8
(109,179,184)
#63A2A6
(99,162,166)
#599194
(89,145,148)
#4F8082
(79,128,130)
#456F70
(69,111,112)
#3B5E5E
(59,94,94)
#314D4C
(49,77,76)
#273C3A
(39,60,58)
#1D2B28
(29,43,40)
#131A16
(19,26,22)
#000000
(0,0,0)

Tints of #77C4CA

#77C4CA
(119,196,202)
#83C9CE
(131,201,206)
#8FCED2
(143,206,210)
#9BD3D6
(155,211,214)
#A7D8DA
(167,216,218)
#B3DDDE
(179,221,222)
#BFE2E2
(191,226,226)
#CBE7E6
(203,231,230)
#D7ECEA
(215,236,234)
#E3F1EE
(227,241,238)
#EFF6F2
(239,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77C4CA; }

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

This text font color is #77C4CA.

Background Color

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

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

This div background color is #77C4CA.

Border color

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

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

This div border color is #77C4CA.

Opacity

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

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

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

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

This text has shadow with #77C4CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77C4CA.

Preview

Color preview on black background

This text has color #77C4CA on black background.


Color preview on white background

This text has color #77C4CA on white background.


Black color preview on #77C4CA background

This text has black color on #77C4CA background.


White color preview on #77C4CA background

This text has white color on #77C4CA background.


Related colors

Complementary color

Complementary color for #hex is #883B35.


I love getcolorcode.com

Triadic colors

1 #CA77C4 and #C4CA77 with #77C4CA are triadic colors.

2 #CAC477 and #C477CA with #77C4CA are triadic colors.