COLOR #77A363

HEX: #77A363
RGB: (119,163,99)

Color info

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

RGB color model

#77A363 color RGB value is (119,163,99).

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

RGB channels and saturation

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

119
163
99

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

Portions of RGB colors in percentages

R + G + B =
119 + 163 + 99 = 381 (100%)
R 119 of 381 ~ 31.23%
G 163 of 381 ~ 42.78%
B 99 of 381 ~ 25.98%

%31.23
%42.78
%25.98

CMYK color model

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

  • cyan value is 26.99%
  • magenta value is 0.00%
  • yellow value is 39.26%
  • 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
%39.26
%36.08

Codes

Color #77A363 in popluar color models

77A363
RGB11916399
HSL101°25.81%51.37%
HSB/HSV101°39.26%63.92%
CMYK26.99%0.00%39.26%
36.08%

Color #77A363 in popluar number systems.

HEX77A363
Decimal11916399
Binary1110111101000111100011
Octal167243143

Shades and tints

Shades of #77A363

#77A363
(119,163,99)
#6D955A
(109,149,90)
#638751
(99,135,81)
#597948
(89,121,72)
#4F6B3F
(79,107,63)
#455D36
(69,93,54)
#3B4F2D
(59,79,45)
#314124
(49,65,36)
#27331B
(39,51,27)
#1D2512
(29,37,18)
#131709
(19,23,9)
#000000
(0,0,0)

Tints of #77A363

#77A363
(119,163,99)
#83AB71
(131,171,113)
#8FB37F
(143,179,127)
#9BBB8D
(155,187,141)
#A7C39B
(167,195,155)
#B3CBA9
(179,203,169)
#BFD3B7
(191,211,183)
#CBDBC5
(203,219,197)
#D7E3D3
(215,227,211)
#E3EBE1
(227,235,225)
#EFF3EF
(239,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77A363; }

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

This text font color is #77A363.


Background Color

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

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

This div background color is #77A363.


Border color

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

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

This div border color is #77A363.


Opacity

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

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

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

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

This text has shadow with #77A363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A363 on black background.


Color preview on white background

This text has color #77A363 on white background.



Black color preview on #77A363 background

This text has black color on #77A363 background.


White color preview on #77A363 background

This text has white color on #77A363 background.