COLOR #7E6D78

HEX: #7E6D78
RGB: (126,109,120)

Color info

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

RGB color model

#7E6D78 color RGB value is (126,109,120).

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

RGB channels and saturation

R 126 of 255 = 49%
G 109 of 255 = 43%
B 120 of 255 = 47%

126
109
120

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

Portions of RGB colors in percentages

R + G + B =
126 + 109 + 120 = 355 (100%)
R 126 of 355 ~ 35.49%
G 109 of 355 ~ 30.7%
B 120 of 355 ~ 33.8%

%35.49
%30.7
%33.8

CMYK color model

#7E6D78 color CMYK value is (0,13,5,51).

  • cyan value is 0.00%
  • magenta value is 13.49%
  • yellow value is 4.76%
  • key color value is 50.59%
CMYK:
(0,13,5,51)
C0M13Y5K51 
(0%,13%,5%,51%)
(0.00/0.13/0.05/0.51)	

CMYK percentages

%0
%13.49
%4.76
%50.59

Codes

Color #7E6D78 in popluar color models

7E6D78
RGB126109120
HSL321°7.23%46.08%
HSB/HSV321°13.49%49.41%
CMYK0.00%13.49%4.76%
50.59%

Color #7E6D78 in popluar number systems.

HEX7E6D78
Decimal126109120
Binary111111011011011111000
Octal176155170

Shades and tints

Shades of #7E6D78

#7E6D78
(126,109,120)
#73646E
(115,100,110)
#685B64
(104,91,100)
#5D525A
(93,82,90)
#524950
(82,73,80)
#474046
(71,64,70)
#3C373C
(60,55,60)
#312E32
(49,46,50)
#262528
(38,37,40)
#1B1C1E
(27,28,30)
#101314
(16,19,20)
#000000
(0,0,0)

Tints of #7E6D78

#7E6D78
(126,109,120)
#897A84
(137,122,132)
#948790
(148,135,144)
#9F949C
(159,148,156)
#AAA1A8
(170,161,168)
#B5AEB4
(181,174,180)
#C0BBC0
(192,187,192)
#CBC8CC
(203,200,204)
#D6D5D8
(214,213,216)
#E1E2E4
(225,226,228)
#ECEFF0
(236,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6D78; }

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

This text font color is #7E6D78.


Background Color

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

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

This div background color is #7E6D78.


Border color

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

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

This div border color is #7E6D78.


Opacity

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

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

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

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

This text has shadow with #7E6D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6D78 on black background.


Color preview on white background

This text has color #7E6D78 on white background.



Black color preview on #7E6D78 background

This text has black color on #7E6D78 background.


White color preview on #7E6D78 background

This text has white color on #7E6D78 background.