COLOR #7E805E

HEX: #7E805E
RGB: (126,128,94)

Color info

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

RGB color model

#7E805E color RGB value is (126,128,94).

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

RGB channels and saturation

R 126 of 255 = 49%
G 128 of 255 = 50%
B 94 of 255 = 37%

126
128
94

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

Portions of RGB colors in percentages

R + G + B =
126 + 128 + 94 = 348 (100%)
R 126 of 348 ~ 36.21%
G 128 of 348 ~ 36.78%
B 94 of 348 ~ 27.01%

%36.21
%36.78
%27.01

CMYK color model

#7E805E color CMYK value is (2,0,27,50).

  • cyan value is 1.56%
  • magenta value is 0.00%
  • yellow value is 26.56%
  • key color value is 49.80%
CMYK:
(2,0,27,50)
C2M0Y27K50 
(2%,0%,27%,50%)
(0.02/0.00/0.27/0.50)	

CMYK percentages

%1.56
%0
%26.56
%49.8

Codes

Color #7E805E in popluar color models

7E805E
RGB12612894
HSL64°15.32%43.53%
HSB/HSV64°26.56%50.20%
CMYK1.56%0.00%26.56%
49.80%

Color #7E805E in popluar number systems.

HEX7E805E
Decimal12612894
Binary1111110100000001011110
Octal176200136

Shades and tints

Shades of #7E805E

#7E805E
(126,128,94)
#737556
(115,117,86)
#686A4E
(104,106,78)
#5D5F46
(93,95,70)
#52543E
(82,84,62)
#474936
(71,73,54)
#3C3E2E
(60,62,46)
#313326
(49,51,38)
#26281E
(38,40,30)
#1B1D16
(27,29,22)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #7E805E

#7E805E
(126,128,94)
#898B6C
(137,139,108)
#94967A
(148,150,122)
#9FA188
(159,161,136)
#AAAC96
(170,172,150)
#B5B7A4
(181,183,164)
#C0C2B2
(192,194,178)
#CBCDC0
(203,205,192)
#D6D8CE
(214,216,206)
#E1E3DC
(225,227,220)
#ECEEEA
(236,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E805E; }

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

This text font color is #7E805E.


Background Color

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

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

This div background color is #7E805E.


Border color

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

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

This div border color is #7E805E.


Opacity

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

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

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

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

This text has shadow with #7E805E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E805E on black background.


Color preview on white background

This text has color #7E805E on white background.



Black color preview on #7E805E background

This text has black color on #7E805E background.


White color preview on #7E805E background

This text has white color on #7E805E background.