COLOR #7E6C70

HEX: #7E6C70
RGB: (126,108,112)

Color info

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

RGB color model

#7E6C70 color RGB value is (126,108,112).

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

RGB channels and saturation

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

126
108
112

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

Portions of RGB colors in percentages

R + G + B =
126 + 108 + 112 = 346 (100%)
R 126 of 346 ~ 36.42%
G 108 of 346 ~ 31.21%
B 112 of 346 ~ 32.37%

%36.42
%31.21
%32.37

CMYK color model

#7E6C70 color CMYK value is (0,14,11,51).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 11.11%
  • key color value is 50.59%
CMYK:
(0,14,11,51)
C0M14Y11K51 
(0%,14%,11%,51%)
(0.00/0.14/0.11/0.51)	

CMYK percentages

%0
%14.29
%11.11
%50.59

Codes

Color #7E6C70 in popluar color models

7E6C70
RGB126108112
HSL347°7.69%45.88%
HSB/HSV347°14.29%49.41%
CMYK0.00%14.29%11.11%
50.59%

Color #7E6C70 in popluar number systems.

HEX7E6C70
Decimal126108112
Binary111111011011001110000
Octal176154160

Shades and tints

Shades of #7E6C70

#7E6C70
(126,108,112)
#736366
(115,99,102)
#685A5C
(104,90,92)
#5D5152
(93,81,82)
#524848
(82,72,72)
#473F3E
(71,63,62)
#3C3634
(60,54,52)
#312D2A
(49,45,42)
#262420
(38,36,32)
#1B1B16
(27,27,22)
#10120C
(16,18,12)
#000000
(0,0,0)

Tints of #7E6C70

#7E6C70
(126,108,112)
#89797D
(137,121,125)
#94868A
(148,134,138)
#9F9397
(159,147,151)
#AAA0A4
(170,160,164)
#B5ADB1
(181,173,177)
#C0BABE
(192,186,190)
#CBC7CB
(203,199,203)
#D6D4D8
(214,212,216)
#E1E1E5
(225,225,229)
#ECEEF2
(236,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6C70; }

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

This text font color is #7E6C70.


Background Color

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

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

This div background color is #7E6C70.


Border color

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

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

This div border color is #7E6C70.


Opacity

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

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

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

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

This text has shadow with #7E6C70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6C70 on black background.


Color preview on white background

This text has color #7E6C70 on white background.



Black color preview on #7E6C70 background

This text has black color on #7E6C70 background.


White color preview on #7E6C70 background

This text has white color on #7E6C70 background.