COLOR #77A18B

HEX: #77A18B
RGB: (119,161,139)

Color info

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

RGB color model

#77A18B color RGB value is (119,161,139).

  • red value is 119;
  • green value is 161;
  • blue value is 139.
RGB:
(119,161,139)
(47%,63%,55%)

RGB channels and saturation

R 119 of 255 = 47%
G 161 of 255 = 63%
B 139 of 255 = 55%

119
161
139

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

Portions of RGB colors in percentages

R + G + B =
119 + 161 + 139 = 419 (100%)
R 119 of 419 ~ 28.4%
G 161 of 419 ~ 38.42%
B 139 of 419 ~ 33.17%

%28.4
%38.42
%33.17

CMYK color model

#77A18B color CMYK value is (26,0,14,37).

  • cyan value is 26.09%
  • magenta value is 0.00%
  • yellow value is 13.66%
  • key color value is 36.86%
CMYK:
(26,0,14,37)
C26M0Y14K37 
(26%,0%,14%,37%)
(0.26/0.00/0.14/0.37)	

CMYK percentages

%26.09
%0
%13.66
%36.86

Codes

Color #77A18B in popluar color models

77A18B
RGB119161139
HSL149°18.26%54.90%
HSB/HSV149°26.09%63.14%
CMYK26.09%0.00%13.66%
36.86%

Color #77A18B in popluar number systems.

HEX77A18B
Decimal119161139
Binary11101111010000110001011
Octal167241213

Shades and tints

Shades of #77A18B

#77A18B
(119,161,139)
#6D937F
(109,147,127)
#638573
(99,133,115)
#597767
(89,119,103)
#4F695B
(79,105,91)
#455B4F
(69,91,79)
#3B4D43
(59,77,67)
#313F37
(49,63,55)
#27312B
(39,49,43)
#1D231F
(29,35,31)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #77A18B

#77A18B
(119,161,139)
#83A995
(131,169,149)
#8FB19F
(143,177,159)
#9BB9A9
(155,185,169)
#A7C1B3
(167,193,179)
#B3C9BD
(179,201,189)
#BFD1C7
(191,209,199)
#CBD9D1
(203,217,209)
#D7E1DB
(215,225,219)
#E3E9E5
(227,233,229)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77A18B color. Also use rgb(119,161,139) instead hex code.

Text Font Color

.myTextColor { color: #77A18B; }

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

This text font color is #77A18B.


Background Color

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

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

This div background color is #77A18B.


Border color

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

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

This div border color is #77A18B.


Opacity

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

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

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

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

This text has shadow with #77A18B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A18B on black background.


Color preview on white background

This text has color #77A18B on white background.



Black color preview on #77A18B background

This text has black color on #77A18B background.


White color preview on #77A18B background

This text has white color on #77A18B background.