COLOR #7E5D78

HEX: #7E5D78
RGB: (126,93,120)

Color info

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

RGB color model

#7E5D78 color RGB value is (126,93,120).

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

RGB channels and saturation

R 126 of 255 = 49%
G 93 of 255 = 36%
B 120 of 255 = 47%

126
93
120

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

Portions of RGB colors in percentages

R + G + B =
126 + 93 + 120 = 339 (100%)
R 126 of 339 ~ 37.17%
G 93 of 339 ~ 27.43%
B 120 of 339 ~ 35.4%

%37.17
%27.43
%35.4

CMYK color model

#7E5D78 color CMYK value is (0,26,5,51).

  • cyan value is 0.00%
  • magenta value is 26.19%
  • yellow value is 4.76%
  • key color value is 50.59%
CMYK:
(0,26,5,51)
C0M26Y5K51 
(0%,26%,5%,51%)
(0.00/0.26/0.05/0.51)	

CMYK percentages

%0
%26.19
%4.76
%50.59

Codes

Color #7E5D78 in popluar color models

7E5D78
RGB12693120
HSL311°15.07%42.94%
HSB/HSV311°26.19%49.41%
CMYK0.00%26.19%4.76%
50.59%

Color #7E5D78 in popluar number systems.

HEX7E5D78
Decimal12693120
Binary111111010111011111000
Octal176135170

Shades and tints

Shades of #7E5D78

#7E5D78
(126,93,120)
#73556E
(115,85,110)
#684D64
(104,77,100)
#5D455A
(93,69,90)
#523D50
(82,61,80)
#473546
(71,53,70)
#3C2D3C
(60,45,60)
#312532
(49,37,50)
#261D28
(38,29,40)
#1B151E
(27,21,30)
#100D14
(16,13,20)
#000000
(0,0,0)

Tints of #7E5D78

#7E5D78
(126,93,120)
#896B84
(137,107,132)
#947990
(148,121,144)
#9F879C
(159,135,156)
#AA95A8
(170,149,168)
#B5A3B4
(181,163,180)
#C0B1C0
(192,177,192)
#CBBFCC
(203,191,204)
#D6CDD8
(214,205,216)
#E1DBE4
(225,219,228)
#ECE9F0
(236,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E5D78; }

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

This text font color is #7E5D78.


Background Color

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

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

This div background color is #7E5D78.


Border color

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

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

This div border color is #7E5D78.


Opacity

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

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

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

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

This text has shadow with #7E5D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5D78 on black background.


Color preview on white background

This text has color #7E5D78 on white background.



Black color preview on #7E5D78 background

This text has black color on #7E5D78 background.


White color preview on #7E5D78 background

This text has white color on #7E5D78 background.