COLOR #7D587E

HEX: #7D587E
RGB: (125,88,126)

Color info

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

RGB color model

#7D587E color RGB value is (125,88,126).

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

RGB channels and saturation

R 125 of 255 = 49%
G 88 of 255 = 35%
B 126 of 255 = 49%

125
88
126

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

Portions of RGB colors in percentages

R + G + B =
125 + 88 + 126 = 339 (100%)
R 125 of 339 ~ 36.87%
G 88 of 339 ~ 25.96%
B 126 of 339 ~ 37.17%

%36.87
%25.96
%37.17

CMYK color model

#7D587E color CMYK value is (1,30,0,51).

  • cyan value is 0.79%
  • magenta value is 30.16%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(1,30,0,51)
C1M30Y0K51 
(1%,30%,0%,51%)
(0.01/0.30/0.00/0.51)	

CMYK percentages

%0.79
%30.16
%0
%50.59

Codes

Color #7D587E in popluar color models

7D587E
RGB12588126
HSL298°17.76%41.96%
HSB/HSV298°30.16%49.41%
CMYK0.79%30.16%0.00%
50.59%

Color #7D587E in popluar number systems.

HEX7D587E
Decimal12588126
Binary111110110110001111110
Octal175130176

Shades and tints

Shades of #7D587E

#7D587E
(125,88,126)
#725073
(114,80,115)
#674868
(103,72,104)
#5C405D
(92,64,93)
#513852
(81,56,82)
#463047
(70,48,71)
#3B283C
(59,40,60)
#302031
(48,32,49)
#251826
(37,24,38)
#1A101B
(26,16,27)
#0F0810
(15,8,16)
#000000
(0,0,0)

Tints of #7D587E

#7D587E
(125,88,126)
#886789
(136,103,137)
#937694
(147,118,148)
#9E859F
(158,133,159)
#A994AA
(169,148,170)
#B4A3B5
(180,163,181)
#BFB2C0
(191,178,192)
#CAC1CB
(202,193,203)
#D5D0D6
(213,208,214)
#E0DFE1
(224,223,225)
#EBEEEC
(235,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D587E; }

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

This text font color is #7D587E.


Background Color

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

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

This div background color is #7D587E.


Border color

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

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

This div border color is #7D587E.


Opacity

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

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

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

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

This text has shadow with #7D587E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D587E on black background.


Color preview on white background

This text has color #7D587E on white background.



Black color preview on #7D587E background

This text has black color on #7D587E background.


White color preview on #7D587E background

This text has white color on #7D587E background.