COLOR #77D5D2

HEX: #77D5D2
RGB: (119,213,210)

Color info

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

RGB color model

#77D5D2 color RGB value is (119,213,210).

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

RGB channels and saturation

R 119 of 255 = 47%
G 213 of 255 = 84%
B 210 of 255 = 82%

119
213
210

R + G + B ~ 71%. #77D5D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 213 + 210 = 542 (100%)
R 119 of 542 ~ 21.96%
G 213 of 542 ~ 39.3%
B 210 of 542 ~ 38.75%

%21.96
%39.3
%38.75

CMYK color model

#77D5D2 color CMYK value is (44,0,1,16).

  • cyan value is 44.13%
  • magenta value is 0.00%
  • yellow value is 1.41%
  • key color value is 16.47%
CMYK:
(44,0,1,16)
C44M0Y1K16 
(44%,0%,1%,16%)
(0.44/0.00/0.01/0.16)	

CMYK percentages

%44.13
%0
%1.41
%16.47

Codes

Color #77D5D2 in popluar color models

77D5D2
RGB119213210
HSL178°52.81%65.10%
HSB/HSV178°44.13%83.53%
CMYK44.13%0.00%1.41%
16.47%

Color #77D5D2 in popluar number systems.

HEX77D5D2
Decimal119213210
Binary11101111101010111010010
Octal167325322

Shades and tints

Shades of #77D5D2

#77D5D2
(119,213,210)
#6DC2BF
(109,194,191)
#63AFAC
(99,175,172)
#599C99
(89,156,153)
#4F8986
(79,137,134)
#457673
(69,118,115)
#3B6360
(59,99,96)
#31504D
(49,80,77)
#273D3A
(39,61,58)
#1D2A27
(29,42,39)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #77D5D2

#77D5D2
(119,213,210)
#83D8D6
(131,216,214)
#8FDBDA
(143,219,218)
#9BDEDE
(155,222,222)
#A7E1E2
(167,225,226)
#B3E4E6
(179,228,230)
#BFE7EA
(191,231,234)
#CBEAEE
(203,234,238)
#D7EDF2
(215,237,242)
#E3F0F6
(227,240,246)
#EFF3FA
(239,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77D5D2; }

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

This text font color is #77D5D2.


Background Color

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

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

This div background color is #77D5D2.


Border color

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

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

This div border color is #77D5D2.


Opacity

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

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

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

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

This text has shadow with #77D5D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77D5D2 on black background.


Color preview on white background

This text has color #77D5D2 on white background.



Black color preview on #77D5D2 background

This text has black color on #77D5D2 background.


White color preview on #77D5D2 background

This text has white color on #77D5D2 background.