COLOR #77956E

HEX: #77956E RGB: (119,149,110)

Color info

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

RGB color model

#77956E color RGB value is (119,149,110).

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

RGB channels and saturation

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

119
149
110

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

Portions of RGB colors in percentages

R + G + B = 119 + 149 + 110 = 378 (100%)
R 119 of 378 ~ 31.48%
G 149 of 378 ~ 39.42%
B 110 of 378 ~ 29.1'%

%31.48
%39.42
%29.1

CMYK color model

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

  • cyan value is 20.13%
  • magenta value is 0.00%
  • yellow value is 26.17%
  • key color value is 41.57%

CMYK: (20,0,26,42)
C20M0Y26K42 (20%, 0%, 26%, 42%)
(0.20 / 0.00 / 0.26 / 0.42)

CMYK percentages

%20.13
%0
%26.17
%41.57

Codes

Color #77956E in popluar color models

77 95 6E
RGB 119 149 110
HSL 106° 15.54% 50.78%
HSB/HSV 106° 26.17% 58.43%
CMYK 20.13% 0.00% 26.17%
41.57%

Color #77956E in popluar number systems.

HEX 77 95 6E
Decimal 119 149 110
Binary 1110111 10010101 1101110
Octal 167 225 156

Shades and tints

Shades of #77956E

#77956E
(119,149,110)
#6D8864
(109,136,100)
#637B5A
(99,123,90)
#596E50
(89,110,80)
#4F6146
(79,97,70)
#45543C
(69,84,60)
#3B4732
(59,71,50)
#313A28
(49,58,40)
#272D1E
(39,45,30)
#1D2014
(29,32,20)
#13130A
(19,19,10)
#000000
(0,0,0)

Tints of #77956E

#77956E
(119,149,110)
#839E7B
(131,158,123)
#8FA788
(143,167,136)
#9BB095
(155,176,149)
#A7B9A2
(167,185,162)
#B3C2AF
(179,194,175)
#BFCBBC
(191,203,188)
#CBD4C9
(203,212,201)
#D7DDD6
(215,221,214)
#E3E6E3
(227,230,227)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77956E; }

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

This text font color is #77956E.

Background Color

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

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

This div background color is #77956E.

Border color

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

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

This div border color is #77956E.

Opacity

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

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

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

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

This text has shadow with #77956E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77956E.

Preview

Color preview on black background

This text has color #77956E on black background.


Color preview on white background

This text has color #77956E on white background.


Black color preview on #77956E background

This text has black color on #77956E background.


White color preview on #77956E background

This text has white color on #77956E background.


Related colors

Complementary color

Complementary color for #hex is #886A91.


I love getcolorcode.com

Triadic colors

1 #6E7795 and #956E77 with #77956E are triadic colors.

2 #6E9577 and #95776E with #77956E are triadic colors.