COLOR #7E5E6A

HEX: #7E5E6A
RGB: (126,94,106)

Color info

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

RGB color model

#7E5E6A color RGB value is (126,94,106).

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

RGB channels and saturation

R 126 of 255 = 49%
G 94 of 255 = 37%
B 106 of 255 = 42%

126
94
106

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

Portions of RGB colors in percentages

R + G + B =
126 + 94 + 106 = 326 (100%)
R 126 of 326 ~ 38.65%
G 94 of 326 ~ 28.83%
B 106 of 326 ~ 32.52%

%38.65
%28.83
%32.52

CMYK color model

#7E5E6A color CMYK value is (0,25,16,51).

  • cyan value is 0.00%
  • magenta value is 25.40%
  • yellow value is 15.87%
  • key color value is 50.59%
CMYK:
(0,25,16,51)
C0M25Y16K51 
(0%,25%,16%,51%)
(0.00/0.25/0.16/0.51)	

CMYK percentages

%0
%25.4
%15.87
%50.59

Codes

Color #7E5E6A in popluar color models

7E5E6A
RGB12694106
HSL338°14.55%43.14%
HSB/HSV338°25.40%49.41%
CMYK0.00%25.40%15.87%
50.59%

Color #7E5E6A in popluar number systems.

HEX7E5E6A
Decimal12694106
Binary111111010111101101010
Octal176136152

Shades and tints

Shades of #7E5E6A

#7E5E6A
(126,94,106)
#735661
(115,86,97)
#684E58
(104,78,88)
#5D464F
(93,70,79)
#523E46
(82,62,70)
#47363D
(71,54,61)
#3C2E34
(60,46,52)
#31262B
(49,38,43)
#261E22
(38,30,34)
#1B1619
(27,22,25)
#100E10
(16,14,16)
#000000
(0,0,0)

Tints of #7E5E6A

#7E5E6A
(126,94,106)
#896C77
(137,108,119)
#947A84
(148,122,132)
#9F8891
(159,136,145)
#AA969E
(170,150,158)
#B5A4AB
(181,164,171)
#C0B2B8
(192,178,184)
#CBC0C5
(203,192,197)
#D6CED2
(214,206,210)
#E1DCDF
(225,220,223)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E5E6A; }

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

This text font color is #7E5E6A.


Background Color

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

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

This div background color is #7E5E6A.


Border color

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

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

This div border color is #7E5E6A.


Opacity

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

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

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

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

This text has shadow with #7E5E6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5E6A on black background.


Color preview on white background

This text has color #7E5E6A on white background.



Black color preview on #7E5E6A background

This text has black color on #7E5E6A background.


White color preview on #7E5E6A background

This text has white color on #7E5E6A background.