COLOR #77ADA8

HEX: #77ADA8
RGB: (119,173,168)

Color info

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

RGB color model

#77ADA8 color RGB value is (119,173,168).

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

RGB channels and saturation

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

119
173
168

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

Portions of RGB colors in percentages

R + G + B =
119 + 173 + 168 = 460 (100%)
R 119 of 460 ~ 25.87%
G 173 of 460 ~ 37.61%
B 168 of 460 ~ 36.52%

%25.87
%37.61
%36.52

CMYK color model

#77ADA8 color CMYK value is (31,0,3,32).

  • cyan value is 31.21%
  • magenta value is 0.00%
  • yellow value is 2.89%
  • key color value is 32.16%
CMYK:
(31,0,3,32)
C31M0Y3K32 
(31%,0%,3%,32%)
(0.31/0.00/0.03/0.32)	

CMYK percentages

%31.21
%0
%2.89
%32.16

Codes

Color #77ADA8 in popluar color models

77ADA8
RGB119173168
HSL174°24.77%57.25%
HSB/HSV174°31.21%67.84%
CMYK31.21%0.00%2.89%
32.16%

Color #77ADA8 in popluar number systems.

HEX77ADA8
Decimal119173168
Binary11101111010110110101000
Octal167255250

Shades and tints

Shades of #77ADA8

#77ADA8
(119,173,168)
#6D9E99
(109,158,153)
#638F8A
(99,143,138)
#59807B
(89,128,123)
#4F716C
(79,113,108)
#45625D
(69,98,93)
#3B534E
(59,83,78)
#31443F
(49,68,63)
#273530
(39,53,48)
#1D2621
(29,38,33)
#131712
(19,23,18)
#000000
(0,0,0)

Tints of #77ADA8

#77ADA8
(119,173,168)
#83B4AF
(131,180,175)
#8FBBB6
(143,187,182)
#9BC2BD
(155,194,189)
#A7C9C4
(167,201,196)
#B3D0CB
(179,208,203)
#BFD7D2
(191,215,210)
#CBDED9
(203,222,217)
#D7E5E0
(215,229,224)
#E3ECE7
(227,236,231)
#EFF3EE
(239,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77ADA8; }

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

This text font color is #77ADA8.


Background Color

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

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

This div background color is #77ADA8.


Border color

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

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

This div border color is #77ADA8.


Opacity

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

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

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

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

This text has shadow with #77ADA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77ADA8 on black background.


Color preview on white background

This text has color #77ADA8 on white background.



Black color preview on #77ADA8 background

This text has black color on #77ADA8 background.


White color preview on #77ADA8 background

This text has white color on #77ADA8 background.