COLOR #7E847B

HEX: #7E847B
RGB: (126,132,123)

Color info

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

RGB color model

#7E847B color RGB value is (126,132,123).

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

RGB channels and saturation

R 126 of 255 = 49%
G 132 of 255 = 52%
B 123 of 255 = 48%

126
132
123

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

Portions of RGB colors in percentages

R + G + B =
126 + 132 + 123 = 381 (100%)
R 126 of 381 ~ 33.07%
G 132 of 381 ~ 34.65%
B 123 of 381 ~ 32.28%

%33.07
%34.65
%32.28

CMYK color model

#7E847B color CMYK value is (5,0,7,48).

  • cyan value is 4.55%
  • magenta value is 0.00%
  • yellow value is 6.82%
  • key color value is 48.24%
CMYK:
(5,0,7,48)
C5M0Y7K48 
(5%,0%,7%,48%)
(0.05/0.00/0.07/0.48)	

CMYK percentages

%4.55
%0
%6.82
%48.24

Codes

Color #7E847B in popluar color models

7E847B
RGB126132123
HSL100°3.53%50.00%
HSB/HSV100°6.82%51.76%
CMYK4.55%0.00%6.82%
48.24%

Color #7E847B in popluar number systems.

HEX7E847B
Decimal126132123
Binary1111110100001001111011
Octal176204173

Shades and tints

Shades of #7E847B

#7E847B
(126,132,123)
#737870
(115,120,112)
#686C65
(104,108,101)
#5D605A
(93,96,90)
#52544F
(82,84,79)
#474844
(71,72,68)
#3C3C39
(60,60,57)
#31302E
(49,48,46)
#262423
(38,36,35)
#1B1818
(27,24,24)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #7E847B

#7E847B
(126,132,123)
#898F87
(137,143,135)
#949A93
(148,154,147)
#9FA59F
(159,165,159)
#AAB0AB
(170,176,171)
#B5BBB7
(181,187,183)
#C0C6C3
(192,198,195)
#CBD1CF
(203,209,207)
#D6DCDB
(214,220,219)
#E1E7E7
(225,231,231)
#ECF2F3
(236,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E847B; }

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

This text font color is #7E847B.


Background Color

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

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

This div background color is #7E847B.


Border color

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

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

This div border color is #7E847B.


Opacity

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

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

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

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

This text has shadow with #7E847B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E847B on black background.


Color preview on white background

This text has color #7E847B on white background.



Black color preview on #7E847B background

This text has black color on #7E847B background.


White color preview on #7E847B background

This text has white color on #7E847B background.