COLOR #77A1AA

HEX: #77A1AA
RGB: (119,161,170)

Color info

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

RGB color model

#77A1AA color RGB value is (119,161,170).

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

RGB channels and saturation

R 119 of 255 = 47%
G 161 of 255 = 63%
B 170 of 255 = 67%

119
161
170

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

Portions of RGB colors in percentages

R + G + B =
119 + 161 + 170 = 450 (100%)
R 119 of 450 ~ 26.44%
G 161 of 450 ~ 35.78%
B 170 of 450 ~ 37.78%

%26.44
%35.78
%37.78

CMYK color model

#77A1AA color CMYK value is (30,5,0,33).

  • cyan value is 30.00%
  • magenta value is 5.29%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(30,5,0,33)
C30M5Y0K33 
(30%,5%,0%,33%)
(0.30/0.05/0.00/0.33)	

CMYK percentages

%30
%5.29
%0
%33.33

Codes

Color #77A1AA in popluar color models

77A1AA
RGB119161170
HSL191°23.08%56.67%
HSB/HSV191°30.00%66.67%
CMYK30.00%5.29%0.00%
33.33%

Color #77A1AA in popluar number systems.

HEX77A1AA
Decimal119161170
Binary11101111010000110101010
Octal167241252

Shades and tints

Shades of #77A1AA

#77A1AA
(119,161,170)
#6D939B
(109,147,155)
#63858C
(99,133,140)
#59777D
(89,119,125)
#4F696E
(79,105,110)
#455B5F
(69,91,95)
#3B4D50
(59,77,80)
#313F41
(49,63,65)
#273132
(39,49,50)
#1D2323
(29,35,35)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #77A1AA

#77A1AA
(119,161,170)
#83A9B1
(131,169,177)
#8FB1B8
(143,177,184)
#9BB9BF
(155,185,191)
#A7C1C6
(167,193,198)
#B3C9CD
(179,201,205)
#BFD1D4
(191,209,212)
#CBD9DB
(203,217,219)
#D7E1E2
(215,225,226)
#E3E9E9
(227,233,233)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77A1AA; }

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

This text font color is #77A1AA.


Background Color

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

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

This div background color is #77A1AA.


Border color

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

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

This div border color is #77A1AA.


Opacity

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

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

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

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

This text has shadow with #77A1AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A1AA on black background.


Color preview on white background

This text has color #77A1AA on white background.



Black color preview on #77A1AA background

This text has black color on #77A1AA background.


White color preview on #77A1AA background

This text has white color on #77A1AA background.