COLOR #76977F

HEX: #76977F RGB: (118,151,127)

Color info

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

RGB color model

#76977F color RGB value is (118,151,127).

RGB: (118,151,127) (46%, 59%, 50%)

RGB channels and saturation

R 118 of 255 = 46%
G 151 of 255 = 59%
B 127 of 255 = 50%

118
151
127

R + G + B ~ 52%. #76977F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 118 + 151 + 127 = 396 (100%)
R 118 of 396 ~ 29.8%
G 151 of 396 ~ 38.13%
B 127 of 396 ~ 32.07'%

%29.8
%38.13
%32.07

CMYK color model

#76977F color CMYK value is (22,0,16,41).

  • cyan value is 21.85%
  • magenta value is 0.00%
  • yellow value is 15.89%
  • key color value is 40.78%

CMYK: (22,0,16,41)
C22M0Y16K41 (22%, 0%, 16%, 41%)
(0.22 / 0.00 / 0.16 / 0.41)

CMYK percentages

%21.85
%0
%15.89
%40.78

Codes

Color #76977F in popluar color models

76 97 7F
RGB 118 151 127
HSL 136° 13.69% 52.75%
HSB/HSV 136° 21.85% 59.22%
CMYK 21.85% 0.00% 15.89%
40.78%

Color #76977F in popluar number systems.

HEX 76 97 7F
Decimal 118 151 127
Binary 1110110 10010111 1111111
Octal 166 227 177

Shades and tints

Shades of #76977F

#76977F
(118,151,127)
#6C8A74
(108,138,116)
#627D69
(98,125,105)
#58705E
(88,112,94)
#4E6353
(78,99,83)
#445648
(68,86,72)
#3A493D
(58,73,61)
#303C32
(48,60,50)
#262F27
(38,47,39)
#1C221C
(28,34,28)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #76977F

#76977F
(118,151,127)
#82A08A
(130,160,138)
#8EA995
(142,169,149)
#9AB2A0
(154,178,160)
#A6BBAB
(166,187,171)
#B2C4B6
(178,196,182)
#BECDC1
(190,205,193)
#CAD6CC
(202,214,204)
#D6DFD7
(214,223,215)
#E2E8E2
(226,232,226)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76977F color. Also use rgb(118,151,127) instead hex code.

Text Font Color

.myTextColor { color: #76977F; }

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

This text font color is #76977F.

Background Color

.myBgColor { background-color: #76977F; }

<div style="background-color:#76977F">Inner text</div>

This div background color is #76977F.

Border color

.myBorderColor { border: 1px solid #76977F; }

<div style="border:3px solid #76977F">Div</div>

This div border color is #76977F.

Opacity

.myOpacity80 { color: #76977F; opacity: 0.8; }

<p style="color:#76977F;opacity:0.8;">80%</p>

Text with #76977F 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 #76977F;}

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

This text has shadow with #76977F color.


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

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

This text has shadow with #76977F primary color and red secondary color.


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

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

This text has shadow with #76977F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #76977F.

Preview

Color preview on black background

This text has color #76977F on black background.


Color preview on white background

This text has color #76977F on white background.


Black color preview on #76977F background

This text has black color on #76977F background.


White color preview on #76977F background

This text has white color on #76977F background.


Related colors

Complementary color

Complementary color for #hex is #896880.


I love getcolorcode.com

Triadic colors

1 #7F7697 and #977F76 with #76977F are triadic colors.

2 #7F9776 and #97767F with #76977F are triadic colors.