COLOR #7E716C

HEX: #7E716C
RGB: (126,113,108)

Color info

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

RGB color model

#7E716C color RGB value is (126,113,108).

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

RGB channels and saturation

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

126
113
108

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

Portions of RGB colors in percentages

R + G + B =
126 + 113 + 108 = 347 (100%)
R 126 of 347 ~ 36.31%
G 113 of 347 ~ 32.56%
B 108 of 347 ~ 31.12%

%36.31
%32.56
%31.12

CMYK color model

#7E716C color CMYK value is (0,10,14,51).

  • cyan value is 0.00%
  • magenta value is 10.32%
  • yellow value is 14.29%
  • key color value is 50.59%
CMYK:
(0,10,14,51)
C0M10Y14K51 
(0%,10%,14%,51%)
(0.00/0.10/0.14/0.51)	

CMYK percentages

%0
%10.32
%14.29
%50.59

Codes

Color #7E716C in popluar color models

7E716C
RGB126113108
HSL17°7.69%45.88%
HSB/HSV17°14.29%49.41%
CMYK0.00%10.32%14.29%
50.59%

Color #7E716C in popluar number systems.

HEX7E716C
Decimal126113108
Binary111111011100011101100
Octal176161154

Shades and tints

Shades of #7E716C

#7E716C
(126,113,108)
#736763
(115,103,99)
#685D5A
(104,93,90)
#5D5351
(93,83,81)
#524948
(82,73,72)
#473F3F
(71,63,63)
#3C3536
(60,53,54)
#312B2D
(49,43,45)
#262124
(38,33,36)
#1B171B
(27,23,27)
#100D12
(16,13,18)
#000000
(0,0,0)

Tints of #7E716C

#7E716C
(126,113,108)
#897D79
(137,125,121)
#948986
(148,137,134)
#9F9593
(159,149,147)
#AAA1A0
(170,161,160)
#B5ADAD
(181,173,173)
#C0B9BA
(192,185,186)
#CBC5C7
(203,197,199)
#D6D1D4
(214,209,212)
#E1DDE1
(225,221,225)
#ECE9EE
(236,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E716C; }

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

This text font color is #7E716C.


Background Color

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

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

This div background color is #7E716C.


Border color

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

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

This div border color is #7E716C.


Opacity

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

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

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

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

This text has shadow with #7E716C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E716C on black background.


Color preview on white background

This text has color #7E716C on white background.



Black color preview on #7E716C background

This text has black color on #7E716C background.


White color preview on #7E716C background

This text has white color on #7E716C background.