COLOR #7E6E6A

HEX: #7E6E6A
RGB: (126,110,106)

Color info

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

RGB color model

#7E6E6A color RGB value is (126,110,106).

  • red value is 126;
  • green value is 110;
  • blue value is 106.
RGB:
(126,110,106)
(49%,43%,42%)

RGB channels and saturation

R 126 of 255 = 49%
G 110 of 255 = 43%
B 106 of 255 = 42%

126
110
106

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

Portions of RGB colors in percentages

R + G + B =
126 + 110 + 106 = 342 (100%)
R 126 of 342 ~ 36.84%
G 110 of 342 ~ 32.16%
B 106 of 342 ~ 30.99%

%36.84
%32.16
%30.99

CMYK color model

#7E6E6A color CMYK value is (0,13,16,51).

  • cyan value is 0.00%
  • magenta value is 12.70%
  • yellow value is 15.87%
  • key color value is 50.59%
CMYK:
(0,13,16,51)
C0M13Y16K51 
(0%,13%,16%,51%)
(0.00/0.13/0.16/0.51)	

CMYK percentages

%0
%12.7
%15.87
%50.59

Codes

Color #7E6E6A in popluar color models

7E6E6A
RGB126110106
HSL12°8.62%45.49%
HSB/HSV12°15.87%49.41%
CMYK0.00%12.70%15.87%
50.59%

Color #7E6E6A in popluar number systems.

HEX7E6E6A
Decimal126110106
Binary111111011011101101010
Octal176156152

Shades and tints

Shades of #7E6E6A

#7E6E6A
(126,110,106)
#736461
(115,100,97)
#685A58
(104,90,88)
#5D504F
(93,80,79)
#524646
(82,70,70)
#473C3D
(71,60,61)
#3C3234
(60,50,52)
#31282B
(49,40,43)
#261E22
(38,30,34)
#1B1419
(27,20,25)
#100A10
(16,10,16)
#000000
(0,0,0)

Tints of #7E6E6A

#7E6E6A
(126,110,106)
#897B77
(137,123,119)
#948884
(148,136,132)
#9F9591
(159,149,145)
#AAA29E
(170,162,158)
#B5AFAB
(181,175,171)
#C0BCB8
(192,188,184)
#CBC9C5
(203,201,197)
#D6D6D2
(214,214,210)
#E1E3DF
(225,227,223)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E6E6A color. Also use rgb(126,110,106) instead hex code.

Text Font Color

.myTextColor { color: #7E6E6A; }

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

This text font color is #7E6E6A.


Background Color

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

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

This div background color is #7E6E6A.


Border color

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

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

This div border color is #7E6E6A.


Opacity

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

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

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

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

This text has shadow with #7E6E6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6E6A on black background.


Color preview on white background

This text has color #7E6E6A on white background.



Black color preview on #7E6E6A background

This text has black color on #7E6E6A background.


White color preview on #7E6E6A background

This text has white color on #7E6E6A background.