COLOR #77E6A5

HEX: #77E6A5
RGB: (119,230,165)

Color info

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

RGB color model

#77E6A5 color RGB value is (119,230,165).

  • red value is 119;
  • green value is 230;
  • blue value is 165.
RGB:
(119,230,165)
(47%,90%,65%)

RGB channels and saturation

R 119 of 255 = 47%
G 230 of 255 = 90%
B 165 of 255 = 65%

119
230
165

R + G + B ~ 67%. #77E6A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 230 + 165 = 514 (100%)
R 119 of 514 ~ 23.15%
G 230 of 514 ~ 44.75%
B 165 of 514 ~ 32.1%

%23.15
%44.75
%32.1

CMYK color model

#77E6A5 color CMYK value is (48,0,28,10).

  • cyan value is 48.26%
  • magenta value is 0.00%
  • yellow value is 28.26%
  • key color value is 9.80%
CMYK:
(48,0,28,10)
C48M0Y28K10 
(48%,0%,28%,10%)
(0.48/0.00/0.28/0.10)	

CMYK percentages

%48.26
%0
%28.26
%9.8

Codes

Color #77E6A5 in popluar color models

77E6A5
RGB119230165
HSL145°68.94%68.43%
HSB/HSV145°48.26%90.20%
CMYK48.26%0.00%28.26%
9.80%

Color #77E6A5 in popluar number systems.

HEX77E6A5
Decimal119230165
Binary11101111110011010100101
Octal167346245

Shades and tints

Shades of #77E6A5

#77E6A5
(119,230,165)
#6DD296
(109,210,150)
#63BE87
(99,190,135)
#59AA78
(89,170,120)
#4F9669
(79,150,105)
#45825A
(69,130,90)
#3B6E4B
(59,110,75)
#315A3C
(49,90,60)
#27462D
(39,70,45)
#1D321E
(29,50,30)
#131E0F
(19,30,15)
#000000
(0,0,0)

Tints of #77E6A5

#77E6A5
(119,230,165)
#83E8AD
(131,232,173)
#8FEAB5
(143,234,181)
#9BECBD
(155,236,189)
#A7EEC5
(167,238,197)
#B3F0CD
(179,240,205)
#BFF2D5
(191,242,213)
#CBF4DD
(203,244,221)
#D7F6E5
(215,246,229)
#E3F8ED
(227,248,237)
#EFFAF5
(239,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77E6A5 color. Also use rgb(119,230,165) instead hex code.

Text Font Color

.myTextColor { color: #77E6A5; }

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

This text font color is #77E6A5.


Background Color

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

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

This div background color is #77E6A5.


Border color

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

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

This div border color is #77E6A5.


Opacity

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

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

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

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

This text has shadow with #77E6A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77E6A5 on black background.


Color preview on white background

This text has color #77E6A5 on white background.



Black color preview on #77E6A5 background

This text has black color on #77E6A5 background.


White color preview on #77E6A5 background

This text has white color on #77E6A5 background.