COLOR #7E6866

HEX: #7E6866
RGB: (126,104,102)

Color info

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

RGB color model

#7E6866 color RGB value is (126,104,102).

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

RGB channels and saturation

R 126 of 255 = 49%
G 104 of 255 = 41%
B 102 of 255 = 40%

126
104
102

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

Portions of RGB colors in percentages

R + G + B =
126 + 104 + 102 = 332 (100%)
R 126 of 332 ~ 37.95%
G 104 of 332 ~ 31.33%
B 102 of 332 ~ 30.72%

%37.95
%31.33
%30.72

CMYK color model

#7E6866 color CMYK value is (0,17,19,51).

  • cyan value is 0.00%
  • magenta value is 17.46%
  • yellow value is 19.05%
  • key color value is 50.59%
CMYK:
(0,17,19,51)
C0M17Y19K51 
(0%,17%,19%,51%)
(0.00/0.17/0.19/0.51)	

CMYK percentages

%0
%17.46
%19.05
%50.59

Codes

Color #7E6866 in popluar color models

7E6866
RGB126104102
HSL10.53%44.71%
HSB/HSV19.05%49.41%
CMYK0.00%17.46%19.05%
50.59%

Color #7E6866 in popluar number systems.

HEX7E6866
Decimal126104102
Binary111111011010001100110
Octal176150146

Shades and tints

Shades of #7E6866

#7E6866
(126,104,102)
#735F5D
(115,95,93)
#685654
(104,86,84)
#5D4D4B
(93,77,75)
#524442
(82,68,66)
#473B39
(71,59,57)
#3C3230
(60,50,48)
#312927
(49,41,39)
#26201E
(38,32,30)
#1B1715
(27,23,21)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #7E6866

#7E6866
(126,104,102)
#897573
(137,117,115)
#948280
(148,130,128)
#9F8F8D
(159,143,141)
#AA9C9A
(170,156,154)
#B5A9A7
(181,169,167)
#C0B6B4
(192,182,180)
#CBC3C1
(203,195,193)
#D6D0CE
(214,208,206)
#E1DDDB
(225,221,219)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6866; }

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

This text font color is #7E6866.


Background Color

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

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

This div background color is #7E6866.


Border color

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

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

This div border color is #7E6866.


Opacity

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

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

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

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

This text has shadow with #7E6866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6866 on black background.


Color preview on white background

This text has color #7E6866 on white background.



Black color preview on #7E6866 background

This text has black color on #7E6866 background.


White color preview on #7E6866 background

This text has white color on #7E6866 background.