COLOR #77A162

HEX: #77A162 RGB: (119,161,98)

Color info

#77A162 contains mainly red and green colors. Web safe color of #77A162 is #669966 (or #696).

RGB color model

#77A162 color RGB value is (119,161,98).

RGB: (119,161,98) (47%, 63%, 38%)

RGB channels and saturation

R 119 of 255 = 47%
G 161 of 255 = 63%
B 98 of 255 = 38%

119
161
98

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

Portions of RGB colors in percentages

R + G + B = 119 + 161 + 98 = 378 (100%)
R 119 of 378 ~ 31.48%
G 161 of 378 ~ 42.59%
B 98 of 378 ~ 25.93'%

%31.48
%42.59
%25.93

CMYK color model

#77A162 color CMYK value is (26,0,39,37).

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

CMYK: (26,0,39,37)
C26M0Y39K37 (26%, 0%, 39%, 37%)
(0.26 / 0.00 / 0.39 / 0.37)

CMYK percentages

%26.09
%0
%39.13
%36.86

Codes

Color #77A162 in popluar color models

77 A1 62
RGB 119 161 98
HSL 100° 25.10% 50.78%
HSB/HSV 100° 39.13% 63.14%
CMYK 26.09% 0.00% 39.13%
36.86%

Color #77A162 in popluar number systems.

HEX 77 A1 62
Decimal 119 161 98
Binary 1110111 10100001 1100010
Octal 167 241 142

Shades and tints

Shades of #77A162

#77A162
(119,161,98)
#6D935A
(109,147,90)
#638552
(99,133,82)
#59774A
(89,119,74)
#4F6942
(79,105,66)
#455B3A
(69,91,58)
#3B4D32
(59,77,50)
#313F2A
(49,63,42)
#273122
(39,49,34)
#1D231A
(29,35,26)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #77A162

#77A162
(119,161,98)
#83A970
(131,169,112)
#8FB17E
(143,177,126)
#9BB98C
(155,185,140)
#A7C19A
(167,193,154)
#B3C9A8
(179,201,168)
#BFD1B6
(191,209,182)
#CBD9C4
(203,217,196)
#D7E1D2
(215,225,210)
#E3E9E0
(227,233,224)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77A162; }

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

This text font color is #77A162.

Background Color

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

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

This div background color is #77A162.

Border color

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

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

This div border color is #77A162.

Opacity

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

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

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

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

This text has shadow with #77A162 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77A162.

Preview

Color preview on black background

This text has color #77A162 on black background.


Color preview on white background

This text has color #77A162 on white background.


Black color preview on #77A162 background

This text has black color on #77A162 background.


White color preview on #77A162 background

This text has white color on #77A162 background.


Related colors

Complementary color

Complementary color for #hex is #885E9D.


I love getcolorcode.com

Triadic colors

1 #6277A1 and #A16277 with #77A162 are triadic colors.

2 #62A177 and #A17762 with #77A162 are triadic colors.