COLOR #7D5871

HEX: #7D5871
RGB: (125,88,113)

Color info

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

RGB color model

#7D5871 color RGB value is (125,88,113).

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

RGB channels and saturation

R 125 of 255 = 49%
G 88 of 255 = 35%
B 113 of 255 = 44%

125
88
113

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

Portions of RGB colors in percentages

R + G + B =
125 + 88 + 113 = 326 (100%)
R 125 of 326 ~ 38.34%
G 88 of 326 ~ 26.99%
B 113 of 326 ~ 34.66%

%38.34
%26.99
%34.66

CMYK color model

#7D5871 color CMYK value is (0,30,10,51).

  • cyan value is 0.00%
  • magenta value is 29.60%
  • yellow value is 9.60%
  • key color value is 50.98%
CMYK:
(0,30,10,51)
C0M30Y10K51 
(0%,30%,10%,51%)
(0.00/0.30/0.10/0.51)	

CMYK percentages

%0
%29.6
%9.6
%50.98

Codes

Color #7D5871 in popluar color models

7D5871
RGB12588113
HSL319°17.37%41.76%
HSB/HSV319°29.60%49.02%
CMYK0.00%29.60%9.60%
50.98%

Color #7D5871 in popluar number systems.

HEX7D5871
Decimal12588113
Binary111110110110001110001
Octal175130161

Shades and tints

Shades of #7D5871

#7D5871
(125,88,113)
#725067
(114,80,103)
#67485D
(103,72,93)
#5C4053
(92,64,83)
#513849
(81,56,73)
#46303F
(70,48,63)
#3B2835
(59,40,53)
#30202B
(48,32,43)
#251821
(37,24,33)
#1A1017
(26,16,23)
#0F080D
(15,8,13)
#000000
(0,0,0)

Tints of #7D5871

#7D5871
(125,88,113)
#88677D
(136,103,125)
#937689
(147,118,137)
#9E8595
(158,133,149)
#A994A1
(169,148,161)
#B4A3AD
(180,163,173)
#BFB2B9
(191,178,185)
#CAC1C5
(202,193,197)
#D5D0D1
(213,208,209)
#E0DFDD
(224,223,221)
#EBEEE9
(235,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D5871; }

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

This text font color is #7D5871.


Background Color

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

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

This div background color is #7D5871.


Border color

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

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

This div border color is #7D5871.


Opacity

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

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

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

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

This text has shadow with #7D5871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5871 on black background.


Color preview on white background

This text has color #7D5871 on white background.



Black color preview on #7D5871 background

This text has black color on #7D5871 background.


White color preview on #7D5871 background

This text has white color on #7D5871 background.