COLOR #77904D

HEX: #77904D
RGB: (119,144,77)

Color info

#77904D contains mainly red and green colors. Web safe color of #77904D is #669933 (or #693).

RGB color model

#77904D color RGB value is (119,144,77).

  • red value is 119;
  • green value is 144;
  • blue value is 77.
RGB:
(119,144,77)
(47%,56%,30%)

RGB channels and saturation

R 119 of 255 = 47%
G 144 of 255 = 56%
B 77 of 255 = 30%

119
144
77

R + G + B ~ 44%. #77904D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 144 + 77 = 340 (100%)
R 119 of 340 ~ 35%
G 144 of 340 ~ 42.35%
B 77 of 340 ~ 22.65%

%35
%42.35
%22.65

CMYK color model

#77904D color CMYK value is (17,0,47,44).

  • cyan value is 17.36%
  • magenta value is 0.00%
  • yellow value is 46.53%
  • key color value is 43.53%
CMYK:
(17,0,47,44)
C17M0Y47K44 
(17%,0%,47%,44%)
(0.17/0.00/0.47/0.44)	

CMYK percentages

%17.36
%0
%46.53
%43.53

Codes

Color #77904D in popluar color models

77904D
RGB11914477
HSL82°30.32%43.33%
HSB/HSV82°46.53%56.47%
CMYK17.36%0.00%46.53%
43.53%

Color #77904D in popluar number systems.

HEX77904D
Decimal11914477
Binary1110111100100001001101
Octal167220115

Shades and tints

Shades of #77904D

#77904D
(119,144,77)
#6D8346
(109,131,70)
#63763F
(99,118,63)
#596938
(89,105,56)
#4F5C31
(79,92,49)
#454F2A
(69,79,42)
#3B4223
(59,66,35)
#31351C
(49,53,28)
#272815
(39,40,21)
#1D1B0E
(29,27,14)
#130E07
(19,14,7)
#000000
(0,0,0)

Tints of #77904D

#77904D
(119,144,77)
#839A5D
(131,154,93)
#8FA46D
(143,164,109)
#9BAE7D
(155,174,125)
#A7B88D
(167,184,141)
#B3C29D
(179,194,157)
#BFCCAD
(191,204,173)
#CBD6BD
(203,214,189)
#D7E0CD
(215,224,205)
#E3EADD
(227,234,221)
#EFF4ED
(239,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77904D color. Also use rgb(119,144,77) instead hex code.

Text Font Color

.myTextColor { color: #77904D; }

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

This text font color is #77904D.


Background Color

.myBgColor { background-color: #77904D; }

<div style="background-color:#77904D">Inner text</div>

This div background color is #77904D.


Border color

.myBorderColor { border: 1px solid #77904D; }

<div style="border:3px solid #77904D">Div</div>

This div border color is #77904D.


Opacity

.myOpacity80 { color: #77904D; opacity: 0.8; }

<p style="color:#77904D;opacity:0.8;">80%</p>

Text with #77904D 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 #77904D;}

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

This text has shadow with #77904D color.

.textShadow {text-shadow: 3px 3px 1px #77904D, 3px 3px 1px red;}

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

This text has shadow with #77904D primary color and red secondary color.


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

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

This text has shadow with #77904D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77904D on black background.


Color preview on white background

This text has color #77904D on white background.



Black color preview on #77904D background

This text has black color on #77904D background.


White color preview on #77904D background

This text has white color on #77904D background.