COLOR #77DD9E

HEX: #77DD9E
RGB: (119,221,158)

Color info

#77DD9E contains mainly green color. Web safe color of #77DD9E is #66CC99 (or #6C9).

RGB color model

#77DD9E color RGB value is (119,221,158).

  • red value is 119;
  • green value is 221;
  • blue value is 158.
RGB:
(119,221,158)
(47%,87%,62%)

RGB channels and saturation

R 119 of 255 = 47%
G 221 of 255 = 87%
B 158 of 255 = 62%

119
221
158

R + G + B ~ 65%. #77DD9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 221 + 158 = 498 (100%)
R 119 of 498 ~ 23.9%
G 221 of 498 ~ 44.38%
B 158 of 498 ~ 31.73%

%23.9
%44.38
%31.73

CMYK color model

#77DD9E color CMYK value is (46,0,29,13).

  • cyan value is 46.15%
  • magenta value is 0.00%
  • yellow value is 28.51%
  • key color value is 13.33%
CMYK:
(46,0,29,13)
C46M0Y29K13 
(46%,0%,29%,13%)
(0.46/0.00/0.29/0.13)	

CMYK percentages

%46.15
%0
%28.51
%13.33

Codes

Color #77DD9E in popluar color models

77DD9E
RGB119221158
HSL143°60.00%66.67%
HSB/HSV143°46.15%86.67%
CMYK46.15%0.00%28.51%
13.33%

Color #77DD9E in popluar number systems.

HEX77DD9E
Decimal119221158
Binary11101111101110110011110
Octal167335236

Shades and tints

Shades of #77DD9E

#77DD9E
(119,221,158)
#6DC990
(109,201,144)
#63B582
(99,181,130)
#59A174
(89,161,116)
#4F8D66
(79,141,102)
#457958
(69,121,88)
#3B654A
(59,101,74)
#31513C
(49,81,60)
#273D2E
(39,61,46)
#1D2920
(29,41,32)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #77DD9E

#77DD9E
(119,221,158)
#83E0A6
(131,224,166)
#8FE3AE
(143,227,174)
#9BE6B6
(155,230,182)
#A7E9BE
(167,233,190)
#B3ECC6
(179,236,198)
#BFEFCE
(191,239,206)
#CBF2D6
(203,242,214)
#D7F5DE
(215,245,222)
#E3F8E6
(227,248,230)
#EFFBEE
(239,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77DD9E color. Also use rgb(119,221,158) instead hex code.

Text Font Color

.myTextColor { color: #77DD9E; }

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

This text font color is #77DD9E.


Background Color

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

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

This div background color is #77DD9E.


Border color

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

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

This div border color is #77DD9E.


Opacity

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

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

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

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

This text has shadow with #77DD9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77DD9E on black background.


Color preview on white background

This text has color #77DD9E on white background.



Black color preview on #77DD9E background

This text has black color on #77DD9E background.


White color preview on #77DD9E background

This text has white color on #77DD9E background.