COLOR #7E686E

HEX: #7E686E
RGB: (126,104,110)

Color info

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

RGB color model

#7E686E color RGB value is (126,104,110).

  • red value is 126;
  • green value is 104;
  • blue value is 110.
RGB:
(126,104,110)
(49%,41%,43%)

RGB channels and saturation

R 126 of 255 = 49%
G 104 of 255 = 41%
B 110 of 255 = 43%

126
104
110

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

Portions of RGB colors in percentages

R + G + B =
126 + 104 + 110 = 340 (100%)
R 126 of 340 ~ 37.06%
G 104 of 340 ~ 30.59%
B 110 of 340 ~ 32.35%

%37.06
%30.59
%32.35

CMYK color model

#7E686E color CMYK value is (0,17,13,51).

  • cyan value is 0.00%
  • magenta value is 17.46%
  • yellow value is 12.70%
  • key color value is 50.59%
CMYK:
(0,17,13,51)
C0M17Y13K51 
(0%,17%,13%,51%)
(0.00/0.17/0.13/0.51)	

CMYK percentages

%0
%17.46
%12.7
%50.59

Codes

Color #7E686E in popluar color models

7E686E
RGB126104110
HSL344°9.57%45.10%
HSB/HSV344°17.46%49.41%
CMYK0.00%17.46%12.70%
50.59%

Color #7E686E in popluar number systems.

HEX7E686E
Decimal126104110
Binary111111011010001101110
Octal176150156

Shades and tints

Shades of #7E686E

#7E686E
(126,104,110)
#735F64
(115,95,100)
#68565A
(104,86,90)
#5D4D50
(93,77,80)
#524446
(82,68,70)
#473B3C
(71,59,60)
#3C3232
(60,50,50)
#312928
(49,41,40)
#26201E
(38,32,30)
#1B1714
(27,23,20)
#100E0A
(16,14,10)
#000000
(0,0,0)

Tints of #7E686E

#7E686E
(126,104,110)
#89757B
(137,117,123)
#948288
(148,130,136)
#9F8F95
(159,143,149)
#AA9CA2
(170,156,162)
#B5A9AF
(181,169,175)
#C0B6BC
(192,182,188)
#CBC3C9
(203,195,201)
#D6D0D6
(214,208,214)
#E1DDE3
(225,221,227)
#ECEAF0
(236,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E686E color. Also use rgb(126,104,110) instead hex code.

Text Font Color

.myTextColor { color: #7E686E; }

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

This text font color is #7E686E.


Background Color

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

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

This div background color is #7E686E.


Border color

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

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

This div border color is #7E686E.


Opacity

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

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

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

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

This text has shadow with #7E686E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E686E on black background.


Color preview on white background

This text has color #7E686E on white background.



Black color preview on #7E686E background

This text has black color on #7E686E background.


White color preview on #7E686E background

This text has white color on #7E686E background.