COLOR #7D5F85

HEX: #7D5F85
RGB: (125,95,133)

Color info

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

RGB color model

#7D5F85 color RGB value is (125,95,133).

  • red value is 125;
  • green value is 95;
  • blue value is 133.
RGB:
(125,95,133)
(49%,37%,52%)

RGB channels and saturation

R 125 of 255 = 49%
G 95 of 255 = 37%
B 133 of 255 = 52%

125
95
133

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

Portions of RGB colors in percentages

R + G + B =
125 + 95 + 133 = 353 (100%)
R 125 of 353 ~ 35.41%
G 95 of 353 ~ 26.91%
B 133 of 353 ~ 37.68%

%35.41
%26.91
%37.68

CMYK color model

#7D5F85 color CMYK value is (6,29,0,48).

  • cyan value is 6.02%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(6,29,0,48)
C6M29Y0K48 
(6%,29%,0%,48%)
(0.06/0.29/0.00/0.48)	

CMYK percentages

%6.02
%28.57
%0
%47.84

Codes

Color #7D5F85 in popluar color models

7D5F85
RGB12595133
HSL287°16.67%44.71%
HSB/HSV287°28.57%52.16%
CMYK6.02%28.57%0.00%
47.84%

Color #7D5F85 in popluar number systems.

HEX7D5F85
Decimal12595133
Binary1111101101111110000101
Octal175137205

Shades and tints

Shades of #7D5F85

#7D5F85
(125,95,133)
#725779
(114,87,121)
#674F6D
(103,79,109)
#5C4761
(92,71,97)
#513F55
(81,63,85)
#463749
(70,55,73)
#3B2F3D
(59,47,61)
#302731
(48,39,49)
#251F25
(37,31,37)
#1A1719
(26,23,25)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #7D5F85

#7D5F85
(125,95,133)
#886D90
(136,109,144)
#937B9B
(147,123,155)
#9E89A6
(158,137,166)
#A997B1
(169,151,177)
#B4A5BC
(180,165,188)
#BFB3C7
(191,179,199)
#CAC1D2
(202,193,210)
#D5CFDD
(213,207,221)
#E0DDE8
(224,221,232)
#EBEBF3
(235,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D5F85; }

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

This text font color is #7D5F85.


Background Color

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

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

This div background color is #7D5F85.


Border color

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

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

This div border color is #7D5F85.


Opacity

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

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

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

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

This text has shadow with #7D5F85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5F85 on black background.


Color preview on white background

This text has color #7D5F85 on white background.



Black color preview on #7D5F85 background

This text has black color on #7D5F85 background.


White color preview on #7D5F85 background

This text has white color on #7D5F85 background.