COLOR #77B981

HEX: #77B981
RGB: (119,185,129)

Color info

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

RGB color model

#77B981 color RGB value is (119,185,129).

  • red value is 119;
  • green value is 185;
  • blue value is 129.
RGB:
(119,185,129)
(47%,73%,51%)

RGB channels and saturation

R 119 of 255 = 47%
G 185 of 255 = 73%
B 129 of 255 = 51%

119
185
129

R + G + B ~ 57%. #77B981 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 185 + 129 = 433 (100%)
R 119 of 433 ~ 27.48%
G 185 of 433 ~ 42.73%
B 129 of 433 ~ 29.79%

%27.48
%42.73
%29.79

CMYK color model

#77B981 color CMYK value is (36,0,30,27).

  • cyan value is 35.68%
  • magenta value is 0.00%
  • yellow value is 30.27%
  • key color value is 27.45%
CMYK:
(36,0,30,27)
C36M0Y30K27 
(36%,0%,30%,27%)
(0.36/0.00/0.30/0.27)	

CMYK percentages

%35.68
%0
%30.27
%27.45

Codes

Color #77B981 in popluar color models

77B981
RGB119185129
HSL129°32.04%59.61%
HSB/HSV129°35.68%72.55%
CMYK35.68%0.00%30.27%
27.45%

Color #77B981 in popluar number systems.

HEX77B981
Decimal119185129
Binary11101111011100110000001
Octal167271201

Shades and tints

Shades of #77B981

#77B981
(119,185,129)
#6DA976
(109,169,118)
#63996B
(99,153,107)
#598960
(89,137,96)
#4F7955
(79,121,85)
#45694A
(69,105,74)
#3B593F
(59,89,63)
#314934
(49,73,52)
#273929
(39,57,41)
#1D291E
(29,41,30)
#131913
(19,25,19)
#000000
(0,0,0)

Tints of #77B981

#77B981
(119,185,129)
#83BF8C
(131,191,140)
#8FC597
(143,197,151)
#9BCBA2
(155,203,162)
#A7D1AD
(167,209,173)
#B3D7B8
(179,215,184)
#BFDDC3
(191,221,195)
#CBE3CE
(203,227,206)
#D7E9D9
(215,233,217)
#E3EFE4
(227,239,228)
#EFF5EF
(239,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77B981 color. Also use rgb(119,185,129) instead hex code.

Text Font Color

.myTextColor { color: #77B981; }

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

This text font color is #77B981.


Background Color

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

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

This div background color is #77B981.


Border color

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

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

This div border color is #77B981.


Opacity

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

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

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

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

This text has shadow with #77B981 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77B981 on black background.


Color preview on white background

This text has color #77B981 on white background.



Black color preview on #77B981 background

This text has black color on #77B981 background.


White color preview on #77B981 background

This text has white color on #77B981 background.