COLOR #77A74C

HEX: #77A74C RGB: (119,167,76)

Color info

#77A74C contains mainly red and green colors. Web safe color of #77A74C is #669933 (or #693).

RGB color model

#77A74C color RGB value is (119,167,76).

RGB: (119,167,76) (47%, 65%, 30%)

RGB channels and saturation

R 119 of 255 = 47%
G 167 of 255 = 65%
B 76 of 255 = 30%

119
167
76

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

Portions of RGB colors in percentages

R + G + B = 119 + 167 + 76 = 362 (100%)
R 119 of 362 ~ 32.87%
G 167 of 362 ~ 46.13%
B 76 of 362 ~ 20.99'%

%32.87
%46.13
%20.99

CMYK color model

#77A74C color CMYK value is (29,0,54,35).

  • cyan value is 28.74%
  • magenta value is 0.00%
  • yellow value is 54.49%
  • key color value is 34.51%

CMYK: (29,0,54,35)
C29M0Y54K35 (29%, 0%, 54%, 35%)
(0.29 / 0.00 / 0.54 / 0.35)

CMYK percentages

%28.74
%0
%54.49
%34.51

Codes

Color #77A74C in popluar color models

77 A7 4C
RGB 119 167 76
HSL 92° 37.45% 47.65%
HSB/HSV 92° 54.49% 65.49%
CMYK 28.74% 0.00% 54.49%
34.51%

Color #77A74C in popluar number systems.

HEX 77 A7 4C
Decimal 119 167 76
Binary 1110111 10100111 1001100
Octal 167 247 114

Shades and tints

Shades of #77A74C

#77A74C
(119,167,76)
#6D9846
(109,152,70)
#638940
(99,137,64)
#597A3A
(89,122,58)
#4F6B34
(79,107,52)
#455C2E
(69,92,46)
#3B4D28
(59,77,40)
#313E22
(49,62,34)
#272F1C
(39,47,28)
#1D2016
(29,32,22)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #77A74C

#77A74C
(119,167,76)
#83AF5C
(131,175,92)
#8FB76C
(143,183,108)
#9BBF7C
(155,191,124)
#A7C78C
(167,199,140)
#B3CF9C
(179,207,156)
#BFD7AC
(191,215,172)
#CBDFBC
(203,223,188)
#D7E7CC
(215,231,204)
#E3EFDC
(227,239,220)
#EFF7EC
(239,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77A74C color. Also use rgb(119,167,76) instead hex code.

Text Font Color

.myTextColor { color: #77A74C; }

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

This text font color is #77A74C.

Background Color

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

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

This div background color is #77A74C.

Border color

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

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

This div border color is #77A74C.

Opacity

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

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

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

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

This text has shadow with #77A74C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77A74C.

Preview

Color preview on black background

This text has color #77A74C on black background.


Color preview on white background

This text has color #77A74C on white background.


Black color preview on #77A74C background

This text has black color on #77A74C background.


White color preview on #77A74C background

This text has white color on #77A74C background.


Related colors

Complementary color

Complementary color for #hex is #8858B3.


I love getcolorcode.com

Triadic colors

1 #4C77A7 and #A74C77 with #77A74C are triadic colors.

2 #4CA777 and #A7774C with #77A74C are triadic colors.