COLOR #77A364

HEX: #77A364
RGB: (119,163,100)

Color info

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

RGB color model

#77A364 color RGB value is (119,163,100).

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

RGB channels and saturation

R 119 of 255 = 47%
G 163 of 255 = 64%
B 100 of 255 = 39%

119
163
100

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

Portions of RGB colors in percentages

R + G + B =
119 + 163 + 100 = 382 (100%)
R 119 of 382 ~ 31.15%
G 163 of 382 ~ 42.67%
B 100 of 382 ~ 26.18%

%31.15
%42.67
%26.18

CMYK color model

#77A364 color CMYK value is (27,0,39,36).

  • cyan value is 26.99%
  • magenta value is 0.00%
  • yellow value is 38.65%
  • key color value is 36.08%
CMYK:
(27,0,39,36)
C27M0Y39K36 
(27%,0%,39%,36%)
(0.27/0.00/0.39/0.36)	

CMYK percentages

%26.99
%0
%38.65
%36.08

Codes

Color #77A364 in popluar color models

77A364
RGB119163100
HSL102°25.51%51.57%
HSB/HSV102°38.65%63.92%
CMYK26.99%0.00%38.65%
36.08%

Color #77A364 in popluar number systems.

HEX77A364
Decimal119163100
Binary1110111101000111100100
Octal167243144

Shades and tints

Shades of #77A364

#77A364
(119,163,100)
#6D955B
(109,149,91)
#638752
(99,135,82)
#597949
(89,121,73)
#4F6B40
(79,107,64)
#455D37
(69,93,55)
#3B4F2E
(59,79,46)
#314125
(49,65,37)
#27331C
(39,51,28)
#1D2513
(29,37,19)
#13170A
(19,23,10)
#000000
(0,0,0)

Tints of #77A364

#77A364
(119,163,100)
#83AB72
(131,171,114)
#8FB380
(143,179,128)
#9BBB8E
(155,187,142)
#A7C39C
(167,195,156)
#B3CBAA
(179,203,170)
#BFD3B8
(191,211,184)
#CBDBC6
(203,219,198)
#D7E3D4
(215,227,212)
#E3EBE2
(227,235,226)
#EFF3F0
(239,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77A364; }

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

This text font color is #77A364.


Background Color

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

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

This div background color is #77A364.


Border color

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

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

This div border color is #77A364.


Opacity

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

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

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

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

This text has shadow with #77A364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A364 on black background.


Color preview on white background

This text has color #77A364 on white background.



Black color preview on #77A364 background

This text has black color on #77A364 background.


White color preview on #77A364 background

This text has white color on #77A364 background.