COLOR #77AE92

HEX: #77AE92 RGB: (119,174,146)

Color info

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

RGB color model

#77AE92 color RGB value is (119,174,146).

RGB: (119,174,146) (47%, 68%, 57%)

RGB channels and saturation

R 119 of 255 = 47%
G 174 of 255 = 68%
B 146 of 255 = 57%

119
174
146

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

Portions of RGB colors in percentages

R + G + B = 119 + 174 + 146 = 439 (100%)
R 119 of 439 ~ 27.11%
G 174 of 439 ~ 39.64%
B 146 of 439 ~ 33.26'%

%27.11
%39.64
%33.26

CMYK color model

#77AE92 color CMYK value is (32,0,16,32).

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

CMYK: (32,0,16,32)
C32M0Y16K32 (32%, 0%, 16%, 32%)
(0.32 / 0.00 / 0.16 / 0.32)

CMYK percentages

%31.61
%0
%16.09
%31.76

Codes

Color #77AE92 in popluar color models

77 AE 92
RGB 119 174 146
HSL 149° 25.35% 57.45%
HSB/HSV 149° 31.61% 68.24%
CMYK 31.61% 0.00% 16.09%
31.76%

Color #77AE92 in popluar number systems.

HEX 77 AE 92
Decimal 119 174 146
Binary 1110111 10101110 10010010
Octal 167 256 222

Shades and tints

Shades of #77AE92

#77AE92
(119,174,146)
#6D9F85
(109,159,133)
#639078
(99,144,120)
#59816B
(89,129,107)
#4F725E
(79,114,94)
#456351
(69,99,81)
#3B5444
(59,84,68)
#314537
(49,69,55)
#27362A
(39,54,42)
#1D271D
(29,39,29)
#131810
(19,24,16)
#000000
(0,0,0)

Tints of #77AE92

#77AE92
(119,174,146)
#83B59B
(131,181,155)
#8FBCA4
(143,188,164)
#9BC3AD
(155,195,173)
#A7CAB6
(167,202,182)
#B3D1BF
(179,209,191)
#BFD8C8
(191,216,200)
#CBDFD1
(203,223,209)
#D7E6DA
(215,230,218)
#E3EDE3
(227,237,227)
#EFF4EC
(239,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77AE92; }

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

This text font color is #77AE92.

Background Color

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

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

This div background color is #77AE92.

Border color

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

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

This div border color is #77AE92.

Opacity

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

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

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

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

This text has shadow with #77AE92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77AE92.

Preview

Color preview on black background

This text has color #77AE92 on black background.


Color preview on white background

This text has color #77AE92 on white background.


Black color preview on #77AE92 background

This text has black color on #77AE92 background.


White color preview on #77AE92 background

This text has white color on #77AE92 background.


Related colors

Complementary color

Complementary color for #hex is #88516D.


I love getcolorcode.com

Triadic colors

1 #9277AE and #AE9277 with #77AE92 are triadic colors.

2 #92AE77 and #AE7792 with #77AE92 are triadic colors.