COLOR #77A41F

HEX: #77A41F RGB: (119,164,31)

Color info

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

RGB color model

#77A41F color RGB value is (119,164,31).

RGB: (119,164,31) (47%, 64%, 12%)

RGB channels and saturation

R 119 of 255 = 47%
G 164 of 255 = 64%
B 31 of 255 = 12%

119
164
31

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

Portions of RGB colors in percentages

R + G + B = 119 + 164 + 31 = 314 (100%)
R 119 of 314 ~ 37.9%
G 164 of 314 ~ 52.23%
B 31 of 314 ~ 9.87'%

%37.9
%52.23

CMYK color model

#77A41F color CMYK value is (27,0,81,36).

  • cyan value is 27.44%
  • magenta value is 0.00%
  • yellow value is 81.10%
  • key color value is 35.69%

CMYK: (27,0,81,36)
C27M0Y81K36 (27%, 0%, 81%, 36%)
(0.27 / 0.00 / 0.81 / 0.36)

CMYK percentages

%27.44
%0
%81.1
%35.69

Codes

Color #77A41F in popluar color models

77 A4 1F
RGB 119 164 31
HSL 80° 68.21% 38.24%
HSB/HSV 80° 81.10% 64.31%
CMYK 27.44% 0.00% 81.10%
35.69%

Color #77A41F in popluar number systems.

HEX 77 A4 1F
Decimal 119 164 31
Binary 1110111 10100100 11111
Octal 167 244 37

Shades and tints

Shades of #77A41F

#77A41F
(119,164,31)
#6D961D
(109,150,29)
#63881B
(99,136,27)
#597A19
(89,122,25)
#4F6C17
(79,108,23)
#455E15
(69,94,21)
#3B5013
(59,80,19)
#314211
(49,66,17)
#27340F
(39,52,15)
#1D260D
(29,38,13)
#13180B
(19,24,11)
#000000
(0,0,0)

Tints of #77A41F

#77A41F
(119,164,31)
#83AC33
(131,172,51)
#8FB447
(143,180,71)
#9BBC5B
(155,188,91)
#A7C46F
(167,196,111)
#B3CC83
(179,204,131)
#BFD497
(191,212,151)
#CBDCAB
(203,220,171)
#D7E4BF
(215,228,191)
#E3ECD3
(227,236,211)
#EFF4E7
(239,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77A41F color. Also use rgb(119,164,31) instead hex code.

Text Font Color

.myTextColor { color: #77A41F; }

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

This text font color is #77A41F.

Background Color

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

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

This div background color is #77A41F.

Border color

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

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

This div border color is #77A41F.

Opacity

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

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

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

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

This text has shadow with #77A41F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77A41F.

Preview

Color preview on black background

This text has color #77A41F on black background.


Color preview on white background

This text has color #77A41F on white background.


Black color preview on #77A41F background

This text has black color on #77A41F background.


White color preview on #77A41F background

This text has white color on #77A41F background.


Related colors

Complementary color

Complementary color for #hex is #885BE0.


I love getcolorcode.com

Triadic colors

1 #1F77A4 and #A41F77 with #77A41F are triadic colors.

2 #1FA477 and #A4771F with #77A41F are triadic colors.