COLOR #7E937D

HEX: #7E937D RGB: (126,147,125)

Color info

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

RGB color model

#7E937D color RGB value is (126,147,125).

RGB: (126,147,125) (49%, 58%, 49%)

RGB channels and saturation

R 126 of 255 = 49%
G 147 of 255 = 58%
B 125 of 255 = 49%

126
147
125

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

Portions of RGB colors in percentages

R + G + B = 126 + 147 + 125 = 398 (100%)
R 126 of 398 ~ 31.66%
G 147 of 398 ~ 36.93%
B 125 of 398 ~ 31.41'%

%31.66
%36.93
%31.41

CMYK color model

#7E937D color CMYK value is (14,0,15,42).

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

CMYK: (14,0,15,42)
C14M0Y15K42 (14%, 0%, 15%, 42%)
(0.14 / 0.00 / 0.15 / 0.42)

CMYK percentages

%14.29
%0
%14.97
%42.35

Codes

Color #7E937D in popluar color models

7E 93 7D
RGB 126 147 125
HSL 117° 9.24% 53.33%
HSB/HSV 117° 14.97% 57.65%
CMYK 14.29% 0.00% 14.97%
42.35%

Color #7E937D in popluar number systems.

HEX 7E 93 7D
Decimal 126 147 125
Binary 1111110 10010011 1111101
Octal 176 223 175

Shades and tints

Shades of #7E937D

#7E937D
(126,147,125)
#738672
(115,134,114)
#687967
(104,121,103)
#5D6C5C
(93,108,92)
#525F51
(82,95,81)
#475246
(71,82,70)
#3C453B
(60,69,59)
#313830
(49,56,48)
#262B25
(38,43,37)
#1B1E1A
(27,30,26)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #7E937D

#7E937D
(126,147,125)
#899C88
(137,156,136)
#94A593
(148,165,147)
#9FAE9E
(159,174,158)
#AAB7A9
(170,183,169)
#B5C0B4
(181,192,180)
#C0C9BF
(192,201,191)
#CBD2CA
(203,210,202)
#D6DBD5
(214,219,213)
#E1E4E0
(225,228,224)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E937D; }

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

This text font color is #7E937D.

Background Color

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

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

This div background color is #7E937D.

Border color

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

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

This div border color is #7E937D.

Opacity

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

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

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

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

This text has shadow with #7E937D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E937D.

Preview

Color preview on black background

This text has color #7E937D on black background.


Color preview on white background

This text has color #7E937D on white background.


Black color preview on #7E937D background

This text has black color on #7E937D background.


White color preview on #7E937D background

This text has white color on #7E937D background.


Related colors

Complementary color

Complementary color for #hex is #816C82.


I love getcolorcode.com

Triadic colors

1 #7D7E93 and #937D7E with #7E937D are triadic colors.

2 #7D937E and #937E7D with #7E937D are triadic colors.