COLOR #77AA8D

HEX: #77AA8D
RGB: (119,170,141)

Color info

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

RGB color model

#77AA8D color RGB value is (119,170,141).

  • red value is 119;
  • green value is 170;
  • blue value is 141.
RGB:
(119,170,141)
(47%,67%,55%)

RGB channels and saturation

R 119 of 255 = 47%
G 170 of 255 = 67%
B 141 of 255 = 55%

119
170
141

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

Portions of RGB colors in percentages

R + G + B =
119 + 170 + 141 = 430 (100%)
R 119 of 430 ~ 27.67%
G 170 of 430 ~ 39.53%
B 141 of 430 ~ 32.79%

%27.67
%39.53
%32.79

CMYK color model

#77AA8D color CMYK value is (30,0,17,33).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 17.06%
  • key color value is 33.33%
CMYK:
(30,0,17,33)
C30M0Y17K33 
(30%,0%,17%,33%)
(0.30/0.00/0.17/0.33)	

CMYK percentages

%30
%0
%17.06
%33.33

Codes

Color #77AA8D in popluar color models

77AA8D
RGB119170141
HSL146°23.08%56.67%
HSB/HSV146°30.00%66.67%
CMYK30.00%0.00%17.06%
33.33%

Color #77AA8D in popluar number systems.

HEX77AA8D
Decimal119170141
Binary11101111010101010001101
Octal167252215

Shades and tints

Shades of #77AA8D

#77AA8D
(119,170,141)
#6D9B81
(109,155,129)
#638C75
(99,140,117)
#597D69
(89,125,105)
#4F6E5D
(79,110,93)
#455F51
(69,95,81)
#3B5045
(59,80,69)
#314139
(49,65,57)
#27322D
(39,50,45)
#1D2321
(29,35,33)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #77AA8D

#77AA8D
(119,170,141)
#83B197
(131,177,151)
#8FB8A1
(143,184,161)
#9BBFAB
(155,191,171)
#A7C6B5
(167,198,181)
#B3CDBF
(179,205,191)
#BFD4C9
(191,212,201)
#CBDBD3
(203,219,211)
#D7E2DD
(215,226,221)
#E3E9E7
(227,233,231)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77AA8D color. Also use rgb(119,170,141) instead hex code.

Text Font Color

.myTextColor { color: #77AA8D; }

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

This text font color is #77AA8D.


Background Color

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

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

This div background color is #77AA8D.


Border color

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

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

This div border color is #77AA8D.


Opacity

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

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

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

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

This text has shadow with #77AA8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77AA8D on black background.


Color preview on white background

This text has color #77AA8D on white background.



Black color preview on #77AA8D background

This text has black color on #77AA8D background.


White color preview on #77AA8D background

This text has white color on #77AA8D background.