COLOR #7E9376

HEX: #7E9376 RGB: (126,147,118)

Color info

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

RGB color model

#7E9376 color RGB value is (126,147,118).

RGB: (126,147,118) (49%, 58%, 46%)

RGB channels and saturation

R 126 of 255 = 49%
G 147 of 255 = 58%
B 118 of 255 = 46%

126
147
118

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

Portions of RGB colors in percentages

R + G + B = 126 + 147 + 118 = 391 (100%)
R 126 of 391 ~ 32.23%
G 147 of 391 ~ 37.6%
B 118 of 391 ~ 30.18'%

%32.23
%37.6
%30.18

CMYK color model

#7E9376 color CMYK value is (14,0,20,42).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 19.73%
  • key color value is 42.35%

CMYK: (14,0,20,42)
C14M0Y20K42 (14%, 0%, 20%, 42%)
(0.14 / 0.00 / 0.20 / 0.42)

CMYK percentages

%14.29
%0
%19.73
%42.35

Codes

Color #7E9376 in popluar color models

7E 93 76
RGB 126 147 118
HSL 103° 11.84% 51.96%
HSB/HSV 103° 19.73% 57.65%
CMYK 14.29% 0.00% 19.73%
42.35%

Color #7E9376 in popluar number systems.

HEX 7E 93 76
Decimal 126 147 118
Binary 1111110 10010011 1110110
Octal 176 223 166

Shades and tints

Shades of #7E9376

#7E9376
(126,147,118)
#73866C
(115,134,108)
#687962
(104,121,98)
#5D6C58
(93,108,88)
#525F4E
(82,95,78)
#475244
(71,82,68)
#3C453A
(60,69,58)
#313830
(49,56,48)
#262B26
(38,43,38)
#1B1E1C
(27,30,28)
#101112
(16,17,18)
#000000
(0,0,0)

Tints of #7E9376

#7E9376
(126,147,118)
#899C82
(137,156,130)
#94A58E
(148,165,142)
#9FAE9A
(159,174,154)
#AAB7A6
(170,183,166)
#B5C0B2
(181,192,178)
#C0C9BE
(192,201,190)
#CBD2CA
(203,210,202)
#D6DBD6
(214,219,214)
#E1E4E2
(225,228,226)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E9376 color. Also use rgb(126,147,118) instead hex code.

Text Font Color

.myTextColor { color: #7E9376; }

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

This text font color is #7E9376.

Background Color

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

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

This div background color is #7E9376.

Border color

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

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

This div border color is #7E9376.

Opacity

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

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

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

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

This text has shadow with #7E9376 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E9376.

Preview

Color preview on black background

This text has color #7E9376 on black background.


Color preview on white background

This text has color #7E9376 on white background.


Black color preview on #7E9376 background

This text has black color on #7E9376 background.


White color preview on #7E9376 background

This text has white color on #7E9376 background.


Related colors

Complementary color

Complementary color for #hex is #816C89.


I love getcolorcode.com

Triadic colors

1 #767E93 and #93767E with #7E9376 are triadic colors.

2 #76937E and #937E76 with #7E9376 are triadic colors.