COLOR #7E5D6B

HEX: #7E5D6B RGB: (126,93,107)

Color info

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

RGB color model

#7E5D6B color RGB value is (126,93,107).

RGB: (126,93,107) (49%, 36%, 42%)

RGB channels and saturation

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

126
93
107

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

Portions of RGB colors in percentages

R + G + B = 126 + 93 + 107 = 326 (100%)
R 126 of 326 ~ 38.65%
G 93 of 326 ~ 28.53%
B 107 of 326 ~ 32.82'%

%38.65
%28.53
%32.82

CMYK color model

#7E5D6B color CMYK value is (0,26,15,51).

  • cyan value is 0.00%
  • magenta value is 26.19%
  • yellow value is 15.08%
  • key color value is 50.59%

CMYK: (0,26,15,51)
C0M26Y15K51 (0%, 26%, 15%, 51%)
(0.00 / 0.26 / 0.15 / 0.51)

CMYK percentages

%0
%26.19
%15.08
%50.59

Codes

Color #7E5D6B in popluar color models

7E 5D 6B
RGB 126 93 107
HSL 335° 15.07% 42.94%
HSB/HSV 335° 26.19% 49.41%
CMYK 0.00% 26.19% 15.08%
50.59%

Color #7E5D6B in popluar number systems.

HEX 7E 5D 6B
Decimal 126 93 107
Binary 1111110 1011101 1101011
Octal 176 135 153

Shades and tints

Shades of #7E5D6B

#7E5D6B
(126,93,107)
#735562
(115,85,98)
#684D59
(104,77,89)
#5D4550
(93,69,80)
#523D47
(82,61,71)
#47353E
(71,53,62)
#3C2D35
(60,45,53)
#31252C
(49,37,44)
#261D23
(38,29,35)
#1B151A
(27,21,26)
#100D11
(16,13,17)
#000000
(0,0,0)

Tints of #7E5D6B

#7E5D6B
(126,93,107)
#896B78
(137,107,120)
#947985
(148,121,133)
#9F8792
(159,135,146)
#AA959F
(170,149,159)
#B5A3AC
(181,163,172)
#C0B1B9
(192,177,185)
#CBBFC6
(203,191,198)
#D6CDD3
(214,205,211)
#E1DBE0
(225,219,224)
#ECE9ED
(236,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E5D6B; }

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

This text font color is #7E5D6B.

Background Color

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

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

This div background color is #7E5D6B.

Border color

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

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

This div border color is #7E5D6B.

Opacity

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

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

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

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

This text has shadow with #7E5D6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E5D6B.

Preview

Color preview on black background

This text has color #7E5D6B on black background.


Color preview on white background

This text has color #7E5D6B on white background.


Black color preview on #7E5D6B background

This text has black color on #7E5D6B background.


White color preview on #7E5D6B background

This text has white color on #7E5D6B background.


Related colors

Complementary color

Complementary color for #hex is #81A294.


I love getcolorcode.com

Triadic colors

1 #6B7E5D and #5D6B7E with #7E5D6B are triadic colors.

2 #6B5D7E and #5D7E6B with #7E5D6B are triadic colors.