COLOR #77AE87

HEX: #77AE87
RGB: (119,174,135)

Color info

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

RGB color model

#77AE87 color RGB value is (119,174,135).

  • red value is 119;
  • green value is 174;
  • blue value is 135.
RGB:
(119,174,135)
(47%,68%,53%)

RGB channels and saturation

R 119 of 255 = 47%
G 174 of 255 = 68%
B 135 of 255 = 53%

119
174
135

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

Portions of RGB colors in percentages

R + G + B =
119 + 174 + 135 = 428 (100%)
R 119 of 428 ~ 27.8%
G 174 of 428 ~ 40.65%
B 135 of 428 ~ 31.54%

%27.8
%40.65
%31.54

CMYK color model

#77AE87 color CMYK value is (32,0,22,32).

  • cyan value is 31.61%
  • magenta value is 0.00%
  • yellow value is 22.41%
  • key color value is 31.76%
CMYK:
(32,0,22,32)
C32M0Y22K32 
(32%,0%,22%,32%)
(0.32/0.00/0.22/0.32)	

CMYK percentages

%31.61
%0
%22.41
%31.76

Codes

Color #77AE87 in popluar color models

77AE87
RGB119174135
HSL137°25.35%57.45%
HSB/HSV137°31.61%68.24%
CMYK31.61%0.00%22.41%
31.76%

Color #77AE87 in popluar number systems.

HEX77AE87
Decimal119174135
Binary11101111010111010000111
Octal167256207

Shades and tints

Shades of #77AE87

#77AE87
(119,174,135)
#6D9F7B
(109,159,123)
#63906F
(99,144,111)
#598163
(89,129,99)
#4F7257
(79,114,87)
#45634B
(69,99,75)
#3B543F
(59,84,63)
#314533
(49,69,51)
#273627
(39,54,39)
#1D271B
(29,39,27)
#13180F
(19,24,15)
#000000
(0,0,0)

Tints of #77AE87

#77AE87
(119,174,135)
#83B591
(131,181,145)
#8FBC9B
(143,188,155)
#9BC3A5
(155,195,165)
#A7CAAF
(167,202,175)
#B3D1B9
(179,209,185)
#BFD8C3
(191,216,195)
#CBDFCD
(203,223,205)
#D7E6D7
(215,230,215)
#E3EDE1
(227,237,225)
#EFF4EB
(239,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77AE87 color. Also use rgb(119,174,135) instead hex code.

Text Font Color

.myTextColor { color: #77AE87; }

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

This text font color is #77AE87.


Background Color

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

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

This div background color is #77AE87.


Border color

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

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

This div border color is #77AE87.


Opacity

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

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

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

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

This text has shadow with #77AE87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77AE87 on black background.


Color preview on white background

This text has color #77AE87 on white background.



Black color preview on #77AE87 background

This text has black color on #77AE87 background.


White color preview on #77AE87 background

This text has white color on #77AE87 background.