COLOR #77A851

HEX: #77A851
RGB: (119,168,81)

Color info

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

RGB color model

#77A851 color RGB value is (119,168,81).

  • red value is 119;
  • green value is 168;
  • blue value is 81.
RGB:
(119,168,81)
(47%,66%,32%)

RGB channels and saturation

R 119 of 255 = 47%
G 168 of 255 = 66%
B 81 of 255 = 32%

119
168
81

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

Portions of RGB colors in percentages

R + G + B =
119 + 168 + 81 = 368 (100%)
R 119 of 368 ~ 32.34%
G 168 of 368 ~ 45.65%
B 81 of 368 ~ 22.01%

%32.34
%45.65
%22.01

CMYK color model

#77A851 color CMYK value is (29,0,52,34).

  • cyan value is 29.17%
  • magenta value is 0.00%
  • yellow value is 51.79%
  • key color value is 34.12%
CMYK:
(29,0,52,34)
C29M0Y52K34 
(29%,0%,52%,34%)
(0.29/0.00/0.52/0.34)	

CMYK percentages

%29.17
%0
%51.79
%34.12

Codes

Color #77A851 in popluar color models

77A851
RGB11916881
HSL94°34.94%48.82%
HSB/HSV94°51.79%65.88%
CMYK29.17%0.00%51.79%
34.12%

Color #77A851 in popluar number systems.

HEX77A851
Decimal11916881
Binary1110111101010001010001
Octal167250121

Shades and tints

Shades of #77A851

#77A851
(119,168,81)
#6D994A
(109,153,74)
#638A43
(99,138,67)
#597B3C
(89,123,60)
#4F6C35
(79,108,53)
#455D2E
(69,93,46)
#3B4E27
(59,78,39)
#313F20
(49,63,32)
#273019
(39,48,25)
#1D2112
(29,33,18)
#13120B
(19,18,11)
#000000
(0,0,0)

Tints of #77A851

#77A851
(119,168,81)
#83AF60
(131,175,96)
#8FB66F
(143,182,111)
#9BBD7E
(155,189,126)
#A7C48D
(167,196,141)
#B3CB9C
(179,203,156)
#BFD2AB
(191,210,171)
#CBD9BA
(203,217,186)
#D7E0C9
(215,224,201)
#E3E7D8
(227,231,216)
#EFEEE7
(239,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77A851 color. Also use rgb(119,168,81) instead hex code.

Text Font Color

.myTextColor { color: #77A851; }

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

This text font color is #77A851.


Background Color

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

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

This div background color is #77A851.


Border color

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

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

This div border color is #77A851.


Opacity

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

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

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

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

This text has shadow with #77A851 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A851 on black background.


Color preview on white background

This text has color #77A851 on white background.



Black color preview on #77A851 background

This text has black color on #77A851 background.


White color preview on #77A851 background

This text has white color on #77A851 background.