COLOR #77976D

HEX: #77976D
RGB: (119,151,109)

Color info

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

RGB color model

#77976D color RGB value is (119,151,109).

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

RGB channels and saturation

R 119 of 255 = 47%
G 151 of 255 = 59%
B 109 of 255 = 43%

119
151
109

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

Portions of RGB colors in percentages

R + G + B =
119 + 151 + 109 = 379 (100%)
R 119 of 379 ~ 31.4%
G 151 of 379 ~ 39.84%
B 109 of 379 ~ 28.76%

%31.4
%39.84
%28.76

CMYK color model

#77976D color CMYK value is (21,0,28,41).

  • cyan value is 21.19%
  • magenta value is 0.00%
  • yellow value is 27.81%
  • key color value is 40.78%
CMYK:
(21,0,28,41)
C21M0Y28K41 
(21%,0%,28%,41%)
(0.21/0.00/0.28/0.41)	

CMYK percentages

%21.19
%0
%27.81
%40.78

Codes

Color #77976D in popluar color models

77976D
RGB119151109
HSL106°16.80%50.98%
HSB/HSV106°27.81%59.22%
CMYK21.19%0.00%27.81%
40.78%

Color #77976D in popluar number systems.

HEX77976D
Decimal119151109
Binary1110111100101111101101
Octal167227155

Shades and tints

Shades of #77976D

#77976D
(119,151,109)
#6D8A64
(109,138,100)
#637D5B
(99,125,91)
#597052
(89,112,82)
#4F6349
(79,99,73)
#455640
(69,86,64)
#3B4937
(59,73,55)
#313C2E
(49,60,46)
#272F25
(39,47,37)
#1D221C
(29,34,28)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #77976D

#77976D
(119,151,109)
#83A07A
(131,160,122)
#8FA987
(143,169,135)
#9BB294
(155,178,148)
#A7BBA1
(167,187,161)
#B3C4AE
(179,196,174)
#BFCDBB
(191,205,187)
#CBD6C8
(203,214,200)
#D7DFD5
(215,223,213)
#E3E8E2
(227,232,226)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77976D; }

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

This text font color is #77976D.


Background Color

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

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

This div background color is #77976D.


Border color

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

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

This div border color is #77976D.


Opacity

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

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

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

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

This text has shadow with #77976D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77976D on black background.


Color preview on white background

This text has color #77976D on white background.



Black color preview on #77976D background

This text has black color on #77976D background.


White color preview on #77976D background

This text has white color on #77976D background.