COLOR #7E5B7B

HEX: #7E5B7B RGB: (126,91,123)

Color info

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

RGB color model

#7E5B7B color RGB value is (126,91,123).

RGB: (126,91,123) (49%, 36%, 48%)

RGB channels and saturation

R 126 of 255 = 49%
G 91 of 255 = 36%
B 123 of 255 = 48%

126
91
123

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

Portions of RGB colors in percentages

R + G + B = 126 + 91 + 123 = 340 (100%)
R 126 of 340 ~ 37.06%
G 91 of 340 ~ 26.76%
B 123 of 340 ~ 36.18'%

%37.06
%26.76
%36.18

CMYK color model

#7E5B7B color CMYK value is (0,28,2,51).

  • cyan value is 0.00%
  • magenta value is 27.78%
  • yellow value is 2.38%
  • key color value is 50.59%
CMYK: (0,28,2,51) C0M28Y2K51 (0%,28%,2%,51%) (0.00/0.28/0.02/0.51) 

CMYK percentages

%0
%27.78
%2.38
%50.59

Codes

Color #7E5B7B in popluar color models

7E 5B 7B
RGB 126 91 123
HSL 305° 16.13% 42.55%
HSB/HSV 305° 27.78% 49.41%
CMYK 0.00% 27.78% 2.38%
50.59%

Color #7E5B7B in popluar number systems.

HEX 7E 5B 7B
Decimal 126 91 123
Binary 1111110 1011011 1111011
Octal 176 133 173

Shades and tints

Shades of #7E5B7B

#7E5B7B
(126,91,123)
#735370
(115,83,112)
#684B65
(104,75,101)
#5D435A
(93,67,90)
#523B4F
(82,59,79)
#473344
(71,51,68)
#3C2B39
(60,43,57)
#31232E
(49,35,46)
#261B23
(38,27,35)
#1B1318
(27,19,24)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #7E5B7B

#7E5B7B
(126,91,123)
#896987
(137,105,135)
#947793
(148,119,147)
#9F859F
(159,133,159)
#AA93AB
(170,147,171)
#B5A1B7
(181,161,183)
#C0AFC3
(192,175,195)
#CBBDCF
(203,189,207)
#D6CBDB
(214,203,219)
#E1D9E7
(225,217,231)
#ECE7F3
(236,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E5B7B color. Also use rgb(126,91,123) instead hex code.

Text Font Color

.myTextColor { color: #7E5B7B; }

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

This text font color is #7E5B7B.

Background Color

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

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

This div background color is #7E5B7B.

Border color

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

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

This div border color is #7E5B7B.

Opacity

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

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

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

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

This text has shadow with #7E5B7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E5B7B.

Preview

Color preview on black background

This text has color #7E5B7B on black background.


Color preview on white background

This text has color #7E5B7B on white background.


Black color preview on #7E5B7B background

This text has black color on #7E5B7B background.


White color preview on #7E5B7B background

This text has white color on #7E5B7B background.


Related colors

Complementary color

Complementary color for #hex is #81A484.


I love getcolorcode.com

Triadic colors

1 #7B7E5B and #5B7B7E with #7E5B7B are triadic colors.

2 #7B5B7E and #5B7E7B with #7E5B7B are triadic colors.