COLOR #7D5A70

HEX: #7D5A70 RGB: (125,90,112)

Color info

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

RGB color model

#7D5A70 color RGB value is (125,90,112).

RGB: (125,90,112) (49%, 35%, 44%)

RGB channels and saturation

R 125 of 255 = 49%
G 90 of 255 = 35%
B 112 of 255 = 44%

125
90
112

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

Portions of RGB colors in percentages

R + G + B = 125 + 90 + 112 = 327 (100%)
R 125 of 327 ~ 38.23%
G 90 of 327 ~ 27.52%
B 112 of 327 ~ 34.25'%

%38.23
%27.52
%34.25

CMYK color model

#7D5A70 color CMYK value is (0,28,10,51).

  • cyan value is 0.00%
  • magenta value is 28.00%
  • yellow value is 10.40%
  • key color value is 50.98%

CMYK: (0,28,10,51)
C0M28Y10K51 (0%, 28%, 10%, 51%)
(0.00 / 0.28 / 0.10 / 0.51)

CMYK percentages

%0
%28
%10.4
%50.98

Codes

Color #7D5A70 in popluar color models

7D 5A 70
RGB 125 90 112
HSL 322° 16.28% 42.16%
HSB/HSV 322° 28.00% 49.02%
CMYK 0.00% 28.00% 10.40%
50.98%

Color #7D5A70 in popluar number systems.

HEX 7D 5A 70
Decimal 125 90 112
Binary 1111101 1011010 1110000
Octal 175 132 160

Shades and tints

Shades of #7D5A70

#7D5A70
(125,90,112)
#725266
(114,82,102)
#674A5C
(103,74,92)
#5C4252
(92,66,82)
#513A48
(81,58,72)
#46323E
(70,50,62)
#3B2A34
(59,42,52)
#30222A
(48,34,42)
#251A20
(37,26,32)
#1A1216
(26,18,22)
#0F0A0C
(15,10,12)
#000000
(0,0,0)

Tints of #7D5A70

#7D5A70
(125,90,112)
#88697D
(136,105,125)
#93788A
(147,120,138)
#9E8797
(158,135,151)
#A996A4
(169,150,164)
#B4A5B1
(180,165,177)
#BFB4BE
(191,180,190)
#CAC3CB
(202,195,203)
#D5D2D8
(213,210,216)
#E0E1E5
(224,225,229)
#EBF0F2
(235,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D5A70; }

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

This text font color is #7D5A70.

Background Color

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

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

This div background color is #7D5A70.

Border color

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

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

This div border color is #7D5A70.

Opacity

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

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

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

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

This text has shadow with #7D5A70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D5A70.

Preview

Color preview on black background

This text has color #7D5A70 on black background.


Color preview on white background

This text has color #7D5A70 on white background.


Black color preview on #7D5A70 background

This text has black color on #7D5A70 background.


White color preview on #7D5A70 background

This text has white color on #7D5A70 background.


Related colors

Complementary color

Complementary color for #hex is #82A58F.


I love getcolorcode.com

Triadic colors

1 #707D5A and #5A707D with #7D5A70 are triadic colors.

2 #705A7D and #5A7D70 with #7D5A70 are triadic colors.