COLOR #77A751

HEX: #77A751
RGB: (119,167,81)

Color info

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

RGB color model

#77A751 color RGB value is (119,167,81).

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

RGB channels and saturation

R 119 of 255 = 47%
G 167 of 255 = 65%
B 81 of 255 = 32%

119
167
81

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

Portions of RGB colors in percentages

R + G + B =
119 + 167 + 81 = 367 (100%)
R 119 of 367 ~ 32.43%
G 167 of 367 ~ 45.5%
B 81 of 367 ~ 22.07%

%32.43
%45.5
%22.07

CMYK color model

#77A751 color CMYK value is (29,0,51,35).

  • cyan value is 28.74%
  • magenta value is 0.00%
  • yellow value is 51.50%
  • key color value is 34.51%
CMYK:
(29,0,51,35)
C29M0Y51K35 
(29%,0%,51%,35%)
(0.29/0.00/0.51/0.35)	

CMYK percentages

%28.74
%0
%51.5
%34.51

Codes

Color #77A751 in popluar color models

77A751
RGB11916781
HSL93°34.68%48.63%
HSB/HSV93°51.50%65.49%
CMYK28.74%0.00%51.50%
34.51%

Color #77A751 in popluar number systems.

HEX77A751
Decimal11916781
Binary1110111101001111010001
Octal167247121

Shades and tints

Shades of #77A751

#77A751
(119,167,81)
#6D984A
(109,152,74)
#638943
(99,137,67)
#597A3C
(89,122,60)
#4F6B35
(79,107,53)
#455C2E
(69,92,46)
#3B4D27
(59,77,39)
#313E20
(49,62,32)
#272F19
(39,47,25)
#1D2012
(29,32,18)
#13110B
(19,17,11)
#000000
(0,0,0)

Tints of #77A751

#77A751
(119,167,81)
#83AF60
(131,175,96)
#8FB76F
(143,183,111)
#9BBF7E
(155,191,126)
#A7C78D
(167,199,141)
#B3CF9C
(179,207,156)
#BFD7AB
(191,215,171)
#CBDFBA
(203,223,186)
#D7E7C9
(215,231,201)
#E3EFD8
(227,239,216)
#EFF7E7
(239,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77A751; }

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

This text font color is #77A751.


Background Color

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

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

This div background color is #77A751.


Border color

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

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

This div border color is #77A751.


Opacity

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

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

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

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

This text has shadow with #77A751 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A751 on black background.


Color preview on white background

This text has color #77A751 on white background.



Black color preview on #77A751 background

This text has black color on #77A751 background.


White color preview on #77A751 background

This text has white color on #77A751 background.