COLOR #7E806C

HEX: #7E806C
RGB: (126,128,108)

Color info

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

RGB color model

#7E806C color RGB value is (126,128,108).

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

RGB channels and saturation

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

126
128
108

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

Portions of RGB colors in percentages

R + G + B =
126 + 128 + 108 = 362 (100%)
R 126 of 362 ~ 34.81%
G 128 of 362 ~ 35.36%
B 108 of 362 ~ 29.83%

%34.81
%35.36
%29.83

CMYK color model

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

  • cyan value is 1.56%
  • magenta value is 0.00%
  • yellow value is 15.63%
  • 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
%15.63
%49.8

Codes

Color #7E806C in popluar color models

7E806C
RGB126128108
HSL66°8.47%46.27%
HSB/HSV66°15.63%50.20%
CMYK1.56%0.00%15.63%
49.80%

Color #7E806C in popluar number systems.

HEX7E806C
Decimal126128108
Binary1111110100000001101100
Octal176200154

Shades and tints

Shades of #7E806C

#7E806C
(126,128,108)
#737563
(115,117,99)
#686A5A
(104,106,90)
#5D5F51
(93,95,81)
#525448
(82,84,72)
#47493F
(71,73,63)
#3C3E36
(60,62,54)
#31332D
(49,51,45)
#262824
(38,40,36)
#1B1D1B
(27,29,27)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #7E806C

#7E806C
(126,128,108)
#898B79
(137,139,121)
#949686
(148,150,134)
#9FA193
(159,161,147)
#AAACA0
(170,172,160)
#B5B7AD
(181,183,173)
#C0C2BA
(192,194,186)
#CBCDC7
(203,205,199)
#D6D8D4
(214,216,212)
#E1E3E1
(225,227,225)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E806C; }

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

This text font color is #7E806C.


Background Color

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

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

This div background color is #7E806C.


Border color

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

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

This div border color is #7E806C.


Opacity

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

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

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

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

This text has shadow with #7E806C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E806C on black background.


Color preview on white background

This text has color #7E806C on white background.



Black color preview on #7E806C background

This text has black color on #7E806C background.


White color preview on #7E806C background

This text has white color on #7E806C background.