COLOR #7D5971

HEX: #7D5971
RGB: (125,89,113)

Color info

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

RGB color model

#7D5971 color RGB value is (125,89,113).

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

RGB channels and saturation

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

125
89
113

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

Portions of RGB colors in percentages

R + G + B =
125 + 89 + 113 = 327 (100%)
R 125 of 327 ~ 38.23%
G 89 of 327 ~ 27.22%
B 113 of 327 ~ 34.56%

%38.23
%27.22
%34.56

CMYK color model

#7D5971 color CMYK value is (0,29,10,51).

  • cyan value is 0.00%
  • magenta value is 28.80%
  • yellow value is 9.60%
  • key color value is 50.98%
CMYK:
(0,29,10,51)
C0M29Y10K51 
(0%,29%,10%,51%)
(0.00/0.29/0.10/0.51)	

CMYK percentages

%0
%28.8
%9.6
%50.98

Codes

Color #7D5971 in popluar color models

7D5971
RGB12589113
HSL320°16.82%41.96%
HSB/HSV320°28.80%49.02%
CMYK0.00%28.80%9.60%
50.98%

Color #7D5971 in popluar number systems.

HEX7D5971
Decimal12589113
Binary111110110110011110001
Octal175131161

Shades and tints

Shades of #7D5971

#7D5971
(125,89,113)
#725167
(114,81,103)
#67495D
(103,73,93)
#5C4153
(92,65,83)
#513949
(81,57,73)
#46313F
(70,49,63)
#3B2935
(59,41,53)
#30212B
(48,33,43)
#251921
(37,25,33)
#1A1117
(26,17,23)
#0F090D
(15,9,13)
#000000
(0,0,0)

Tints of #7D5971

#7D5971
(125,89,113)
#88687D
(136,104,125)
#937789
(147,119,137)
#9E8695
(158,134,149)
#A995A1
(169,149,161)
#B4A4AD
(180,164,173)
#BFB3B9
(191,179,185)
#CAC2C5
(202,194,197)
#D5D1D1
(213,209,209)
#E0E0DD
(224,224,221)
#EBEFE9
(235,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D5971; }

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

This text font color is #7D5971.


Background Color

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

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

This div background color is #7D5971.


Border color

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

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

This div border color is #7D5971.


Opacity

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

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

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

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

This text has shadow with #7D5971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5971 on black background.


Color preview on white background

This text has color #7D5971 on white background.



Black color preview on #7D5971 background

This text has black color on #7D5971 background.


White color preview on #7D5971 background

This text has white color on #7D5971 background.