COLOR #7E706F

HEX: #7E706F RGB: (126,112,111)

Color info

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

RGB color model

#7E706F color RGB value is (126,112,111).

RGB: (126,112,111) (49%, 44%, 44%)

RGB channels and saturation

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

126
112
111

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

Portions of RGB colors in percentages

R + G + B = 126 + 112 + 111 = 349 (100%)
R 126 of 349 ~ 36.1%
G 112 of 349 ~ 32.09%
B 111 of 349 ~ 31.81'%

%36.1
%32.09
%31.81

CMYK color model

#7E706F color CMYK value is (0,11,12,51).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 11.90%
  • key color value is 50.59%

CMYK: (0,11,12,51)
C0M11Y12K51 (0%, 11%, 12%, 51%)
(0.00 / 0.11 / 0.12 / 0.51)

CMYK percentages

%0
%11.11
%11.9
%50.59

Codes

Color #7E706F in popluar color models

7E 70 6F
RGB 126 112 111
HSL 6.33% 46.47%
HSB/HSV 11.90% 49.41%
CMYK 0.00% 11.11% 11.90%
50.59%

Color #7E706F in popluar number systems.

HEX 7E 70 6F
Decimal 126 112 111
Binary 1111110 1110000 1101111
Octal 176 160 157

Shades and tints

Shades of #7E706F

#7E706F
(126,112,111)
#736665
(115,102,101)
#685C5B
(104,92,91)
#5D5251
(93,82,81)
#524847
(82,72,71)
#473E3D
(71,62,61)
#3C3433
(60,52,51)
#312A29
(49,42,41)
#26201F
(38,32,31)
#1B1615
(27,22,21)
#100C0B
(16,12,11)
#000000
(0,0,0)

Tints of #7E706F

#7E706F
(126,112,111)
#897D7C
(137,125,124)
#948A89
(148,138,137)
#9F9796
(159,151,150)
#AAA4A3
(170,164,163)
#B5B1B0
(181,177,176)
#C0BEBD
(192,190,189)
#CBCBCA
(203,203,202)
#D6D8D7
(214,216,215)
#E1E5E4
(225,229,228)
#ECF2F1
(236,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E706F; }

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

This text font color is #7E706F.

Background Color

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

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

This div background color is #7E706F.

Border color

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

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

This div border color is #7E706F.

Opacity

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

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

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

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

This text has shadow with #7E706F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E706F.

Preview

Color preview on black background

This text has color #7E706F on black background.


Color preview on white background

This text has color #7E706F on white background.


Black color preview on #7E706F background

This text has black color on #7E706F background.


White color preview on #7E706F background

This text has white color on #7E706F background.


Related colors

Complementary color

Complementary color for #hex is #818F90.


I love getcolorcode.com

Triadic colors

1 #6F7E70 and #706F7E with #7E706F are triadic colors.

2 #6F707E and #707E6F with #7E706F are triadic colors.