COLOR #7E6D6A

HEX: #7E6D6A
RGB: (126,109,106)

Color info

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

RGB color model

#7E6D6A color RGB value is (126,109,106).

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

RGB channels and saturation

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

126
109
106

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

Portions of RGB colors in percentages

R + G + B =
126 + 109 + 106 = 341 (100%)
R 126 of 341 ~ 36.95%
G 109 of 341 ~ 31.96%
B 106 of 341 ~ 31.09%

%36.95
%31.96
%31.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.49%
  • 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
%13.49
%15.87
%50.59

Codes

Color #7E6D6A in popluar color models

7E6D6A
RGB126109106
HSL8.62%45.49%
HSB/HSV15.87%49.41%
CMYK0.00%13.49%15.87%
50.59%

Color #7E6D6A in popluar number systems.

HEX7E6D6A
Decimal126109106
Binary111111011011011101010
Octal176155152

Shades and tints

Shades of #7E6D6A

#7E6D6A
(126,109,106)
#736461
(115,100,97)
#685B58
(104,91,88)
#5D524F
(93,82,79)
#524946
(82,73,70)
#47403D
(71,64,61)
#3C3734
(60,55,52)
#312E2B
(49,46,43)
#262522
(38,37,34)
#1B1C19
(27,28,25)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #7E6D6A

#7E6D6A
(126,109,106)
#897A77
(137,122,119)
#948784
(148,135,132)
#9F9491
(159,148,145)
#AAA19E
(170,161,158)
#B5AEAB
(181,174,171)
#C0BBB8
(192,187,184)
#CBC8C5
(203,200,197)
#D6D5D2
(214,213,210)
#E1E2DF
(225,226,223)
#ECEFEC
(236,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6D6A; }

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

This text font color is #7E6D6A.


Background Color

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

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

This div background color is #7E6D6A.


Border color

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

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

This div border color is #7E6D6A.


Opacity

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

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

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

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

This text has shadow with #7E6D6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6D6A on black background.


Color preview on white background

This text has color #7E6D6A on white background.



Black color preview on #7E6D6A background

This text has black color on #7E6D6A background.


White color preview on #7E6D6A background

This text has white color on #7E6D6A background.