COLOR #77A19C

HEX: #77A19C
RGB: (119,161,156)

Color info

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

RGB color model

#77A19C color RGB value is (119,161,156).

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

RGB channels and saturation

R 119 of 255 = 47%
G 161 of 255 = 63%
B 156 of 255 = 61%

119
161
156

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

Portions of RGB colors in percentages

R + G + B =
119 + 161 + 156 = 436 (100%)
R 119 of 436 ~ 27.29%
G 161 of 436 ~ 36.93%
B 156 of 436 ~ 35.78%

%27.29
%36.93
%35.78

CMYK color model

#77A19C color CMYK value is (26,0,3,37).

  • cyan value is 26.09%
  • magenta value is 0.00%
  • yellow value is 3.11%
  • key color value is 36.86%
CMYK:
(26,0,3,37)
C26M0Y3K37 
(26%,0%,3%,37%)
(0.26/0.00/0.03/0.37)	

CMYK percentages

%26.09
%0
%3.11
%36.86

Codes

Color #77A19C in popluar color models

77A19C
RGB119161156
HSL173°18.26%54.90%
HSB/HSV173°26.09%63.14%
CMYK26.09%0.00%3.11%
36.86%

Color #77A19C in popluar number systems.

HEX77A19C
Decimal119161156
Binary11101111010000110011100
Octal167241234

Shades and tints

Shades of #77A19C

#77A19C
(119,161,156)
#6D938E
(109,147,142)
#638580
(99,133,128)
#597772
(89,119,114)
#4F6964
(79,105,100)
#455B56
(69,91,86)
#3B4D48
(59,77,72)
#313F3A
(49,63,58)
#27312C
(39,49,44)
#1D231E
(29,35,30)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #77A19C

#77A19C
(119,161,156)
#83A9A5
(131,169,165)
#8FB1AE
(143,177,174)
#9BB9B7
(155,185,183)
#A7C1C0
(167,193,192)
#B3C9C9
(179,201,201)
#BFD1D2
(191,209,210)
#CBD9DB
(203,217,219)
#D7E1E4
(215,225,228)
#E3E9ED
(227,233,237)
#EFF1F6
(239,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77A19C; }

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

This text font color is #77A19C.


Background Color

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

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

This div background color is #77A19C.


Border color

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

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

This div border color is #77A19C.


Opacity

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

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

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

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

This text has shadow with #77A19C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A19C on black background.


Color preview on white background

This text has color #77A19C on white background.



Black color preview on #77A19C background

This text has black color on #77A19C background.


White color preview on #77A19C background

This text has white color on #77A19C background.