COLOR #77A462

HEX: #77A462
RGB: (119,164,98)

Color info

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

RGB color model

#77A462 color RGB value is (119,164,98).

  • red value is 119;
  • green value is 164;
  • blue value is 98.
RGB:
(119,164,98)
(47%,64%,38%)

RGB channels and saturation

R 119 of 255 = 47%
G 164 of 255 = 64%
B 98 of 255 = 38%

119
164
98

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

Portions of RGB colors in percentages

R + G + B =
119 + 164 + 98 = 381 (100%)
R 119 of 381 ~ 31.23%
G 164 of 381 ~ 43.04%
B 98 of 381 ~ 25.72%

%31.23
%43.04
%25.72

CMYK color model

#77A462 color CMYK value is (27,0,40,36).

  • cyan value is 27.44%
  • magenta value is 0.00%
  • yellow value is 40.24%
  • key color value is 35.69%
CMYK:
(27,0,40,36)
C27M0Y40K36 
(27%,0%,40%,36%)
(0.27/0.00/0.40/0.36)	

CMYK percentages

%27.44
%0
%40.24
%35.69

Codes

Color #77A462 in popluar color models

77A462
RGB11916498
HSL101°26.61%51.37%
HSB/HSV101°40.24%64.31%
CMYK27.44%0.00%40.24%
35.69%

Color #77A462 in popluar number systems.

HEX77A462
Decimal11916498
Binary1110111101001001100010
Octal167244142

Shades and tints

Shades of #77A462

#77A462
(119,164,98)
#6D965A
(109,150,90)
#638852
(99,136,82)
#597A4A
(89,122,74)
#4F6C42
(79,108,66)
#455E3A
(69,94,58)
#3B5032
(59,80,50)
#31422A
(49,66,42)
#273422
(39,52,34)
#1D261A
(29,38,26)
#131812
(19,24,18)
#000000
(0,0,0)

Tints of #77A462

#77A462
(119,164,98)
#83AC70
(131,172,112)
#8FB47E
(143,180,126)
#9BBC8C
(155,188,140)
#A7C49A
(167,196,154)
#B3CCA8
(179,204,168)
#BFD4B6
(191,212,182)
#CBDCC4
(203,220,196)
#D7E4D2
(215,228,210)
#E3ECE0
(227,236,224)
#EFF4EE
(239,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77A462; }

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

This text font color is #77A462.


Background Color

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

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

This div background color is #77A462.


Border color

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

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

This div border color is #77A462.


Opacity

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

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

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

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

This text has shadow with #77A462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A462 on black background.


Color preview on white background

This text has color #77A462 on white background.



Black color preview on #77A462 background

This text has black color on #77A462 background.


White color preview on #77A462 background

This text has white color on #77A462 background.