COLOR #7D5A72

HEX: #7D5A72
RGB: (125,90,114)

Color info

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

RGB color model

#7D5A72 color RGB value is (125,90,114).

  • red value is 125;
  • green value is 90;
  • blue value is 114.
RGB:
(125,90,114)
(49%,35%,45%)

RGB channels and saturation

R 125 of 255 = 49%
G 90 of 255 = 35%
B 114 of 255 = 45%

125
90
114

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

Portions of RGB colors in percentages

R + G + B =
125 + 90 + 114 = 329 (100%)
R 125 of 329 ~ 37.99%
G 90 of 329 ~ 27.36%
B 114 of 329 ~ 34.65%

%37.99
%27.36
%34.65

CMYK color model

#7D5A72 color CMYK value is (0,28,9,51).

  • cyan value is 0.00%
  • magenta value is 28.00%
  • yellow value is 8.80%
  • key color value is 50.98%
CMYK:
(0,28,9,51)
C0M28Y9K51 
(0%,28%,9%,51%)
(0.00/0.28/0.09/0.51)	

CMYK percentages

%0
%28
%8.8
%50.98

Codes

Color #7D5A72 in popluar color models

7D5A72
RGB12590114
HSL319°16.28%42.16%
HSB/HSV319°28.00%49.02%
CMYK0.00%28.00%8.80%
50.98%

Color #7D5A72 in popluar number systems.

HEX7D5A72
Decimal12590114
Binary111110110110101110010
Octal175132162

Shades and tints

Shades of #7D5A72

#7D5A72
(125,90,114)
#725268
(114,82,104)
#674A5E
(103,74,94)
#5C4254
(92,66,84)
#513A4A
(81,58,74)
#463240
(70,50,64)
#3B2A36
(59,42,54)
#30222C
(48,34,44)
#251A22
(37,26,34)
#1A1218
(26,18,24)
#0F0A0E
(15,10,14)
#000000
(0,0,0)

Tints of #7D5A72

#7D5A72
(125,90,114)
#88697E
(136,105,126)
#93788A
(147,120,138)
#9E8796
(158,135,150)
#A996A2
(169,150,162)
#B4A5AE
(180,165,174)
#BFB4BA
(191,180,186)
#CAC3C6
(202,195,198)
#D5D2D2
(213,210,210)
#E0E1DE
(224,225,222)
#EBF0EA
(235,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5A72 color. Also use rgb(125,90,114) instead hex code.

Text Font Color

.myTextColor { color: #7D5A72; }

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

This text font color is #7D5A72.


Background Color

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

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

This div background color is #7D5A72.


Border color

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

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

This div border color is #7D5A72.


Opacity

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

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

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

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

This text has shadow with #7D5A72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5A72 on black background.


Color preview on white background

This text has color #7D5A72 on white background.



Black color preview on #7D5A72 background

This text has black color on #7D5A72 background.


White color preview on #7D5A72 background

This text has white color on #7D5A72 background.