COLOR #77946D

HEX: #77946D
RGB: (119,148,109)

Color info

#77946D contains red, green and blue colors in about the same proportion. Web safe color of #77946D is #669966 (or #696).

RGB color model

#77946D color RGB value is (119,148,109).

  • red value is 119;
  • green value is 148;
  • blue value is 109.
RGB:
(119,148,109)
(47%,58%,43%)

RGB channels and saturation

R 119 of 255 = 47%
G 148 of 255 = 58%
B 109 of 255 = 43%

119
148
109

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

Portions of RGB colors in percentages

R + G + B =
119 + 148 + 109 = 376 (100%)
R 119 of 376 ~ 31.65%
G 148 of 376 ~ 39.36%
B 109 of 376 ~ 28.99%

%31.65
%39.36
%28.99

CMYK color model

#77946D color CMYK value is (20,0,26,42).

  • cyan value is 19.59%
  • magenta value is 0.00%
  • yellow value is 26.35%
  • key color value is 41.96%
CMYK:
(20,0,26,42)
C20M0Y26K42 
(20%,0%,26%,42%)
(0.20/0.00/0.26/0.42)	

CMYK percentages

%19.59
%0
%26.35
%41.96

Codes

Color #77946D in popluar color models

77946D
RGB119148109
HSL105°15.42%50.39%
HSB/HSV105°26.35%58.04%
CMYK19.59%0.00%26.35%
41.96%

Color #77946D in popluar number systems.

HEX77946D
Decimal119148109
Binary1110111100101001101101
Octal167224155

Shades and tints

Shades of #77946D

#77946D
(119,148,109)
#6D8764
(109,135,100)
#637A5B
(99,122,91)
#596D52
(89,109,82)
#4F6049
(79,96,73)
#455340
(69,83,64)
#3B4637
(59,70,55)
#31392E
(49,57,46)
#272C25
(39,44,37)
#1D1F1C
(29,31,28)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #77946D

#77946D
(119,148,109)
#839D7A
(131,157,122)
#8FA687
(143,166,135)
#9BAF94
(155,175,148)
#A7B8A1
(167,184,161)
#B3C1AE
(179,193,174)
#BFCABB
(191,202,187)
#CBD3C8
(203,211,200)
#D7DCD5
(215,220,213)
#E3E5E2
(227,229,226)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77946D color. Also use rgb(119,148,109) instead hex code.

Text Font Color

.myTextColor { color: #77946D; }

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

This text font color is #77946D.


Background Color

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

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

This div background color is #77946D.


Border color

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

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

This div border color is #77946D.


Opacity

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

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

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

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

This text has shadow with #77946D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77946D on black background.


Color preview on white background

This text has color #77946D on white background.



Black color preview on #77946D background

This text has black color on #77946D background.


White color preview on #77946D background

This text has white color on #77946D background.