COLOR #7E716B

HEX: #7E716B
RGB: (126,113,107)

Color info

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

RGB color model

#7E716B color RGB value is (126,113,107).

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

RGB channels and saturation

R 126 of 255 = 49%
G 113 of 255 = 44%
B 107 of 255 = 42%

126
113
107

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

Portions of RGB colors in percentages

R + G + B =
126 + 113 + 107 = 346 (100%)
R 126 of 346 ~ 36.42%
G 113 of 346 ~ 32.66%
B 107 of 346 ~ 30.92%

%36.42
%32.66
%30.92

CMYK color model

#7E716B color CMYK value is (0,10,15,51).

  • cyan value is 0.00%
  • magenta value is 10.32%
  • yellow value is 15.08%
  • key color value is 50.59%
CMYK:
(0,10,15,51)
C0M10Y15K51 
(0%,10%,15%,51%)
(0.00/0.10/0.15/0.51)	

CMYK percentages

%0
%10.32
%15.08
%50.59

Codes

Color #7E716B in popluar color models

7E716B
RGB126113107
HSL19°8.15%45.69%
HSB/HSV19°15.08%49.41%
CMYK0.00%10.32%15.08%
50.59%

Color #7E716B in popluar number systems.

HEX7E716B
Decimal126113107
Binary111111011100011101011
Octal176161153

Shades and tints

Shades of #7E716B

#7E716B
(126,113,107)
#736762
(115,103,98)
#685D59
(104,93,89)
#5D5350
(93,83,80)
#524947
(82,73,71)
#473F3E
(71,63,62)
#3C3535
(60,53,53)
#312B2C
(49,43,44)
#262123
(38,33,35)
#1B171A
(27,23,26)
#100D11
(16,13,17)
#000000
(0,0,0)

Tints of #7E716B

#7E716B
(126,113,107)
#897D78
(137,125,120)
#948985
(148,137,133)
#9F9592
(159,149,146)
#AAA19F
(170,161,159)
#B5ADAC
(181,173,172)
#C0B9B9
(192,185,185)
#CBC5C6
(203,197,198)
#D6D1D3
(214,209,211)
#E1DDE0
(225,221,224)
#ECE9ED
(236,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E716B; }

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

This text font color is #7E716B.


Background Color

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

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

This div background color is #7E716B.


Border color

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

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

This div border color is #7E716B.


Opacity

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

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

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

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

This text has shadow with #7E716B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E716B on black background.


Color preview on white background

This text has color #7E716B on white background.



Black color preview on #7E716B background

This text has black color on #7E716B background.


White color preview on #7E716B background

This text has white color on #7E716B background.