COLOR #7D5785

HEX: #7D5785 RGB: (125,87,133)

Color info

#7D5785 contains red, green and blue colors in about the same proportion. Web safe color of #7D5785 is #666699 (or #669).

RGB color model

#7D5785 color RGB value is (125,87,133).

RGB: (125,87,133) (49%, 34%, 52%)

RGB channels and saturation

R 125 of 255 = 49%
G 87 of 255 = 34%
B 133 of 255 = 52%

125
87
133

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

Portions of RGB colors in percentages

R + G + B = 125 + 87 + 133 = 345 (100%)
R 125 of 345 ~ 36.23%
G 87 of 345 ~ 25.22%
B 133 of 345 ~ 38.55'%

%36.23
%25.22
%38.55

CMYK color model

#7D5785 color CMYK value is (6,35,0,48).

  • cyan value is 6.02%
  • magenta value is 34.59%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (6,35,0,48)
C6M35Y0K48 (6%, 35%, 0%, 48%)
(0.06 / 0.35 / 0.00 / 0.48)

CMYK percentages

%6.02
%34.59
%0
%47.84

Codes

Color #7D5785 in popluar color models

7D 57 85
RGB 125 87 133
HSL 290° 20.91% 43.14%
HSB/HSV 290° 34.59% 52.16%
CMYK 6.02% 34.59% 0.00%
47.84%

Color #7D5785 in popluar number systems.

HEX 7D 57 85
Decimal 125 87 133
Binary 1111101 1010111 10000101
Octal 175 127 205

Shades and tints

Shades of #7D5785

#7D5785
(125,87,133)
#725079
(114,80,121)
#67496D
(103,73,109)
#5C4261
(92,66,97)
#513B55
(81,59,85)
#463449
(70,52,73)
#3B2D3D
(59,45,61)
#302631
(48,38,49)
#251F25
(37,31,37)
#1A1819
(26,24,25)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #7D5785

#7D5785
(125,87,133)
#886690
(136,102,144)
#93759B
(147,117,155)
#9E84A6
(158,132,166)
#A993B1
(169,147,177)
#B4A2BC
(180,162,188)
#BFB1C7
(191,177,199)
#CAC0D2
(202,192,210)
#D5CFDD
(213,207,221)
#E0DEE8
(224,222,232)
#EBEDF3
(235,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5785 color. Also use rgb(125,87,133) instead hex code.

Text Font Color

.myTextColor { color: #7D5785; }

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

This text font color is #7D5785.

Background Color

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

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

This div background color is #7D5785.

Border color

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

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

This div border color is #7D5785.

Opacity

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

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

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

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

This text has shadow with #7D5785 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D5785.

Preview

Color preview on black background

This text has color #7D5785 on black background.


Color preview on white background

This text has color #7D5785 on white background.


Black color preview on #7D5785 background

This text has black color on #7D5785 background.


White color preview on #7D5785 background

This text has white color on #7D5785 background.


Related colors

Complementary color

Complementary color for #hex is #82A87A.


I love getcolorcode.com

Triadic colors

1 #857D57 and #57857D with #7D5785 are triadic colors.

2 #85577D and #577D85 with #7D5785 are triadic colors.