COLOR #7E716F

HEX: #7E716F
RGB: (126,113,111)

Color info

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

RGB color model

#7E716F color RGB value is (126,113,111).

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

RGB channels and saturation

R 126 of 255 = 49%
G 113 of 255 = 44%
B 111 of 255 = 44%

126
113
111

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

Portions of RGB colors in percentages

R + G + B =
126 + 113 + 111 = 350 (100%)
R 126 of 350 ~ 36%
G 113 of 350 ~ 32.29%
B 111 of 350 ~ 31.71%

%36
%32.29
%31.71

CMYK color model

#7E716F color CMYK value is (0,10,12,51).

  • cyan value is 0.00%
  • magenta value is 10.32%
  • yellow value is 11.90%
  • key color value is 50.59%
CMYK:
(0,10,12,51)
C0M10Y12K51 
(0%,10%,12%,51%)
(0.00/0.10/0.12/0.51)	

CMYK percentages

%0
%10.32
%11.9
%50.59

Codes

Color #7E716F in popluar color models

7E716F
RGB126113111
HSL6.33%46.47%
HSB/HSV11.90%49.41%
CMYK0.00%10.32%11.90%
50.59%

Color #7E716F in popluar number systems.

HEX7E716F
Decimal126113111
Binary111111011100011101111
Octal176161157

Shades and tints

Shades of #7E716F

#7E716F
(126,113,111)
#736765
(115,103,101)
#685D5B
(104,93,91)
#5D5351
(93,83,81)
#524947
(82,73,71)
#473F3D
(71,63,61)
#3C3533
(60,53,51)
#312B29
(49,43,41)
#26211F
(38,33,31)
#1B1715
(27,23,21)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #7E716F

#7E716F
(126,113,111)
#897D7C
(137,125,124)
#948989
(148,137,137)
#9F9596
(159,149,150)
#AAA1A3
(170,161,163)
#B5ADB0
(181,173,176)
#C0B9BD
(192,185,189)
#CBC5CA
(203,197,202)
#D6D1D7
(214,209,215)
#E1DDE4
(225,221,228)
#ECE9F1
(236,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E716F; }

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

This text font color is #7E716F.


Background Color

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

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

This div background color is #7E716F.


Border color

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

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

This div border color is #7E716F.


Opacity

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

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

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

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

This text has shadow with #7E716F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E716F on black background.


Color preview on white background

This text has color #7E716F on white background.



Black color preview on #7E716F background

This text has black color on #7E716F background.


White color preview on #7E716F background

This text has white color on #7E716F background.