COLOR #7D5C78

HEX: #7D5C78
RGB: (125,92,120)

Color info

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

RGB color model

#7D5C78 color RGB value is (125,92,120).

  • red value is 125;
  • green value is 92;
  • blue value is 120.
RGB:
(125,92,120)
(49%,36%,47%)

RGB channels and saturation

R 125 of 255 = 49%
G 92 of 255 = 36%
B 120 of 255 = 47%

125
92
120

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

Portions of RGB colors in percentages

R + G + B =
125 + 92 + 120 = 337 (100%)
R 125 of 337 ~ 37.09%
G 92 of 337 ~ 27.3%
B 120 of 337 ~ 35.61%

%37.09
%27.3
%35.61

CMYK color model

#7D5C78 color CMYK value is (0,26,4,51).

  • cyan value is 0.00%
  • magenta value is 26.40%
  • yellow value is 4.00%
  • key color value is 50.98%
CMYK:
(0,26,4,51)
C0M26Y4K51 
(0%,26%,4%,51%)
(0.00/0.26/0.04/0.51)	

CMYK percentages

%0
%26.4
%4
%50.98

Codes

Color #7D5C78 in popluar color models

7D5C78
RGB12592120
HSL309°15.21%42.55%
HSB/HSV309°26.40%49.02%
CMYK0.00%26.40%4.00%
50.98%

Color #7D5C78 in popluar number systems.

HEX7D5C78
Decimal12592120
Binary111110110111001111000
Octal175134170

Shades and tints

Shades of #7D5C78

#7D5C78
(125,92,120)
#72546E
(114,84,110)
#674C64
(103,76,100)
#5C445A
(92,68,90)
#513C50
(81,60,80)
#463446
(70,52,70)
#3B2C3C
(59,44,60)
#302432
(48,36,50)
#251C28
(37,28,40)
#1A141E
(26,20,30)
#0F0C14
(15,12,20)
#000000
(0,0,0)

Tints of #7D5C78

#7D5C78
(125,92,120)
#886A84
(136,106,132)
#937890
(147,120,144)
#9E869C
(158,134,156)
#A994A8
(169,148,168)
#B4A2B4
(180,162,180)
#BFB0C0
(191,176,192)
#CABECC
(202,190,204)
#D5CCD8
(213,204,216)
#E0DAE4
(224,218,228)
#EBE8F0
(235,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D5C78; }

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

This text font color is #7D5C78.


Background Color

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

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

This div background color is #7D5C78.


Border color

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

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

This div border color is #7D5C78.


Opacity

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

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

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

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

This text has shadow with #7D5C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5C78 on black background.


Color preview on white background

This text has color #7D5C78 on white background.



Black color preview on #7D5C78 background

This text has black color on #7D5C78 background.


White color preview on #7D5C78 background

This text has white color on #7D5C78 background.