COLOR #77954E

HEX: #77954E
RGB: (119,149,78)

Color info

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

RGB color model

#77954E color RGB value is (119,149,78).

  • red value is 119;
  • green value is 149;
  • blue value is 78.
RGB:
(119,149,78)
(47%,58%,31%)

RGB channels and saturation

R 119 of 255 = 47%
G 149 of 255 = 58%
B 78 of 255 = 31%

119
149
78

R + G + B ~ 45%. #77954E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 149 + 78 = 346 (100%)
R 119 of 346 ~ 34.39%
G 149 of 346 ~ 43.06%
B 78 of 346 ~ 22.54%

%34.39
%43.06
%22.54

CMYK color model

#77954E color CMYK value is (20,0,48,42).

  • cyan value is 20.13%
  • magenta value is 0.00%
  • yellow value is 47.65%
  • key color value is 41.57%
CMYK:
(20,0,48,42)
C20M0Y48K42 
(20%,0%,48%,42%)
(0.20/0.00/0.48/0.42)	

CMYK percentages

%20.13
%0
%47.65
%41.57

Codes

Color #77954E in popluar color models

77954E
RGB11914978
HSL85°31.28%44.51%
HSB/HSV85°47.65%58.43%
CMYK20.13%0.00%47.65%
41.57%

Color #77954E in popluar number systems.

HEX77954E
Decimal11914978
Binary1110111100101011001110
Octal167225116

Shades and tints

Shades of #77954E

#77954E
(119,149,78)
#6D8847
(109,136,71)
#637B40
(99,123,64)
#596E39
(89,110,57)
#4F6132
(79,97,50)
#45542B
(69,84,43)
#3B4724
(59,71,36)
#313A1D
(49,58,29)
#272D16
(39,45,22)
#1D200F
(29,32,15)
#131308
(19,19,8)
#000000
(0,0,0)

Tints of #77954E

#77954E
(119,149,78)
#839E5E
(131,158,94)
#8FA76E
(143,167,110)
#9BB07E
(155,176,126)
#A7B98E
(167,185,142)
#B3C29E
(179,194,158)
#BFCBAE
(191,203,174)
#CBD4BE
(203,212,190)
#D7DDCE
(215,221,206)
#E3E6DE
(227,230,222)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77954E color. Also use rgb(119,149,78) instead hex code.

Text Font Color

.myTextColor { color: #77954E; }

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

This text font color is #77954E.


Background Color

.myBgColor { background-color: #77954E; }

<div style="background-color:#77954E">Inner text</div>

This div background color is #77954E.


Border color

.myBorderColor { border: 1px solid #77954E; }

<div style="border:3px solid #77954E">Div</div>

This div border color is #77954E.


Opacity

.myOpacity80 { color: #77954E; opacity: 0.8; }

<p style="color:#77954E;opacity:0.8;">80%</p>

Text with #77954E 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 #77954E;}

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

This text has shadow with #77954E color.

.textShadow {text-shadow: 3px 3px 1px #77954E, 3px 3px 1px red;}

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

This text has shadow with #77954E primary color and red secondary color.


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

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

This text has shadow with #77954E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77954E on black background.


Color preview on white background

This text has color #77954E on white background.



Black color preview on #77954E background

This text has black color on #77954E background.


White color preview on #77954E background

This text has white color on #77954E background.