COLOR #7E976C

HEX: #7E976C RGB: (126,151,108)

Color info

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

RGB color model

#7E976C color RGB value is (126,151,108).

RGB: (126,151,108) (49%, 59%, 42%)

RGB channels and saturation

R 126 of 255 = 49%
G 151 of 255 = 59%
B 108 of 255 = 42%

126
151
108

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

Portions of RGB colors in percentages

R + G + B = 126 + 151 + 108 = 385 (100%)
R 126 of 385 ~ 32.73%
G 151 of 385 ~ 39.22%
B 108 of 385 ~ 28.05'%

%32.73
%39.22
%28.05

CMYK color model

#7E976C color CMYK value is (17,0,28,41).

  • cyan value is 16.56%
  • magenta value is 0.00%
  • yellow value is 28.48%
  • key color value is 40.78%

CMYK: (17,0,28,41)
C17M0Y28K41 (17%, 0%, 28%, 41%)
(0.17 / 0.00 / 0.28 / 0.41)

CMYK percentages

%16.56
%0
%28.48
%40.78

Codes

Color #7E976C in popluar color models

7E 97 6C
RGB 126 151 108
HSL 95° 17.13% 50.78%
HSB/HSV 95° 28.48% 59.22%
CMYK 16.56% 0.00% 28.48%
40.78%

Color #7E976C in popluar number systems.

HEX 7E 97 6C
Decimal 126 151 108
Binary 1111110 10010111 1101100
Octal 176 227 154

Shades and tints

Shades of #7E976C

#7E976C
(126,151,108)
#738A63
(115,138,99)
#687D5A
(104,125,90)
#5D7051
(93,112,81)
#526348
(82,99,72)
#47563F
(71,86,63)
#3C4936
(60,73,54)
#313C2D
(49,60,45)
#262F24
(38,47,36)
#1B221B
(27,34,27)
#101512
(16,21,18)
#000000
(0,0,0)

Tints of #7E976C

#7E976C
(126,151,108)
#89A079
(137,160,121)
#94A986
(148,169,134)
#9FB293
(159,178,147)
#AABBA0
(170,187,160)
#B5C4AD
(181,196,173)
#C0CDBA
(192,205,186)
#CBD6C7
(203,214,199)
#D6DFD4
(214,223,212)
#E1E8E1
(225,232,225)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E976C color. Also use rgb(126,151,108) instead hex code.

Text Font Color

.myTextColor { color: #7E976C; }

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

This text font color is #7E976C.

Background Color

.myBgColor { background-color: #7E976C; }

<div style="background-color:#7E976C">Inner text</div>

This div background color is #7E976C.

Border color

.myBorderColor { border: 1px solid #7E976C; }

<div style="border:3px solid #7E976C">Div</div>

This div border color is #7E976C.

Opacity

.myOpacity80 { color: #7E976C; opacity: 0.8; }

<p style="color:#7E976C;opacity:0.8;">80%</p>

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

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

This text has shadow with #7E976C color.


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

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

This text has shadow with #7E976C primary color and red secondary color.


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

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

This text has shadow with #7E976C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7E976C.

Preview

Color preview on black background

This text has color #7E976C on black background.


Color preview on white background

This text has color #7E976C on white background.


Black color preview on #7E976C background

This text has black color on #7E976C background.


White color preview on #7E976C background

This text has white color on #7E976C background.


Related colors

Complementary color

Complementary color for #hex is #816893.


I love getcolorcode.com

Triadic colors

1 #6C7E97 and #976C7E with #7E976C are triadic colors.

2 #6C977E and #977E6C with #7E976C are triadic colors.