COLOR #7E837E

HEX: #7E837E
RGB: (126,131,126)

Color info

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

RGB color model

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

  • red value is 126;
  • green value is 131;
  • blue value is 126.
RGB:
(126,131,126)
(49%,51%,49%)

RGB channels and saturation

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

126
131
126

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

Portions of RGB colors in percentages

R + G + B =
126 + 131 + 126 = 383 (100%)
R 126 of 383 ~ 32.9%
G 131 of 383 ~ 34.2%
B 126 of 383 ~ 32.9%

%32.9
%34.2
%32.9

CMYK color model

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

  • cyan value is 3.82%
  • magenta value is 0.00%
  • yellow value is 3.82%
  • key color value is 48.63%
CMYK:
(4,0,4,49)
C4M0Y4K49 
(4%,0%,4%,49%)
(0.04/0.00/0.04/0.49)	

CMYK percentages

%3.82
%0
%3.82
%48.63

Codes

Color #7E837E in popluar color models

7E837E
RGB126131126
HSL120°1.98%50.39%
HSB/HSV120°3.82%51.37%
CMYK3.82%0.00%3.82%
48.63%

Color #7E837E in popluar number systems.

HEX7E837E
Decimal126131126
Binary1111110100000111111110
Octal176203176

Shades and tints

Shades of #7E837E

#7E837E
(126,131,126)
#737873
(115,120,115)
#686D68
(104,109,104)
#5D625D
(93,98,93)
#525752
(82,87,82)
#474C47
(71,76,71)
#3C413C
(60,65,60)
#313631
(49,54,49)
#262B26
(38,43,38)
#1B201B
(27,32,27)
#101510
(16,21,16)
#000000
(0,0,0)

Tints of #7E837E

#7E837E
(126,131,126)
#898E89
(137,142,137)
#949994
(148,153,148)
#9FA49F
(159,164,159)
#AAAFAA
(170,175,170)
#B5BAB5
(181,186,181)
#C0C5C0
(192,197,192)
#CBD0CB
(203,208,203)
#D6DBD6
(214,219,214)
#E1E6E1
(225,230,225)
#ECF1EC
(236,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E837E; }

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

This text font color is #7E837E.


Background Color

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

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

This div background color is #7E837E.


Border color

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

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

This div border color is #7E837E.


Opacity

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

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

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

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

This text has shadow with #7E837E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E837E on black background.


Color preview on white background

This text has color #7E837E on white background.



Black color preview on #7E837E background

This text has black color on #7E837E background.


White color preview on #7E837E background

This text has white color on #7E837E background.