COLOR #7E6A79

HEX: #7E6A79
RGB: (126,106,121)

Color info

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

RGB color model

#7E6A79 color RGB value is (126,106,121).

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

RGB channels and saturation

R 126 of 255 = 49%
G 106 of 255 = 42%
B 121 of 255 = 47%

126
106
121

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

Portions of RGB colors in percentages

R + G + B =
126 + 106 + 121 = 353 (100%)
R 126 of 353 ~ 35.69%
G 106 of 353 ~ 30.03%
B 121 of 353 ~ 34.28%

%35.69
%30.03
%34.28

CMYK color model

#7E6A79 color CMYK value is (0,16,4,51).

  • cyan value is 0.00%
  • magenta value is 15.87%
  • yellow value is 3.97%
  • key color value is 50.59%
CMYK:
(0,16,4,51)
C0M16Y4K51 
(0%,16%,4%,51%)
(0.00/0.16/0.04/0.51)	

CMYK percentages

%0
%15.87
%3.97
%50.59

Codes

Color #7E6A79 in popluar color models

7E6A79
RGB126106121
HSL315°8.62%45.49%
HSB/HSV315°15.87%49.41%
CMYK0.00%15.87%3.97%
50.59%

Color #7E6A79 in popluar number systems.

HEX7E6A79
Decimal126106121
Binary111111011010101111001
Octal176152171

Shades and tints

Shades of #7E6A79

#7E6A79
(126,106,121)
#73616E
(115,97,110)
#685863
(104,88,99)
#5D4F58
(93,79,88)
#52464D
(82,70,77)
#473D42
(71,61,66)
#3C3437
(60,52,55)
#312B2C
(49,43,44)
#262221
(38,34,33)
#1B1916
(27,25,22)
#10100B
(16,16,11)
#000000
(0,0,0)

Tints of #7E6A79

#7E6A79
(126,106,121)
#897785
(137,119,133)
#948491
(148,132,145)
#9F919D
(159,145,157)
#AA9EA9
(170,158,169)
#B5ABB5
(181,171,181)
#C0B8C1
(192,184,193)
#CBC5CD
(203,197,205)
#D6D2D9
(214,210,217)
#E1DFE5
(225,223,229)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6A79; }

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

This text font color is #7E6A79.


Background Color

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

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

This div background color is #7E6A79.


Border color

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

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

This div border color is #7E6A79.


Opacity

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

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

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

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

This text has shadow with #7E6A79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6A79 on black background.


Color preview on white background

This text has color #7E6A79 on white background.



Black color preview on #7E6A79 background

This text has black color on #7E6A79 background.


White color preview on #7E6A79 background

This text has white color on #7E6A79 background.