COLOR #77D69F

HEX: #77D69F RGB: (119,214,159)

Color info

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

RGB color model

#77D69F color RGB value is (119,214,159).

RGB: (119,214,159) (47%, 84%, 62%)

RGB channels and saturation

R 119 of 255 = 47%
G 214 of 255 = 84%
B 159 of 255 = 62%

119
214
159

R + G + B ~ 64%. #77D69F is quite light color.

Portions of RGB colors in percentages

R + G + B = 119 + 214 + 159 = 492 (100%)
R 119 of 492 ~ 24.19%
G 214 of 492 ~ 43.5%
B 159 of 492 ~ 32.32'%

%24.19
%43.5
%32.32

CMYK color model

#77D69F color CMYK value is (44,0,26,16).

  • cyan value is 44.39%
  • magenta value is 0.00%
  • yellow value is 25.70%
  • key color value is 16.08%

CMYK: (44,0,26,16)
C44M0Y26K16 (44%, 0%, 26%, 16%)
(0.44 / 0.00 / 0.26 / 0.16)

CMYK percentages

%44.39
%0
%25.7
%16.08

Codes

Color #77D69F in popluar color models

77 D6 9F
RGB 119 214 159
HSL 145° 53.67% 65.29%
HSB/HSV 145° 44.39% 83.92%
CMYK 44.39% 0.00% 25.70%
16.08%

Color #77D69F in popluar number systems.

HEX 77 D6 9F
Decimal 119 214 159
Binary 1110111 11010110 10011111
Octal 167 326 237

Shades and tints

Shades of #77D69F

#77D69F
(119,214,159)
#6DC391
(109,195,145)
#63B083
(99,176,131)
#599D75
(89,157,117)
#4F8A67
(79,138,103)
#457759
(69,119,89)
#3B644B
(59,100,75)
#31513D
(49,81,61)
#273E2F
(39,62,47)
#1D2B21
(29,43,33)
#131813
(19,24,19)
#000000
(0,0,0)

Tints of #77D69F

#77D69F
(119,214,159)
#83D9A7
(131,217,167)
#8FDCAF
(143,220,175)
#9BDFB7
(155,223,183)
#A7E2BF
(167,226,191)
#B3E5C7
(179,229,199)
#BFE8CF
(191,232,207)
#CBEBD7
(203,235,215)
#D7EEDF
(215,238,223)
#E3F1E7
(227,241,231)
#EFF4EF
(239,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77D69F color. Also use rgb(119,214,159) instead hex code.

Text Font Color

.myTextColor { color: #77D69F; }

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

This text font color is #77D69F.

Background Color

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

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

This div background color is #77D69F.

Border color

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

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

This div border color is #77D69F.

Opacity

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

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

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

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

This text has shadow with #77D69F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77D69F.

Preview

Color preview on black background

This text has color #77D69F on black background.


Color preview on white background

This text has color #77D69F on white background.


Black color preview on #77D69F background

This text has black color on #77D69F background.


White color preview on #77D69F background

This text has white color on #77D69F background.


Related colors

Complementary color

Complementary color for #hex is #882960.


I love getcolorcode.com

Triadic colors

1 #9F77D6 and #D69F77 with #77D69F are triadic colors.

2 #9FD677 and #D6779F with #77D69F are triadic colors.