COLOR #77C895

HEX: #77C895 RGB: (119,200,149)

Color info

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

RGB color model

#77C895 color RGB value is (119,200,149).

RGB: (119,200,149) (47%, 78%, 58%)

RGB channels and saturation

R 119 of 255 = 47%
G 200 of 255 = 78%
B 149 of 255 = 58%

119
200
149

R + G + B ~ 61%. #77C895 is quite light color.

Portions of RGB colors in percentages

R + G + B = 119 + 200 + 149 = 468 (100%)
R 119 of 468 ~ 25.43%
G 200 of 468 ~ 42.74%
B 149 of 468 ~ 31.84'%

%25.43
%42.74
%31.84

CMYK color model

#77C895 color CMYK value is (41,0,26,22).

  • cyan value is 40.50%
  • magenta value is 0.00%
  • yellow value is 25.50%
  • key color value is 21.57%

CMYK: (41,0,26,22)
C41M0Y26K22 (41%, 0%, 26%, 22%)
(0.41 / 0.00 / 0.26 / 0.22)

CMYK percentages

%40.5
%0
%25.5
%21.57

Codes

Color #77C895 in popluar color models

77 C8 95
RGB 119 200 149
HSL 142° 42.41% 62.55%
HSB/HSV 142° 40.50% 78.43%
CMYK 40.50% 0.00% 25.50%
21.57%

Color #77C895 in popluar number systems.

HEX 77 C8 95
Decimal 119 200 149
Binary 1110111 11001000 10010101
Octal 167 310 225

Shades and tints

Shades of #77C895

#77C895
(119,200,149)
#6DB688
(109,182,136)
#63A47B
(99,164,123)
#59926E
(89,146,110)
#4F8061
(79,128,97)
#456E54
(69,110,84)
#3B5C47
(59,92,71)
#314A3A
(49,74,58)
#27382D
(39,56,45)
#1D2620
(29,38,32)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #77C895

#77C895
(119,200,149)
#83CD9E
(131,205,158)
#8FD2A7
(143,210,167)
#9BD7B0
(155,215,176)
#A7DCB9
(167,220,185)
#B3E1C2
(179,225,194)
#BFE6CB
(191,230,203)
#CBEBD4
(203,235,212)
#D7F0DD
(215,240,221)
#E3F5E6
(227,245,230)
#EFFAEF
(239,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77C895 color. Also use rgb(119,200,149) instead hex code.

Text Font Color

.myTextColor { color: #77C895; }

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

This text font color is #77C895.

Background Color

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

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

This div background color is #77C895.

Border color

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

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

This div border color is #77C895.

Opacity

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

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

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

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

This text has shadow with #77C895 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77C895.

Preview

Color preview on black background

This text has color #77C895 on black background.


Color preview on white background

This text has color #77C895 on white background.


Black color preview on #77C895 background

This text has black color on #77C895 background.


White color preview on #77C895 background

This text has white color on #77C895 background.


Related colors

Complementary color

Complementary color for #hex is #88376A.


I love getcolorcode.com

Triadic colors

1 #9577C8 and #C89577 with #77C895 are triadic colors.

2 #95C877 and #C87795 with #77C895 are triadic colors.