COLOR #77976B

HEX: #77976B RGB: (119,151,107)

Color info

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

RGB color model

#77976B color RGB value is (119,151,107).

RGB: (119,151,107) (47%, 59%, 42%)

RGB channels and saturation

R 119 of 255 = 47%
G 151 of 255 = 59%
B 107 of 255 = 42%

119
151
107

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

Portions of RGB colors in percentages

R + G + B = 119 + 151 + 107 = 377 (100%)
R 119 of 377 ~ 31.56%
G 151 of 377 ~ 40.05%
B 107 of 377 ~ 28.38'%

%31.56
%40.05
%28.38

CMYK color model

#77976B color CMYK value is (21,0,29,41).

  • cyan value is 21.19%
  • magenta value is 0.00%
  • yellow value is 29.14%
  • key color value is 40.78%

CMYK: (21,0,29,41)
C21M0Y29K41 (21%, 0%, 29%, 41%)
(0.21 / 0.00 / 0.29 / 0.41)

CMYK percentages

%21.19
%0
%29.14
%40.78

Codes

Color #77976B in popluar color models

77 97 6B
RGB 119 151 107
HSL 104° 17.46% 50.59%
HSB/HSV 104° 29.14% 59.22%
CMYK 21.19% 0.00% 29.14%
40.78%

Color #77976B in popluar number systems.

HEX 77 97 6B
Decimal 119 151 107
Binary 1110111 10010111 1101011
Octal 167 227 153

Shades and tints

Shades of #77976B

#77976B
(119,151,107)
#6D8A62
(109,138,98)
#637D59
(99,125,89)
#597050
(89,112,80)
#4F6347
(79,99,71)
#45563E
(69,86,62)
#3B4935
(59,73,53)
#313C2C
(49,60,44)
#272F23
(39,47,35)
#1D221A
(29,34,26)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #77976B

#77976B
(119,151,107)
#83A078
(131,160,120)
#8FA985
(143,169,133)
#9BB292
(155,178,146)
#A7BB9F
(167,187,159)
#B3C4AC
(179,196,172)
#BFCDB9
(191,205,185)
#CBD6C6
(203,214,198)
#D7DFD3
(215,223,211)
#E3E8E0
(227,232,224)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77976B; }

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

This text font color is #77976B.

Background Color

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

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

This div background color is #77976B.

Border color

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

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

This div border color is #77976B.

Opacity

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

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

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

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

This text has shadow with #77976B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77976B.

Preview

Color preview on black background

This text has color #77976B on black background.


Color preview on white background

This text has color #77976B on white background.


Black color preview on #77976B background

This text has black color on #77976B background.


White color preview on #77976B background

This text has white color on #77976B background.


Related colors

Complementary color

Complementary color for #hex is #886894.


I love getcolorcode.com

Triadic colors

1 #6B7797 and #976B77 with #77976B are triadic colors.

2 #6B9777 and #97776B with #77976B are triadic colors.