COLOR #77AE7C

HEX: #77AE7C RGB: (119,174,124)

Color info

#77AE7C contains red, green and blue colors in about the same proportion. Web safe color of #77AE7C is #669966 (or #696).

RGB color model

#77AE7C color RGB value is (119,174,124).

RGB: (119,174,124) (47%, 68%, 49%)

RGB channels and saturation

R 119 of 255 = 47%
G 174 of 255 = 68%
B 124 of 255 = 49%

119
174
124

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

Portions of RGB colors in percentages

R + G + B = 119 + 174 + 124 = 417 (100%)
R 119 of 417 ~ 28.54%
G 174 of 417 ~ 41.73%
B 124 of 417 ~ 29.74'%

%28.54
%41.73
%29.74

CMYK color model

#77AE7C color CMYK value is (32,0,29,32).

  • cyan value is 31.61%
  • magenta value is 0.00%
  • yellow value is 28.74%
  • key color value is 31.76%

CMYK: (32,0,29,32)
C32M0Y29K32 (32%, 0%, 29%, 32%)
(0.32 / 0.00 / 0.29 / 0.32)

CMYK percentages

%31.61
%0
%28.74
%31.76

Codes

Color #77AE7C in popluar color models

77 AE 7C
RGB 119 174 124
HSL 125° 25.35% 57.45%
HSB/HSV 125° 31.61% 68.24%
CMYK 31.61% 0.00% 28.74%
31.76%

Color #77AE7C in popluar number systems.

HEX 77 AE 7C
Decimal 119 174 124
Binary 1110111 10101110 1111100
Octal 167 256 174

Shades and tints

Shades of #77AE7C

#77AE7C
(119,174,124)
#6D9F71
(109,159,113)
#639066
(99,144,102)
#59815B
(89,129,91)
#4F7250
(79,114,80)
#456345
(69,99,69)
#3B543A
(59,84,58)
#31452F
(49,69,47)
#273624
(39,54,36)
#1D2719
(29,39,25)
#13180E
(19,24,14)
#000000
(0,0,0)

Tints of #77AE7C

#77AE7C
(119,174,124)
#83B587
(131,181,135)
#8FBC92
(143,188,146)
#9BC39D
(155,195,157)
#A7CAA8
(167,202,168)
#B3D1B3
(179,209,179)
#BFD8BE
(191,216,190)
#CBDFC9
(203,223,201)
#D7E6D4
(215,230,212)
#E3EDDF
(227,237,223)
#EFF4EA
(239,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77AE7C; }

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

This text font color is #77AE7C.

Background Color

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

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

This div background color is #77AE7C.

Border color

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

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

This div border color is #77AE7C.

Opacity

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

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

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

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

This text has shadow with #77AE7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77AE7C.

Preview

Color preview on black background

This text has color #77AE7C on black background.


Color preview on white background

This text has color #77AE7C on white background.


Black color preview on #77AE7C background

This text has black color on #77AE7C background.


White color preview on #77AE7C background

This text has white color on #77AE7C background.


Related colors

Complementary color

Complementary color for #hex is #885183.


I love getcolorcode.com

Triadic colors

1 #7C77AE and #AE7C77 with #77AE7C are triadic colors.

2 #7CAE77 and #AE777C with #77AE7C are triadic colors.