COLOR #7E837B

HEX: #7E837B
RGB: (126,131,123)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

126
131
123

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

Portions of RGB colors in percentages

R + G + B =
126 + 131 + 123 = 380 (100%)
R 126 of 380 ~ 33.16%
G 131 of 380 ~ 34.47%
B 123 of 380 ~ 32.37%

%33.16
%34.47
%32.37

CMYK color model

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

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

CMYK percentages

%3.82
%0
%6.11
%48.63

Codes

Color #7E837B in popluar color models

7E837B
RGB126131123
HSL97°3.15%49.80%
HSB/HSV97°6.11%51.37%
CMYK3.82%0.00%6.11%
48.63%

Color #7E837B in popluar number systems.

HEX7E837B
Decimal126131123
Binary1111110100000111111011
Octal176203173

Shades and tints

Shades of #7E837B

#7E837B
(126,131,123)
#737870
(115,120,112)
#686D65
(104,109,101)
#5D625A
(93,98,90)
#52574F
(82,87,79)
#474C44
(71,76,68)
#3C4139
(60,65,57)
#31362E
(49,54,46)
#262B23
(38,43,35)
#1B2018
(27,32,24)
#10150D
(16,21,13)
#000000
(0,0,0)

Tints of #7E837B

#7E837B
(126,131,123)
#898E87
(137,142,135)
#949993
(148,153,147)
#9FA49F
(159,164,159)
#AAAFAB
(170,175,171)
#B5BAB7
(181,186,183)
#C0C5C3
(192,197,195)
#CBD0CF
(203,208,207)
#D6DBDB
(214,219,219)
#E1E6E7
(225,230,231)
#ECF1F3
(236,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E837B; }

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

This text font color is #7E837B.


Background Color

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

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

This div background color is #7E837B.


Border color

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

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

This div border color is #7E837B.


Opacity

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

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

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

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

This text has shadow with #7E837B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E837B on black background.


Color preview on white background

This text has color #7E837B on white background.



Black color preview on #7E837B background

This text has black color on #7E837B background.


White color preview on #7E837B background

This text has white color on #7E837B background.