COLOR #77AD81

HEX: #77AD81
RGB: (119,173,129)

Color info

#77AD81 contains red, green and blue colors in about the same proportion. Web safe color of #77AD81 is #669999 (or #699).

RGB color model

#77AD81 color RGB value is (119,173,129).

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

RGB channels and saturation

R 119 of 255 = 47%
G 173 of 255 = 68%
B 129 of 255 = 51%

119
173
129

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

Portions of RGB colors in percentages

R + G + B =
119 + 173 + 129 = 421 (100%)
R 119 of 421 ~ 28.27%
G 173 of 421 ~ 41.09%
B 129 of 421 ~ 30.64%

%28.27
%41.09
%30.64

CMYK color model

#77AD81 color CMYK value is (31,0,25,32).

  • cyan value is 31.21%
  • magenta value is 0.00%
  • yellow value is 25.43%
  • key color value is 32.16%
CMYK:
(31,0,25,32)
C31M0Y25K32 
(31%,0%,25%,32%)
(0.31/0.00/0.25/0.32)	

CMYK percentages

%31.21
%0
%25.43
%32.16

Codes

Color #77AD81 in popluar color models

77AD81
RGB119173129
HSL131°24.77%57.25%
HSB/HSV131°31.21%67.84%
CMYK31.21%0.00%25.43%
32.16%

Color #77AD81 in popluar number systems.

HEX77AD81
Decimal119173129
Binary11101111010110110000001
Octal167255201

Shades and tints

Shades of #77AD81

#77AD81
(119,173,129)
#6D9E76
(109,158,118)
#638F6B
(99,143,107)
#598060
(89,128,96)
#4F7155
(79,113,85)
#45624A
(69,98,74)
#3B533F
(59,83,63)
#314434
(49,68,52)
#273529
(39,53,41)
#1D261E
(29,38,30)
#131713
(19,23,19)
#000000
(0,0,0)

Tints of #77AD81

#77AD81
(119,173,129)
#83B48C
(131,180,140)
#8FBB97
(143,187,151)
#9BC2A2
(155,194,162)
#A7C9AD
(167,201,173)
#B3D0B8
(179,208,184)
#BFD7C3
(191,215,195)
#CBDECE
(203,222,206)
#D7E5D9
(215,229,217)
#E3ECE4
(227,236,228)
#EFF3EF
(239,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77AD81; }

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

This text font color is #77AD81.


Background Color

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

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

This div background color is #77AD81.


Border color

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

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

This div border color is #77AD81.


Opacity

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

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

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

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

This text has shadow with #77AD81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77AD81 on black background.


Color preview on white background

This text has color #77AD81 on white background.



Black color preview on #77AD81 background

This text has black color on #77AD81 background.


White color preview on #77AD81 background

This text has white color on #77AD81 background.