COLOR #77ADAA

HEX: #77ADAA RGB: (119,173,170)

Color info

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

RGB color model

#77ADAA color RGB value is (119,173,170).

RGB: (119,173,170) (47%, 68%, 67%)

RGB channels and saturation

R 119 of 255 = 47%
G 173 of 255 = 68%
B 170 of 255 = 67%

119
173
170

R + G + B ~ 61%. #77ADAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 119 + 173 + 170 = 462 (100%)
R 119 of 462 ~ 25.76%
G 173 of 462 ~ 37.45%
B 170 of 462 ~ 36.8'%

%25.76
%37.45
%36.8

CMYK color model

#77ADAA color CMYK value is (31,0,2,32).

  • cyan value is 31.21%
  • magenta value is 0.00%
  • yellow value is 1.73%
  • key color value is 32.16%

CMYK: (31,0,2,32)
C31M0Y2K32 (31%, 0%, 2%, 32%)
(0.31 / 0.00 / 0.02 / 0.32)

CMYK percentages

%31.21
%0
%1.73
%32.16

Codes

Color #77ADAA in popluar color models

77 AD AA
RGB 119 173 170
HSL 177° 24.77% 57.25%
HSB/HSV 177° 31.21% 67.84%
CMYK 31.21% 0.00% 1.73%
32.16%

Color #77ADAA in popluar number systems.

HEX 77 AD AA
Decimal 119 173 170
Binary 1110111 10101101 10101010
Octal 167 255 252

Shades and tints

Shades of #77ADAA

#77ADAA
(119,173,170)
#6D9E9B
(109,158,155)
#638F8C
(99,143,140)
#59807D
(89,128,125)
#4F716E
(79,113,110)
#45625F
(69,98,95)
#3B5350
(59,83,80)
#314441
(49,68,65)
#273532
(39,53,50)
#1D2623
(29,38,35)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #77ADAA

#77ADAA
(119,173,170)
#83B4B1
(131,180,177)
#8FBBB8
(143,187,184)
#9BC2BF
(155,194,191)
#A7C9C6
(167,201,198)
#B3D0CD
(179,208,205)
#BFD7D4
(191,215,212)
#CBDEDB
(203,222,219)
#D7E5E2
(215,229,226)
#E3ECE9
(227,236,233)
#EFF3F0
(239,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77ADAA; }

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

This text font color is #77ADAA.

Background Color

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

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

This div background color is #77ADAA.

Border color

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

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

This div border color is #77ADAA.

Opacity

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

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

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

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

This text has shadow with #77ADAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77ADAA.

Preview

Color preview on black background

This text has color #77ADAA on black background.


Color preview on white background

This text has color #77ADAA on white background.


Black color preview on #77ADAA background

This text has black color on #77ADAA background.


White color preview on #77ADAA background

This text has white color on #77ADAA background.


Related colors

Complementary color

Complementary color for #hex is #885255.


I love getcolorcode.com

Triadic colors

1 #AA77AD and #ADAA77 with #77ADAA are triadic colors.

2 #AAAD77 and #AD77AA with #77ADAA are triadic colors.