COLOR #7E6C66

HEX: #7E6C66
RGB: (126,108,102)

Color info

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

RGB color model

#7E6C66 color RGB value is (126,108,102).

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

RGB channels and saturation

R 126 of 255 = 49%
G 108 of 255 = 42%
B 102 of 255 = 40%

126
108
102

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

Portions of RGB colors in percentages

R + G + B =
126 + 108 + 102 = 336 (100%)
R 126 of 336 ~ 37.5%
G 108 of 336 ~ 32.14%
B 102 of 336 ~ 30.36%

%37.5
%32.14
%30.36

CMYK color model

#7E6C66 color CMYK value is (0,14,19,51).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 19.05%
  • key color value is 50.59%
CMYK:
(0,14,19,51)
C0M14Y19K51 
(0%,14%,19%,51%)
(0.00/0.14/0.19/0.51)	

CMYK percentages

%0
%14.29
%19.05
%50.59

Codes

Color #7E6C66 in popluar color models

7E6C66
RGB126108102
HSL15°10.53%44.71%
HSB/HSV15°19.05%49.41%
CMYK0.00%14.29%19.05%
50.59%

Color #7E6C66 in popluar number systems.

HEX7E6C66
Decimal126108102
Binary111111011011001100110
Octal176154146

Shades and tints

Shades of #7E6C66

#7E6C66
(126,108,102)
#73635D
(115,99,93)
#685A54
(104,90,84)
#5D514B
(93,81,75)
#524842
(82,72,66)
#473F39
(71,63,57)
#3C3630
(60,54,48)
#312D27
(49,45,39)
#26241E
(38,36,30)
#1B1B15
(27,27,21)
#10120C
(16,18,12)
#000000
(0,0,0)

Tints of #7E6C66

#7E6C66
(126,108,102)
#897973
(137,121,115)
#948680
(148,134,128)
#9F938D
(159,147,141)
#AAA09A
(170,160,154)
#B5ADA7
(181,173,167)
#C0BAB4
(192,186,180)
#CBC7C1
(203,199,193)
#D6D4CE
(214,212,206)
#E1E1DB
(225,225,219)
#ECEEE8
(236,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6C66; }

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

This text font color is #7E6C66.


Background Color

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

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

This div background color is #7E6C66.


Border color

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

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

This div border color is #7E6C66.


Opacity

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

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

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

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

This text has shadow with #7E6C66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6C66 on black background.


Color preview on white background

This text has color #7E6C66 on white background.



Black color preview on #7E6C66 background

This text has black color on #7E6C66 background.


White color preview on #7E6C66 background

This text has white color on #7E6C66 background.