COLOR #7D5D87

HEX: #7D5D87
RGB: (125,93,135)

Color info

#7D5D87 contains red, green and blue colors in about the same proportion. Web safe color of #7D5D87 is #666699 (or #669).

RGB color model

#7D5D87 color RGB value is (125,93,135).

  • red value is 125;
  • green value is 93;
  • blue value is 135.
RGB:
(125,93,135)
(49%,36%,53%)

RGB channels and saturation

R 125 of 255 = 49%
G 93 of 255 = 36%
B 135 of 255 = 53%

125
93
135

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

Portions of RGB colors in percentages

R + G + B =
125 + 93 + 135 = 353 (100%)
R 125 of 353 ~ 35.41%
G 93 of 353 ~ 26.35%
B 135 of 353 ~ 38.24%

%35.41
%26.35
%38.24

CMYK color model

#7D5D87 color CMYK value is (7,31,0,47).

  • cyan value is 7.41%
  • magenta value is 31.11%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(7,31,0,47)
C7M31Y0K47 
(7%,31%,0%,47%)
(0.07/0.31/0.00/0.47)	

CMYK percentages

%7.41
%31.11
%0
%47.06

Codes

Color #7D5D87 in popluar color models

7D5D87
RGB12593135
HSL286°18.42%44.71%
HSB/HSV286°31.11%52.94%
CMYK7.41%31.11%0.00%
47.06%

Color #7D5D87 in popluar number systems.

HEX7D5D87
Decimal12593135
Binary1111101101110110000111
Octal175135207

Shades and tints

Shades of #7D5D87

#7D5D87
(125,93,135)
#72557B
(114,85,123)
#674D6F
(103,77,111)
#5C4563
(92,69,99)
#513D57
(81,61,87)
#46354B
(70,53,75)
#3B2D3F
(59,45,63)
#302533
(48,37,51)
#251D27
(37,29,39)
#1A151B
(26,21,27)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #7D5D87

#7D5D87
(125,93,135)
#886B91
(136,107,145)
#93799B
(147,121,155)
#9E87A5
(158,135,165)
#A995AF
(169,149,175)
#B4A3B9
(180,163,185)
#BFB1C3
(191,177,195)
#CABFCD
(202,191,205)
#D5CDD7
(213,205,215)
#E0DBE1
(224,219,225)
#EBE9EB
(235,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5D87 color. Also use rgb(125,93,135) instead hex code.

Text Font Color

.myTextColor { color: #7D5D87; }

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

This text font color is #7D5D87.


Background Color

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

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

This div background color is #7D5D87.


Border color

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

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

This div border color is #7D5D87.


Opacity

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

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

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

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

This text has shadow with #7D5D87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5D87 on black background.


Color preview on white background

This text has color #7D5D87 on white background.



Black color preview on #7D5D87 background

This text has black color on #7D5D87 background.


White color preview on #7D5D87 background

This text has white color on #7D5D87 background.