COLOR #7E587B

HEX: #7E587B
RGB: (126,88,123)

Color info

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

RGB color model

#7E587B color RGB value is (126,88,123).

  • red value is 126;
  • green value is 88;
  • blue value is 123.
RGB:
(126,88,123)
(49%,35%,48%)

RGB channels and saturation

R 126 of 255 = 49%
G 88 of 255 = 35%
B 123 of 255 = 48%

126
88
123

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

Portions of RGB colors in percentages

R + G + B =
126 + 88 + 123 = 337 (100%)
R 126 of 337 ~ 37.39%
G 88 of 337 ~ 26.11%
B 123 of 337 ~ 36.5%

%37.39
%26.11
%36.5

CMYK color model

#7E587B color CMYK value is (0,30,2,51).

  • cyan value is 0.00%
  • magenta value is 30.16%
  • yellow value is 2.38%
  • key color value is 50.59%
CMYK:
(0,30,2,51)
C0M30Y2K51 
(0%,30%,2%,51%)
(0.00/0.30/0.02/0.51)	

CMYK percentages

%0
%30.16
%2.38
%50.59

Codes

Color #7E587B in popluar color models

7E587B
RGB12688123
HSL305°17.76%41.96%
HSB/HSV305°30.16%49.41%
CMYK0.00%30.16%2.38%
50.59%

Color #7E587B in popluar number systems.

HEX7E587B
Decimal12688123
Binary111111010110001111011
Octal176130173

Shades and tints

Shades of #7E587B

#7E587B
(126,88,123)
#735070
(115,80,112)
#684865
(104,72,101)
#5D405A
(93,64,90)
#52384F
(82,56,79)
#473044
(71,48,68)
#3C2839
(60,40,57)
#31202E
(49,32,46)
#261823
(38,24,35)
#1B1018
(27,16,24)
#10080D
(16,8,13)
#000000
(0,0,0)

Tints of #7E587B

#7E587B
(126,88,123)
#896787
(137,103,135)
#947693
(148,118,147)
#9F859F
(159,133,159)
#AA94AB
(170,148,171)
#B5A3B7
(181,163,183)
#C0B2C3
(192,178,195)
#CBC1CF
(203,193,207)
#D6D0DB
(214,208,219)
#E1DFE7
(225,223,231)
#ECEEF3
(236,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E587B; }

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

This text font color is #7E587B.


Background Color

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

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

This div background color is #7E587B.


Border color

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

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

This div border color is #7E587B.


Opacity

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

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

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

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

This text has shadow with #7E587B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E587B on black background.


Color preview on white background

This text has color #7E587B on white background.



Black color preview on #7E587B background

This text has black color on #7E587B background.


White color preview on #7E587B background

This text has white color on #7E587B background.