COLOR #77A17C

HEX: #77A17C RGB: (119,161,124)

Color info

#77A17C contains red, green and blue colors in about the same proportion. Web safe color of #77A17C is #669966 (or #696).

RGB color model

#77A17C color RGB value is (119,161,124).

RGB: (119,161,124) (47%, 63%, 49%)

RGB channels and saturation

R 119 of 255 = 47%
G 161 of 255 = 63%
B 124 of 255 = 49%

119
161
124

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

Portions of RGB colors in percentages

R + G + B = 119 + 161 + 124 = 404 (100%)
R 119 of 404 ~ 29.46%
G 161 of 404 ~ 39.85%
B 124 of 404 ~ 30.69'%

%29.46
%39.85
%30.69

CMYK color model

#77A17C color CMYK value is (26,0,23,37).

  • cyan value is 26.09%
  • magenta value is 0.00%
  • yellow value is 22.98%
  • key color value is 36.86%

CMYK: (26,0,23,37)
C26M0Y23K37 (26%, 0%, 23%, 37%)
(0.26 / 0.00 / 0.23 / 0.37)

CMYK percentages

%26.09
%0
%22.98
%36.86

Codes

Color #77A17C in popluar color models

77 A1 7C
RGB 119 161 124
HSL 127° 18.26% 54.90%
HSB/HSV 127° 26.09% 63.14%
CMYK 26.09% 0.00% 22.98%
36.86%

Color #77A17C in popluar number systems.

HEX 77 A1 7C
Decimal 119 161 124
Binary 1110111 10100001 1111100
Octal 167 241 174

Shades and tints

Shades of #77A17C

#77A17C
(119,161,124)
#6D9371
(109,147,113)
#638566
(99,133,102)
#59775B
(89,119,91)
#4F6950
(79,105,80)
#455B45
(69,91,69)
#3B4D3A
(59,77,58)
#313F2F
(49,63,47)
#273124
(39,49,36)
#1D2319
(29,35,25)
#13150E
(19,21,14)
#000000
(0,0,0)

Tints of #77A17C

#77A17C
(119,161,124)
#83A987
(131,169,135)
#8FB192
(143,177,146)
#9BB99D
(155,185,157)
#A7C1A8
(167,193,168)
#B3C9B3
(179,201,179)
#BFD1BE
(191,209,190)
#CBD9C9
(203,217,201)
#D7E1D4
(215,225,212)
#E3E9DF
(227,233,223)
#EFF1EA
(239,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77A17C; }

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

This text font color is #77A17C.

Background Color

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

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

This div background color is #77A17C.

Border color

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

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

This div border color is #77A17C.

Opacity

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

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

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

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

This text has shadow with #77A17C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77A17C.

Preview

Color preview on black background

This text has color #77A17C on black background.


Color preview on white background

This text has color #77A17C on white background.


Black color preview on #77A17C background

This text has black color on #77A17C background.


White color preview on #77A17C background

This text has white color on #77A17C background.


Related colors

Complementary color

Complementary color for #hex is #885E83.


I love getcolorcode.com

Triadic colors

1 #7C77A1 and #A17C77 with #77A17C are triadic colors.

2 #7CA177 and #A1777C with #77A17C are triadic colors.