COLOR #77DCB2

HEX: #77DCB2
RGB: (119,220,178)

Color info

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

RGB color model

#77DCB2 color RGB value is (119,220,178).

  • red value is 119;
  • green value is 220;
  • blue value is 178.
RGB:
(119,220,178)
(47%,86%,70%)

RGB channels and saturation

R 119 of 255 = 47%
G 220 of 255 = 86%
B 178 of 255 = 70%

119
220
178

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

Portions of RGB colors in percentages

R + G + B =
119 + 220 + 178 = 517 (100%)
R 119 of 517 ~ 23.02%
G 220 of 517 ~ 42.55%
B 178 of 517 ~ 34.43%

%23.02
%42.55
%34.43

CMYK color model

#77DCB2 color CMYK value is (46,0,19,14).

  • cyan value is 45.91%
  • magenta value is 0.00%
  • yellow value is 19.09%
  • key color value is 13.73%
CMYK:
(46,0,19,14)
C46M0Y19K14 
(46%,0%,19%,14%)
(0.46/0.00/0.19/0.14)	

CMYK percentages

%45.91
%0
%19.09
%13.73

Codes

Color #77DCB2 in popluar color models

77DCB2
RGB119220178
HSL155°59.06%66.47%
HSB/HSV155°45.91%86.27%
CMYK45.91%0.00%19.09%
13.73%

Color #77DCB2 in popluar number systems.

HEX77DCB2
Decimal119220178
Binary11101111101110010110010
Octal167334262

Shades and tints

Shades of #77DCB2

#77DCB2
(119,220,178)
#6DC8A2
(109,200,162)
#63B492
(99,180,146)
#59A082
(89,160,130)
#4F8C72
(79,140,114)
#457862
(69,120,98)
#3B6452
(59,100,82)
#315042
(49,80,66)
#273C32
(39,60,50)
#1D2822
(29,40,34)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #77DCB2

#77DCB2
(119,220,178)
#83DFB9
(131,223,185)
#8FE2C0
(143,226,192)
#9BE5C7
(155,229,199)
#A7E8CE
(167,232,206)
#B3EBD5
(179,235,213)
#BFEEDC
(191,238,220)
#CBF1E3
(203,241,227)
#D7F4EA
(215,244,234)
#E3F7F1
(227,247,241)
#EFFAF8
(239,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77DCB2 color. Also use rgb(119,220,178) instead hex code.

Text Font Color

.myTextColor { color: #77DCB2; }

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

This text font color is #77DCB2.


Background Color

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

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

This div background color is #77DCB2.


Border color

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

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

This div border color is #77DCB2.


Opacity

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

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

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

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

This text has shadow with #77DCB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77DCB2 on black background.


Color preview on white background

This text has color #77DCB2 on white background.



Black color preview on #77DCB2 background

This text has black color on #77DCB2 background.


White color preview on #77DCB2 background

This text has white color on #77DCB2 background.