COLOR #77AD8F

HEX: #77AD8F
RGB: (119,173,143)

Color info

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

RGB color model

#77AD8F color RGB value is (119,173,143).

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

RGB channels and saturation

R 119 of 255 = 47%
G 173 of 255 = 68%
B 143 of 255 = 56%

119
173
143

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

Portions of RGB colors in percentages

R + G + B =
119 + 173 + 143 = 435 (100%)
R 119 of 435 ~ 27.36%
G 173 of 435 ~ 39.77%
B 143 of 435 ~ 32.87%

%27.36
%39.77
%32.87

CMYK color model

#77AD8F color CMYK value is (31,0,17,32).

  • cyan value is 31.21%
  • magenta value is 0.00%
  • yellow value is 17.34%
  • key color value is 32.16%
CMYK:
(31,0,17,32)
C31M0Y17K32 
(31%,0%,17%,32%)
(0.31/0.00/0.17/0.32)	

CMYK percentages

%31.21
%0
%17.34
%32.16

Codes

Color #77AD8F in popluar color models

77AD8F
RGB119173143
HSL147°24.77%57.25%
HSB/HSV147°31.21%67.84%
CMYK31.21%0.00%17.34%
32.16%

Color #77AD8F in popluar number systems.

HEX77AD8F
Decimal119173143
Binary11101111010110110001111
Octal167255217

Shades and tints

Shades of #77AD8F

#77AD8F
(119,173,143)
#6D9E82
(109,158,130)
#638F75
(99,143,117)
#598068
(89,128,104)
#4F715B
(79,113,91)
#45624E
(69,98,78)
#3B5341
(59,83,65)
#314434
(49,68,52)
#273527
(39,53,39)
#1D261A
(29,38,26)
#13170D
(19,23,13)
#000000
(0,0,0)

Tints of #77AD8F

#77AD8F
(119,173,143)
#83B499
(131,180,153)
#8FBBA3
(143,187,163)
#9BC2AD
(155,194,173)
#A7C9B7
(167,201,183)
#B3D0C1
(179,208,193)
#BFD7CB
(191,215,203)
#CBDED5
(203,222,213)
#D7E5DF
(215,229,223)
#E3ECE9
(227,236,233)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77AD8F; }

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

This text font color is #77AD8F.


Background Color

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

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

This div background color is #77AD8F.


Border color

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

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

This div border color is #77AD8F.


Opacity

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

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

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

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

This text has shadow with #77AD8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77AD8F on black background.


Color preview on white background

This text has color #77AD8F on white background.



Black color preview on #77AD8F background

This text has black color on #77AD8F background.


White color preview on #77AD8F background

This text has white color on #77AD8F background.