COLOR #77AF9D

HEX: #77AF9D
RGB: (119,175,157)

Color info

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

RGB color model

#77AF9D color RGB value is (119,175,157).

  • red value is 119;
  • green value is 175;
  • blue value is 157.
RGB:
(119,175,157)
(47%,69%,62%)

RGB channels and saturation

R 119 of 255 = 47%
G 175 of 255 = 69%
B 157 of 255 = 62%

119
175
157

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

Portions of RGB colors in percentages

R + G + B =
119 + 175 + 157 = 451 (100%)
R 119 of 451 ~ 26.39%
G 175 of 451 ~ 38.8%
B 157 of 451 ~ 34.81%

%26.39
%38.8
%34.81

CMYK color model

#77AF9D color CMYK value is (32,0,10,31).

  • cyan value is 32.00%
  • magenta value is 0.00%
  • yellow value is 10.29%
  • key color value is 31.37%
CMYK:
(32,0,10,31)
C32M0Y10K31 
(32%,0%,10%,31%)
(0.32/0.00/0.10/0.31)	

CMYK percentages

%32
%0
%10.29
%31.37

Codes

Color #77AF9D in popluar color models

77AF9D
RGB119175157
HSL161°25.93%57.65%
HSB/HSV161°32.00%68.63%
CMYK32.00%0.00%10.29%
31.37%

Color #77AF9D in popluar number systems.

HEX77AF9D
Decimal119175157
Binary11101111010111110011101
Octal167257235

Shades and tints

Shades of #77AF9D

#77AF9D
(119,175,157)
#6DA08F
(109,160,143)
#639181
(99,145,129)
#598273
(89,130,115)
#4F7365
(79,115,101)
#456457
(69,100,87)
#3B5549
(59,85,73)
#31463B
(49,70,59)
#27372D
(39,55,45)
#1D281F
(29,40,31)
#131911
(19,25,17)
#000000
(0,0,0)

Tints of #77AF9D

#77AF9D
(119,175,157)
#83B6A5
(131,182,165)
#8FBDAD
(143,189,173)
#9BC4B5
(155,196,181)
#A7CBBD
(167,203,189)
#B3D2C5
(179,210,197)
#BFD9CD
(191,217,205)
#CBE0D5
(203,224,213)
#D7E7DD
(215,231,221)
#E3EEE5
(227,238,229)
#EFF5ED
(239,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77AF9D color. Also use rgb(119,175,157) instead hex code.

Text Font Color

.myTextColor { color: #77AF9D; }

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

This text font color is #77AF9D.


Background Color

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

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

This div background color is #77AF9D.


Border color

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

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

This div border color is #77AF9D.


Opacity

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

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

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

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

This text has shadow with #77AF9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77AF9D on black background.


Color preview on white background

This text has color #77AF9D on white background.



Black color preview on #77AF9D background

This text has black color on #77AF9D background.


White color preview on #77AF9D background

This text has white color on #77AF9D background.