COLOR #7E5B72

HEX: #7E5B72
RGB: (126,91,114)

Color info

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

RGB color model

#7E5B72 color RGB value is (126,91,114).

  • red value is 126;
  • green value is 91;
  • blue value is 114.
RGB:
(126,91,114)
(49%,36%,45%)

RGB channels and saturation

R 126 of 255 = 49%
G 91 of 255 = 36%
B 114 of 255 = 45%

126
91
114

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

Portions of RGB colors in percentages

R + G + B =
126 + 91 + 114 = 331 (100%)
R 126 of 331 ~ 38.07%
G 91 of 331 ~ 27.49%
B 114 of 331 ~ 34.44%

%38.07
%27.49
%34.44

CMYK color model

#7E5B72 color CMYK value is (0,28,10,51).

  • cyan value is 0.00%
  • magenta value is 27.78%
  • yellow value is 9.52%
  • key color value is 50.59%
CMYK:
(0,28,10,51)
C0M28Y10K51 
(0%,28%,10%,51%)
(0.00/0.28/0.10/0.51)	

CMYK percentages

%0
%27.78
%9.52
%50.59

Codes

Color #7E5B72 in popluar color models

7E5B72
RGB12691114
HSL321°16.13%42.55%
HSB/HSV321°27.78%49.41%
CMYK0.00%27.78%9.52%
50.59%

Color #7E5B72 in popluar number systems.

HEX7E5B72
Decimal12691114
Binary111111010110111110010
Octal176133162

Shades and tints

Shades of #7E5B72

#7E5B72
(126,91,114)
#735368
(115,83,104)
#684B5E
(104,75,94)
#5D4354
(93,67,84)
#523B4A
(82,59,74)
#473340
(71,51,64)
#3C2B36
(60,43,54)
#31232C
(49,35,44)
#261B22
(38,27,34)
#1B1318
(27,19,24)
#100B0E
(16,11,14)
#000000
(0,0,0)

Tints of #7E5B72

#7E5B72
(126,91,114)
#89697E
(137,105,126)
#94778A
(148,119,138)
#9F8596
(159,133,150)
#AA93A2
(170,147,162)
#B5A1AE
(181,161,174)
#C0AFBA
(192,175,186)
#CBBDC6
(203,189,198)
#D6CBD2
(214,203,210)
#E1D9DE
(225,217,222)
#ECE7EA
(236,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E5B72; }

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

This text font color is #7E5B72.


Background Color

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

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

This div background color is #7E5B72.


Border color

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

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

This div border color is #7E5B72.


Opacity

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

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

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

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

This text has shadow with #7E5B72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5B72 on black background.


Color preview on white background

This text has color #7E5B72 on white background.



Black color preview on #7E5B72 background

This text has black color on #7E5B72 background.


White color preview on #7E5B72 background

This text has white color on #7E5B72 background.