COLOR #77A67C

HEX: #77A67C RGB: (119,166,124)

Color info

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

RGB color model

#77A67C color RGB value is (119,166,124).

RGB: (119,166,124) (47%, 65%, 49%)

RGB channels and saturation

R 119 of 255 = 47%
G 166 of 255 = 65%
B 124 of 255 = 49%

119
166
124

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

Portions of RGB colors in percentages

R + G + B = 119 + 166 + 124 = 409 (100%)
R 119 of 409 ~ 29.1%
G 166 of 409 ~ 40.59%
B 124 of 409 ~ 30.32'%

%29.1
%40.59
%30.32

CMYK color model

#77A67C color CMYK value is (28,0,25,35).

  • cyan value is 28.31%
  • magenta value is 0.00%
  • yellow value is 25.30%
  • key color value is 34.90%
CMYK: (28,0,25,35) C28M0Y25K35 (28%,0%,25%,35%) (0.28/0.00/0.25/0.35) 

CMYK percentages

%28.31
%0
%25.3
%34.9

Codes

Color #77A67C in popluar color models

77 A6 7C
RGB 119 166 124
HSL 126° 20.89% 55.88%
HSB/HSV 126° 28.31% 65.10%
CMYK 28.31% 0.00% 25.30%
34.90%

Color #77A67C in popluar number systems.

HEX 77 A6 7C
Decimal 119 166 124
Binary 1110111 10100110 1111100
Octal 167 246 174

Shades and tints

Shades of #77A67C

#77A67C
(119,166,124)
#6D9771
(109,151,113)
#638866
(99,136,102)
#59795B
(89,121,91)
#4F6A50
(79,106,80)
#455B45
(69,91,69)
#3B4C3A
(59,76,58)
#313D2F
(49,61,47)
#272E24
(39,46,36)
#1D1F19
(29,31,25)
#13100E
(19,16,14)
#000000
(0,0,0)

Tints of #77A67C

#77A67C
(119,166,124)
#83AE87
(131,174,135)
#8FB692
(143,182,146)
#9BBE9D
(155,190,157)
#A7C6A8
(167,198,168)
#B3CEB3
(179,206,179)
#BFD6BE
(191,214,190)
#CBDEC9
(203,222,201)
#D7E6D4
(215,230,212)
#E3EEDF
(227,238,223)
#EFF6EA
(239,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77A67C; }

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

This text font color is #77A67C.

Background Color

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

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

This div background color is #77A67C.

Border color

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

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

This div border color is #77A67C.

Opacity

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

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

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

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

This text has shadow with #77A67C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77A67C.

Preview

Color preview on black background

This text has color #77A67C on black background.


Color preview on white background

This text has color #77A67C on white background.


Black color preview on #77A67C background

This text has black color on #77A67C background.


White color preview on #77A67C background

This text has white color on #77A67C background.


Related colors

Complementary color

Complementary color for #hex is #885983.


I love getcolorcode.com

Triadic colors

1 #7C77A6 and #A67C77 with #77A67C are triadic colors.

2 #7CA677 and #A6777C with #77A67C are triadic colors.