COLOR #7E837C

HEX: #7E837C RGB: (126,131,124)

Color info

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

RGB color model

#7E837C color RGB value is (126,131,124).

RGB: (126,131,124) (49%, 51%, 49%)

RGB channels and saturation

R 126 of 255 = 49%
G 131 of 255 = 51%
B 124 of 255 = 49%

126
131
124

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

Portions of RGB colors in percentages

R + G + B = 126 + 131 + 124 = 381 (100%)
R 126 of 381 ~ 33.07%
G 131 of 381 ~ 34.38%
B 124 of 381 ~ 32.55'%

%33.07
%34.38
%32.55

CMYK color model

#7E837C color CMYK value is (4,0,5,49).

  • cyan value is 3.82%
  • magenta value is 0.00%
  • yellow value is 5.34%
  • key color value is 48.63%

CMYK: (4,0,5,49)
C4M0Y5K49 (4%, 0%, 5%, 49%)
(0.04 / 0.00 / 0.05 / 0.49)

CMYK percentages

%3.82
%0
%5.34
%48.63

Codes

Color #7E837C in popluar color models

7E 83 7C
RGB 126 131 124
HSL 103° 2.75% 50.00%
HSB/HSV 103° 5.34% 51.37%
CMYK 3.82% 0.00% 5.34%
48.63%

Color #7E837C in popluar number systems.

HEX 7E 83 7C
Decimal 126 131 124
Binary 1111110 10000011 1111100
Octal 176 203 174

Shades and tints

Shades of #7E837C

#7E837C
(126,131,124)
#737871
(115,120,113)
#686D66
(104,109,102)
#5D625B
(93,98,91)
#525750
(82,87,80)
#474C45
(71,76,69)
#3C413A
(60,65,58)
#31362F
(49,54,47)
#262B24
(38,43,36)
#1B2019
(27,32,25)
#10150E
(16,21,14)
#000000
(0,0,0)

Tints of #7E837C

#7E837C
(126,131,124)
#898E87
(137,142,135)
#949992
(148,153,146)
#9FA49D
(159,164,157)
#AAAFA8
(170,175,168)
#B5BAB3
(181,186,179)
#C0C5BE
(192,197,190)
#CBD0C9
(203,208,201)
#D6DBD4
(214,219,212)
#E1E6DF
(225,230,223)
#ECF1EA
(236,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E837C color. Also use rgb(126,131,124) instead hex code.

Text Font Color

.myTextColor { color: #7E837C; }

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

This text font color is #7E837C.

Background Color

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

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

This div background color is #7E837C.

Border color

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

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

This div border color is #7E837C.

Opacity

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

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

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

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

This text has shadow with #7E837C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E837C.

Preview

Color preview on black background

This text has color #7E837C on black background.


Color preview on white background

This text has color #7E837C on white background.


Black color preview on #7E837C background

This text has black color on #7E837C background.


White color preview on #7E837C background

This text has white color on #7E837C background.


Related colors

Complementary color

Complementary color for #hex is #817C83.


I love getcolorcode.com

Triadic colors

1 #7C7E83 and #837C7E with #7E837C are triadic colors.

2 #7C837E and #837E7C with #7E837C are triadic colors.