COLOR #7E5E7A

HEX: #7E5E7A
RGB: (126,94,122)

Color info

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

RGB color model

#7E5E7A color RGB value is (126,94,122).

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

RGB channels and saturation

R 126 of 255 = 49%
G 94 of 255 = 37%
B 122 of 255 = 48%

126
94
122

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

Portions of RGB colors in percentages

R + G + B =
126 + 94 + 122 = 342 (100%)
R 126 of 342 ~ 36.84%
G 94 of 342 ~ 27.49%
B 122 of 342 ~ 35.67%

%36.84
%27.49
%35.67

CMYK color model

#7E5E7A color CMYK value is (0,25,3,51).

  • cyan value is 0.00%
  • magenta value is 25.40%
  • yellow value is 3.17%
  • key color value is 50.59%
CMYK:
(0,25,3,51)
C0M25Y3K51 
(0%,25%,3%,51%)
(0.00/0.25/0.03/0.51)	

CMYK percentages

%0
%25.4
%3.17
%50.59

Codes

Color #7E5E7A in popluar color models

7E5E7A
RGB12694122
HSL308°14.55%43.14%
HSB/HSV308°25.40%49.41%
CMYK0.00%25.40%3.17%
50.59%

Color #7E5E7A in popluar number systems.

HEX7E5E7A
Decimal12694122
Binary111111010111101111010
Octal176136172

Shades and tints

Shades of #7E5E7A

#7E5E7A
(126,94,122)
#73566F
(115,86,111)
#684E64
(104,78,100)
#5D4659
(93,70,89)
#523E4E
(82,62,78)
#473643
(71,54,67)
#3C2E38
(60,46,56)
#31262D
(49,38,45)
#261E22
(38,30,34)
#1B1617
(27,22,23)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #7E5E7A

#7E5E7A
(126,94,122)
#896C86
(137,108,134)
#947A92
(148,122,146)
#9F889E
(159,136,158)
#AA96AA
(170,150,170)
#B5A4B6
(181,164,182)
#C0B2C2
(192,178,194)
#CBC0CE
(203,192,206)
#D6CEDA
(214,206,218)
#E1DCE6
(225,220,230)
#ECEAF2
(236,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E5E7A; }

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

This text font color is #7E5E7A.


Background Color

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

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

This div background color is #7E5E7A.


Border color

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

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

This div border color is #7E5E7A.


Opacity

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

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

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

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

This text has shadow with #7E5E7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5E7A on black background.


Color preview on white background

This text has color #7E5E7A on white background.



Black color preview on #7E5E7A background

This text has black color on #7E5E7A background.


White color preview on #7E5E7A background

This text has white color on #7E5E7A background.