COLOR #77D5C7

HEX: #77D5C7
RGB: (119,213,199)

Color info

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

RGB color model

#77D5C7 color RGB value is (119,213,199).

  • red value is 119;
  • green value is 213;
  • blue value is 199.
RGB:
(119,213,199)
(47%,84%,78%)

RGB channels and saturation

R 119 of 255 = 47%
G 213 of 255 = 84%
B 199 of 255 = 78%

119
213
199

R + G + B ~ 70%. #77D5C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 213 + 199 = 531 (100%)
R 119 of 531 ~ 22.41%
G 213 of 531 ~ 40.11%
B 199 of 531 ~ 37.48%

%22.41
%40.11
%37.48

CMYK color model

#77D5C7 color CMYK value is (44,0,7,16).

  • cyan value is 44.13%
  • magenta value is 0.00%
  • yellow value is 6.57%
  • key color value is 16.47%
CMYK:
(44,0,7,16)
C44M0Y7K16 
(44%,0%,7%,16%)
(0.44/0.00/0.07/0.16)	

CMYK percentages

%44.13
%0
%6.57
%16.47

Codes

Color #77D5C7 in popluar color models

77D5C7
RGB119213199
HSL171°52.81%65.10%
HSB/HSV171°44.13%83.53%
CMYK44.13%0.00%6.57%
16.47%

Color #77D5C7 in popluar number systems.

HEX77D5C7
Decimal119213199
Binary11101111101010111000111
Octal167325307

Shades and tints

Shades of #77D5C7

#77D5C7
(119,213,199)
#6DC2B5
(109,194,181)
#63AFA3
(99,175,163)
#599C91
(89,156,145)
#4F897F
(79,137,127)
#45766D
(69,118,109)
#3B635B
(59,99,91)
#315049
(49,80,73)
#273D37
(39,61,55)
#1D2A25
(29,42,37)
#131713
(19,23,19)
#000000
(0,0,0)

Tints of #77D5C7

#77D5C7
(119,213,199)
#83D8CC
(131,216,204)
#8FDBD1
(143,219,209)
#9BDED6
(155,222,214)
#A7E1DB
(167,225,219)
#B3E4E0
(179,228,224)
#BFE7E5
(191,231,229)
#CBEAEA
(203,234,234)
#D7EDEF
(215,237,239)
#E3F0F4
(227,240,244)
#EFF3F9
(239,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77D5C7 color. Also use rgb(119,213,199) instead hex code.

Text Font Color

.myTextColor { color: #77D5C7; }

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

This text font color is #77D5C7.


Background Color

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

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

This div background color is #77D5C7.


Border color

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

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

This div border color is #77D5C7.


Opacity

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

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

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

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

This text has shadow with #77D5C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77D5C7 on black background.


Color preview on white background

This text has color #77D5C7 on white background.



Black color preview on #77D5C7 background

This text has black color on #77D5C7 background.


White color preview on #77D5C7 background

This text has white color on #77D5C7 background.