COLOR #77A86C

HEX: #77A86C RGB: (119,168,108)

Color info

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

RGB color model

#77A86C color RGB value is (119,168,108).

RGB: (119,168,108) (47%, 66%, 42%)

RGB channels and saturation

R 119 of 255 = 47%
G 168 of 255 = 66%
B 108 of 255 = 42%

119
168
108

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

Portions of RGB colors in percentages

R + G + B = 119 + 168 + 108 = 395 (100%)
R 119 of 395 ~ 30.13%
G 168 of 395 ~ 42.53%
B 108 of 395 ~ 27.34'%

%30.13
%42.53
%27.34

CMYK color model

#77A86C color CMYK value is (29,0,36,34).

  • cyan value is 29.17%
  • magenta value is 0.00%
  • yellow value is 35.71%
  • key color value is 34.12%

CMYK: (29,0,36,34)
C29M0Y36K34 (29%, 0%, 36%, 34%)
(0.29 / 0.00 / 0.36 / 0.34)

CMYK percentages

%29.17
%0
%35.71
%34.12

Codes

Color #77A86C in popluar color models

77 A8 6C
RGB 119 168 108
HSL 109° 25.64% 54.12%
HSB/HSV 109° 35.71% 65.88%
CMYK 29.17% 0.00% 35.71%
34.12%

Color #77A86C in popluar number systems.

HEX 77 A8 6C
Decimal 119 168 108
Binary 1110111 10101000 1101100
Octal 167 250 154

Shades and tints

Shades of #77A86C

#77A86C
(119,168,108)
#6D9963
(109,153,99)
#638A5A
(99,138,90)
#597B51
(89,123,81)
#4F6C48
(79,108,72)
#455D3F
(69,93,63)
#3B4E36
(59,78,54)
#313F2D
(49,63,45)
#273024
(39,48,36)
#1D211B
(29,33,27)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #77A86C

#77A86C
(119,168,108)
#83AF79
(131,175,121)
#8FB686
(143,182,134)
#9BBD93
(155,189,147)
#A7C4A0
(167,196,160)
#B3CBAD
(179,203,173)
#BFD2BA
(191,210,186)
#CBD9C7
(203,217,199)
#D7E0D4
(215,224,212)
#E3E7E1
(227,231,225)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77A86C color. Also use rgb(119,168,108) instead hex code.

Text Font Color

.myTextColor { color: #77A86C; }

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

This text font color is #77A86C.

Background Color

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

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

This div background color is #77A86C.

Border color

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

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

This div border color is #77A86C.

Opacity

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

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

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

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

This text has shadow with #77A86C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77A86C.

Preview

Color preview on black background

This text has color #77A86C on black background.


Color preview on white background

This text has color #77A86C on white background.


Black color preview on #77A86C background

This text has black color on #77A86C background.


White color preview on #77A86C background

This text has white color on #77A86C background.


Related colors

Complementary color

Complementary color for #hex is #885793.


I love getcolorcode.com

Triadic colors

1 #6C77A8 and #A86C77 with #77A86C are triadic colors.

2 #6CA877 and #A8776C with #77A86C are triadic colors.