COLOR #77ADA9

HEX: #77ADA9
RGB: (119,173,169)

Color info

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

RGB color model

#77ADA9 color RGB value is (119,173,169).

  • red value is 119;
  • green value is 173;
  • blue value is 169.
RGB:
(119,173,169)
(47%,68%,66%)

RGB channels and saturation

R 119 of 255 = 47%
G 173 of 255 = 68%
B 169 of 255 = 66%

119
173
169

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

Portions of RGB colors in percentages

R + G + B =
119 + 173 + 169 = 461 (100%)
R 119 of 461 ~ 25.81%
G 173 of 461 ~ 37.53%
B 169 of 461 ~ 36.66%

%25.81
%37.53
%36.66

CMYK color model

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

  • cyan value is 31.21%
  • magenta value is 0.00%
  • yellow value is 2.31%
  • 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
%2.31
%32.16

Codes

Color #77ADA9 in popluar color models

77ADA9
RGB119173169
HSL176°24.77%57.25%
HSB/HSV176°31.21%67.84%
CMYK31.21%0.00%2.31%
32.16%

Color #77ADA9 in popluar number systems.

HEX77ADA9
Decimal119173169
Binary11101111010110110101001
Octal167255251

Shades and tints

Shades of #77ADA9

#77ADA9
(119,173,169)
#6D9E9A
(109,158,154)
#638F8B
(99,143,139)
#59807C
(89,128,124)
#4F716D
(79,113,109)
#45625E
(69,98,94)
#3B534F
(59,83,79)
#314440
(49,68,64)
#273531
(39,53,49)
#1D2622
(29,38,34)
#131713
(19,23,19)
#000000
(0,0,0)

Tints of #77ADA9

#77ADA9
(119,173,169)
#83B4B0
(131,180,176)
#8FBBB7
(143,187,183)
#9BC2BE
(155,194,190)
#A7C9C5
(167,201,197)
#B3D0CC
(179,208,204)
#BFD7D3
(191,215,211)
#CBDEDA
(203,222,218)
#D7E5E1
(215,229,225)
#E3ECE8
(227,236,232)
#EFF3EF
(239,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77ADA9; }

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

This text font color is #77ADA9.


Background Color

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

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

This div background color is #77ADA9.


Border color

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

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

This div border color is #77ADA9.


Opacity

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

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

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

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

This text has shadow with #77ADA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77ADA9 on black background.


Color preview on white background

This text has color #77ADA9 on white background.



Black color preview on #77ADA9 background

This text has black color on #77ADA9 background.


White color preview on #77ADA9 background

This text has white color on #77ADA9 background.