COLOR #7E5D6C

HEX: #7E5D6C
RGB: (126,93,108)

Color info

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

RGB color model

#7E5D6C color RGB value is (126,93,108).

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

RGB channels and saturation

R 126 of 255 = 49%
G 93 of 255 = 36%
B 108 of 255 = 42%

126
93
108

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

Portions of RGB colors in percentages

R + G + B =
126 + 93 + 108 = 327 (100%)
R 126 of 327 ~ 38.53%
G 93 of 327 ~ 28.44%
B 108 of 327 ~ 33.03%

%38.53
%28.44
%33.03

CMYK color model

#7E5D6C color CMYK value is (0,26,14,51).

  • cyan value is 0.00%
  • magenta value is 26.19%
  • yellow value is 14.29%
  • key color value is 50.59%
CMYK:
(0,26,14,51)
C0M26Y14K51 
(0%,26%,14%,51%)
(0.00/0.26/0.14/0.51)	

CMYK percentages

%0
%26.19
%14.29
%50.59

Codes

Color #7E5D6C in popluar color models

7E5D6C
RGB12693108
HSL333°15.07%42.94%
HSB/HSV333°26.19%49.41%
CMYK0.00%26.19%14.29%
50.59%

Color #7E5D6C in popluar number systems.

HEX7E5D6C
Decimal12693108
Binary111111010111011101100
Octal176135154

Shades and tints

Shades of #7E5D6C

#7E5D6C
(126,93,108)
#735563
(115,85,99)
#684D5A
(104,77,90)
#5D4551
(93,69,81)
#523D48
(82,61,72)
#47353F
(71,53,63)
#3C2D36
(60,45,54)
#31252D
(49,37,45)
#261D24
(38,29,36)
#1B151B
(27,21,27)
#100D12
(16,13,18)
#000000
(0,0,0)

Tints of #7E5D6C

#7E5D6C
(126,93,108)
#896B79
(137,107,121)
#947986
(148,121,134)
#9F8793
(159,135,147)
#AA95A0
(170,149,160)
#B5A3AD
(181,163,173)
#C0B1BA
(192,177,186)
#CBBFC7
(203,191,199)
#D6CDD4
(214,205,212)
#E1DBE1
(225,219,225)
#ECE9EE
(236,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E5D6C; }

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

This text font color is #7E5D6C.


Background Color

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

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

This div background color is #7E5D6C.


Border color

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

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

This div border color is #7E5D6C.


Opacity

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

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

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

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

This text has shadow with #7E5D6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5D6C on black background.


Color preview on white background

This text has color #7E5D6C on white background.



Black color preview on #7E5D6C background

This text has black color on #7E5D6C background.


White color preview on #7E5D6C background

This text has white color on #7E5D6C background.