COLOR #7E6B70

HEX: #7E6B70
RGB: (126,107,112)

Color info

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

RGB color model

#7E6B70 color RGB value is (126,107,112).

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

RGB channels and saturation

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

126
107
112

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

Portions of RGB colors in percentages

R + G + B =
126 + 107 + 112 = 345 (100%)
R 126 of 345 ~ 36.52%
G 107 of 345 ~ 31.01%
B 112 of 345 ~ 32.46%

%36.52
%31.01
%32.46

CMYK color model

#7E6B70 color CMYK value is (0,15,11,51).

  • cyan value is 0.00%
  • magenta value is 15.08%
  • yellow value is 11.11%
  • key color value is 50.59%
CMYK:
(0,15,11,51)
C0M15Y11K51 
(0%,15%,11%,51%)
(0.00/0.15/0.11/0.51)	

CMYK percentages

%0
%15.08
%11.11
%50.59

Codes

Color #7E6B70 in popluar color models

7E6B70
RGB126107112
HSL344°8.15%45.69%
HSB/HSV344°15.08%49.41%
CMYK0.00%15.08%11.11%
50.59%

Color #7E6B70 in popluar number systems.

HEX7E6B70
Decimal126107112
Binary111111011010111110000
Octal176153160

Shades and tints

Shades of #7E6B70

#7E6B70
(126,107,112)
#736266
(115,98,102)
#68595C
(104,89,92)
#5D5052
(93,80,82)
#524748
(82,71,72)
#473E3E
(71,62,62)
#3C3534
(60,53,52)
#312C2A
(49,44,42)
#262320
(38,35,32)
#1B1A16
(27,26,22)
#10110C
(16,17,12)
#000000
(0,0,0)

Tints of #7E6B70

#7E6B70
(126,107,112)
#89787D
(137,120,125)
#94858A
(148,133,138)
#9F9297
(159,146,151)
#AA9FA4
(170,159,164)
#B5ACB1
(181,172,177)
#C0B9BE
(192,185,190)
#CBC6CB
(203,198,203)
#D6D3D8
(214,211,216)
#E1E0E5
(225,224,229)
#ECEDF2
(236,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6B70; }

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

This text font color is #7E6B70.


Background Color

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

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

This div background color is #7E6B70.


Border color

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

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

This div border color is #7E6B70.


Opacity

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

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

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

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

This text has shadow with #7E6B70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6B70 on black background.


Color preview on white background

This text has color #7E6B70 on white background.



Black color preview on #7E6B70 background

This text has black color on #7E6B70 background.


White color preview on #7E6B70 background

This text has white color on #7E6B70 background.