COLOR #7D5578

HEX: #7D5578 RGB: (125,85,120)

Color info

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

RGB color model

#7D5578 color RGB value is (125,85,120).

RGB: (125,85,120) (49%, 33%, 47%)

RGB channels and saturation

R 125 of 255 = 49%
G 85 of 255 = 33%
B 120 of 255 = 47%

125
85
120

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

Portions of RGB colors in percentages

R + G + B = 125 + 85 + 120 = 330 (100%)
R 125 of 330 ~ 37.88%
G 85 of 330 ~ 25.76%
B 120 of 330 ~ 36.36'%

%37.88
%25.76
%36.36

CMYK color model

#7D5578 color CMYK value is (0,32,4,51).

  • cyan value is 0.00%
  • magenta value is 32.00%
  • yellow value is 4.00%
  • key color value is 50.98%

CMYK: (0,32,4,51)
C0M32Y4K51 (0%, 32%, 4%, 51%)
(0.00 / 0.32 / 0.04 / 0.51)

CMYK percentages

%0
%32
%4
%50.98

Codes

Color #7D5578 in popluar color models

7D 55 78
RGB 125 85 120
HSL 308° 19.05% 41.18%
HSB/HSV 308° 32.00% 49.02%
CMYK 0.00% 32.00% 4.00%
50.98%

Color #7D5578 in popluar number systems.

HEX 7D 55 78
Decimal 125 85 120
Binary 1111101 1010101 1111000
Octal 175 125 170

Shades and tints

Shades of #7D5578

#7D5578
(125,85,120)
#724E6E
(114,78,110)
#674764
(103,71,100)
#5C405A
(92,64,90)
#513950
(81,57,80)
#463246
(70,50,70)
#3B2B3C
(59,43,60)
#302432
(48,36,50)
#251D28
(37,29,40)
#1A161E
(26,22,30)
#0F0F14
(15,15,20)
#000000
(0,0,0)

Tints of #7D5578

#7D5578
(125,85,120)
#886484
(136,100,132)
#937390
(147,115,144)
#9E829C
(158,130,156)
#A991A8
(169,145,168)
#B4A0B4
(180,160,180)
#BFAFC0
(191,175,192)
#CABECC
(202,190,204)
#D5CDD8
(213,205,216)
#E0DCE4
(224,220,228)
#EBEBF0
(235,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5578 color. Also use rgb(125,85,120) instead hex code.

Text Font Color

.myTextColor { color: #7D5578; }

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

This text font color is #7D5578.

Background Color

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

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

This div background color is #7D5578.

Border color

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

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

This div border color is #7D5578.

Opacity

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

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

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

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

This text has shadow with #7D5578 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D5578.

Preview

Color preview on black background

This text has color #7D5578 on black background.


Color preview on white background

This text has color #7D5578 on white background.


Black color preview on #7D5578 background

This text has black color on #7D5578 background.


White color preview on #7D5578 background

This text has white color on #7D5578 background.


Related colors

Complementary color

Complementary color for #hex is #82AA87.


I love getcolorcode.com

Triadic colors

1 #787D55 and #55787D with #7D5578 are triadic colors.

2 #78557D and #557D78 with #7D5578 are triadic colors.