COLOR #7E806B

HEX: #7E806B
RGB: (126,128,107)

Color info

#7E806B contains red, green and blue colors in about the same proportion. Web safe color of #7E806B is #666666 (or #666).

RGB color model

#7E806B color RGB value is (126,128,107).

  • red value is 126;
  • green value is 128;
  • blue value is 107.
RGB:
(126,128,107)
(49%,50%,42%)

RGB channels and saturation

R 126 of 255 = 49%
G 128 of 255 = 50%
B 107 of 255 = 42%

126
128
107

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

Portions of RGB colors in percentages

R + G + B =
126 + 128 + 107 = 361 (100%)
R 126 of 361 ~ 34.9%
G 128 of 361 ~ 35.46%
B 107 of 361 ~ 29.64%

%34.9
%35.46
%29.64

CMYK color model

#7E806B color CMYK value is (2,0,16,50).

  • cyan value is 1.56%
  • magenta value is 0.00%
  • yellow value is 16.41%
  • key color value is 49.80%
CMYK:
(2,0,16,50)
C2M0Y16K50 
(2%,0%,16%,50%)
(0.02/0.00/0.16/0.50)	

CMYK percentages

%1.56
%0
%16.41
%49.8

Codes

Color #7E806B in popluar color models

7E806B
RGB126128107
HSL66°8.94%46.08%
HSB/HSV66°16.41%50.20%
CMYK1.56%0.00%16.41%
49.80%

Color #7E806B in popluar number systems.

HEX7E806B
Decimal126128107
Binary1111110100000001101011
Octal176200153

Shades and tints

Shades of #7E806B

#7E806B
(126,128,107)
#737562
(115,117,98)
#686A59
(104,106,89)
#5D5F50
(93,95,80)
#525447
(82,84,71)
#47493E
(71,73,62)
#3C3E35
(60,62,53)
#31332C
(49,51,44)
#262823
(38,40,35)
#1B1D1A
(27,29,26)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #7E806B

#7E806B
(126,128,107)
#898B78
(137,139,120)
#949685
(148,150,133)
#9FA192
(159,161,146)
#AAAC9F
(170,172,159)
#B5B7AC
(181,183,172)
#C0C2B9
(192,194,185)
#CBCDC6
(203,205,198)
#D6D8D3
(214,216,211)
#E1E3E0
(225,227,224)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E806B; }

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

This text font color is #7E806B.


Background Color

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

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

This div background color is #7E806B.


Border color

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

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

This div border color is #7E806B.


Opacity

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

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

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

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

This text has shadow with #7E806B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E806B on black background.


Color preview on white background

This text has color #7E806B on white background.



Black color preview on #7E806B background

This text has black color on #7E806B background.


White color preview on #7E806B background

This text has white color on #7E806B background.