COLOR #7E786F

HEX: #7E786F
RGB: (126,120,111)

Color info

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

RGB color model

#7E786F color RGB value is (126,120,111).

  • red value is 126;
  • green value is 120;
  • blue value is 111.
RGB:
(126,120,111)
(49%,47%,44%)

RGB channels and saturation

R 126 of 255 = 49%
G 120 of 255 = 47%
B 111 of 255 = 44%

126
120
111

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

Portions of RGB colors in percentages

R + G + B =
126 + 120 + 111 = 357 (100%)
R 126 of 357 ~ 35.29%
G 120 of 357 ~ 33.61%
B 111 of 357 ~ 31.09%

%35.29
%33.61
%31.09

CMYK color model

#7E786F color CMYK value is (0,5,12,51).

  • cyan value is 0.00%
  • magenta value is 4.76%
  • yellow value is 11.90%
  • key color value is 50.59%
CMYK:
(0,5,12,51)
C0M5Y12K51 
(0%,5%,12%,51%)
(0.00/0.05/0.12/0.51)	

CMYK percentages

%0
%4.76
%11.9
%50.59

Codes

Color #7E786F in popluar color models

7E786F
RGB126120111
HSL36°6.33%46.47%
HSB/HSV36°11.90%49.41%
CMYK0.00%4.76%11.90%
50.59%

Color #7E786F in popluar number systems.

HEX7E786F
Decimal126120111
Binary111111011110001101111
Octal176170157

Shades and tints

Shades of #7E786F

#7E786F
(126,120,111)
#736E65
(115,110,101)
#68645B
(104,100,91)
#5D5A51
(93,90,81)
#525047
(82,80,71)
#47463D
(71,70,61)
#3C3C33
(60,60,51)
#313229
(49,50,41)
#26281F
(38,40,31)
#1B1E15
(27,30,21)
#10140B
(16,20,11)
#000000
(0,0,0)

Tints of #7E786F

#7E786F
(126,120,111)
#89847C
(137,132,124)
#949089
(148,144,137)
#9F9C96
(159,156,150)
#AAA8A3
(170,168,163)
#B5B4B0
(181,180,176)
#C0C0BD
(192,192,189)
#CBCCCA
(203,204,202)
#D6D8D7
(214,216,215)
#E1E4E4
(225,228,228)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E786F color. Also use rgb(126,120,111) instead hex code.

Text Font Color

.myTextColor { color: #7E786F; }

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

This text font color is #7E786F.


Background Color

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

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

This div background color is #7E786F.


Border color

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

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

This div border color is #7E786F.


Opacity

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

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

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

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

This text has shadow with #7E786F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E786F on black background.


Color preview on white background

This text has color #7E786F on white background.



Black color preview on #7E786F background

This text has black color on #7E786F background.


White color preview on #7E786F background

This text has white color on #7E786F background.