COLOR #77A992

HEX: #77A992 RGB: (119,169,146)

Color info

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

RGB color model

#77A992 color RGB value is (119,169,146).

RGB: (119,169,146) (47%, 66%, 57%)

RGB channels and saturation

R 119 of 255 = 47%
G 169 of 255 = 66%
B 146 of 255 = 57%

119
169
146

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

Portions of RGB colors in percentages

R + G + B = 119 + 169 + 146 = 434 (100%)
R 119 of 434 ~ 27.42%
G 169 of 434 ~ 38.94%
B 146 of 434 ~ 33.64'%

%27.42
%38.94
%33.64

CMYK color model

#77A992 color CMYK value is (30,0,14,34).

  • cyan value is 29.59%
  • magenta value is 0.00%
  • yellow value is 13.61%
  • key color value is 33.73%

CMYK: (30,0,14,34)
C30M0Y14K34 (30%, 0%, 14%, 34%)
(0.30 / 0.00 / 0.14 / 0.34)

CMYK percentages

%29.59
%0
%13.61
%33.73

Codes

Color #77A992 in popluar color models

77 A9 92
RGB 119 169 146
HSL 152° 22.52% 56.47%
HSB/HSV 152° 29.59% 66.27%
CMYK 29.59% 0.00% 13.61%
33.73%

Color #77A992 in popluar number systems.

HEX 77 A9 92
Decimal 119 169 146
Binary 1110111 10101001 10010010
Octal 167 251 222

Shades and tints

Shades of #77A992

#77A992
(119,169,146)
#6D9A85
(109,154,133)
#638B78
(99,139,120)
#597C6B
(89,124,107)
#4F6D5E
(79,109,94)
#455E51
(69,94,81)
#3B4F44
(59,79,68)
#314037
(49,64,55)
#27312A
(39,49,42)
#1D221D
(29,34,29)
#131310
(19,19,16)
#000000
(0,0,0)

Tints of #77A992

#77A992
(119,169,146)
#83B09B
(131,176,155)
#8FB7A4
(143,183,164)
#9BBEAD
(155,190,173)
#A7C5B6
(167,197,182)
#B3CCBF
(179,204,191)
#BFD3C8
(191,211,200)
#CBDAD1
(203,218,209)
#D7E1DA
(215,225,218)
#E3E8E3
(227,232,227)
#EFEFEC
(239,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77A992; }

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

This text font color is #77A992.

Background Color

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

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

This div background color is #77A992.

Border color

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

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

This div border color is #77A992.

Opacity

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

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

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

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

This text has shadow with #77A992 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77A992.

Preview

Color preview on black background

This text has color #77A992 on black background.


Color preview on white background

This text has color #77A992 on white background.


Black color preview on #77A992 background

This text has black color on #77A992 background.


White color preview on #77A992 background

This text has white color on #77A992 background.


Related colors

Complementary color

Complementary color for #hex is #88566D.


I love getcolorcode.com

Triadic colors

1 #9277A9 and #A99277 with #77A992 are triadic colors.

2 #92A977 and #A97792 with #77A992 are triadic colors.