COLOR #77A362

HEX: #77A362
RGB: (119,163,98)

Color info

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

RGB color model

#77A362 color RGB value is (119,163,98).

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

RGB channels and saturation

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

119
163
98

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

Portions of RGB colors in percentages

R + G + B =
119 + 163 + 98 = 380 (100%)
R 119 of 380 ~ 31.32%
G 163 of 380 ~ 42.89%
B 98 of 380 ~ 25.79%

%31.32
%42.89
%25.79

CMYK color model

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

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

CMYK percentages

%26.99
%0
%39.88
%36.08

Codes

Color #77A362 in popluar color models

77A362
RGB11916398
HSL101°26.10%51.18%
HSB/HSV101°39.88%63.92%
CMYK26.99%0.00%39.88%
36.08%

Color #77A362 in popluar number systems.

HEX77A362
Decimal11916398
Binary1110111101000111100010
Octal167243142

Shades and tints

Shades of #77A362

#77A362
(119,163,98)
#6D955A
(109,149,90)
#638752
(99,135,82)
#59794A
(89,121,74)
#4F6B42
(79,107,66)
#455D3A
(69,93,58)
#3B4F32
(59,79,50)
#31412A
(49,65,42)
#273322
(39,51,34)
#1D251A
(29,37,26)
#131712
(19,23,18)
#000000
(0,0,0)

Tints of #77A362

#77A362
(119,163,98)
#83AB70
(131,171,112)
#8FB37E
(143,179,126)
#9BBB8C
(155,187,140)
#A7C39A
(167,195,154)
#B3CBA8
(179,203,168)
#BFD3B6
(191,211,182)
#CBDBC4
(203,219,196)
#D7E3D2
(215,227,210)
#E3EBE0
(227,235,224)
#EFF3EE
(239,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77A362; }

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

This text font color is #77A362.


Background Color

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

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

This div background color is #77A362.


Border color

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

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

This div border color is #77A362.


Opacity

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

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

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

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

This text has shadow with #77A362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A362 on black background.


Color preview on white background

This text has color #77A362 on white background.



Black color preview on #77A362 background

This text has black color on #77A362 background.


White color preview on #77A362 background

This text has white color on #77A362 background.