COLOR #77946E

HEX: #77946E RGB: (119,148,110)

Color info

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

RGB color model

#77946E color RGB value is (119,148,110).

RGB: (119,148,110) (47%, 58%, 43%)

RGB channels and saturation

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

119
148
110

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

Portions of RGB colors in percentages

R + G + B = 119 + 148 + 110 = 377 (100%)
R 119 of 377 ~ 31.56%
G 148 of 377 ~ 39.26%
B 110 of 377 ~ 29.18'%

%31.56
%39.26
%29.18

CMYK color model

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

  • cyan value is 19.59%
  • magenta value is 0.00%
  • yellow value is 25.68%
  • 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
%25.68
%41.96

Codes

Color #77946E in popluar color models

77 94 6E
RGB 119 148 110
HSL 106° 15.08% 50.59%
HSB/HSV 106° 25.68% 58.04%
CMYK 19.59% 0.00% 25.68%
41.96%

Color #77946E in popluar number systems.

HEX 77 94 6E
Decimal 119 148 110
Binary 1110111 10010100 1101110
Octal 167 224 156

Shades and tints

Shades of #77946E

#77946E
(119,148,110)
#6D8764
(109,135,100)
#637A5A
(99,122,90)
#596D50
(89,109,80)
#4F6046
(79,96,70)
#45533C
(69,83,60)
#3B4632
(59,70,50)
#313928
(49,57,40)
#272C1E
(39,44,30)
#1D1F14
(29,31,20)
#13120A
(19,18,10)
#000000
(0,0,0)

Tints of #77946E

#77946E
(119,148,110)
#839D7B
(131,157,123)
#8FA688
(143,166,136)
#9BAF95
(155,175,149)
#A7B8A2
(167,184,162)
#B3C1AF
(179,193,175)
#BFCABC
(191,202,188)
#CBD3C9
(203,211,201)
#D7DCD6
(215,220,214)
#E3E5E3
(227,229,227)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77946E; }

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

This text font color is #77946E.

Background Color

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

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

This div background color is #77946E.

Border color

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

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

This div border color is #77946E.

Opacity

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

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

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

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

This text has shadow with #77946E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77946E.

Preview

Color preview on black background

This text has color #77946E on black background.


Color preview on white background

This text has color #77946E on white background.


Black color preview on #77946E background

This text has black color on #77946E background.


White color preview on #77946E background

This text has white color on #77946E background.


Related colors

Complementary color

Complementary color for #hex is #886B91.


I love getcolorcode.com

Triadic colors

1 #6E7794 and #946E77 with #77946E are triadic colors.

2 #6E9477 and #94776E with #77946E are triadic colors.