COLOR #77BA81

HEX: #77BA81
RGB: (119,186,129)

Color info

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

RGB color model

#77BA81 color RGB value is (119,186,129).

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

RGB channels and saturation

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

119
186
129

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

Portions of RGB colors in percentages

R + G + B =
119 + 186 + 129 = 434 (100%)
R 119 of 434 ~ 27.42%
G 186 of 434 ~ 42.86%
B 129 of 434 ~ 29.72%

%27.42
%42.86
%29.72

CMYK color model

#77BA81 color CMYK value is (36,0,31,27).

  • cyan value is 36.02%
  • magenta value is 0.00%
  • yellow value is 30.65%
  • key color value is 27.06%
CMYK:
(36,0,31,27)
C36M0Y31K27 
(36%,0%,31%,27%)
(0.36/0.00/0.31/0.27)	

CMYK percentages

%36.02
%0
%30.65
%27.06

Codes

Color #77BA81 in popluar color models

77BA81
RGB119186129
HSL129°32.68%59.80%
HSB/HSV129°36.02%72.94%
CMYK36.02%0.00%30.65%
27.06%

Color #77BA81 in popluar number systems.

HEX77BA81
Decimal119186129
Binary11101111011101010000001
Octal167272201

Shades and tints

Shades of #77BA81

#77BA81
(119,186,129)
#6DAA76
(109,170,118)
#639A6B
(99,154,107)
#598A60
(89,138,96)
#4F7A55
(79,122,85)
#456A4A
(69,106,74)
#3B5A3F
(59,90,63)
#314A34
(49,74,52)
#273A29
(39,58,41)
#1D2A1E
(29,42,30)
#131A13
(19,26,19)
#000000
(0,0,0)

Tints of #77BA81

#77BA81
(119,186,129)
#83C08C
(131,192,140)
#8FC697
(143,198,151)
#9BCCA2
(155,204,162)
#A7D2AD
(167,210,173)
#B3D8B8
(179,216,184)
#BFDEC3
(191,222,195)
#CBE4CE
(203,228,206)
#D7EAD9
(215,234,217)
#E3F0E4
(227,240,228)
#EFF6EF
(239,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77BA81; }

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

This text font color is #77BA81.


Background Color

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

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

This div background color is #77BA81.


Border color

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

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

This div border color is #77BA81.


Opacity

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

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

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

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

This text has shadow with #77BA81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77BA81 on black background.


Color preview on white background

This text has color #77BA81 on white background.



Black color preview on #77BA81 background

This text has black color on #77BA81 background.


White color preview on #77BA81 background

This text has white color on #77BA81 background.