COLOR #7D5180

HEX: #7D5180
RGB: (125,81,128)

Color info

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

RGB color model

#7D5180 color RGB value is (125,81,128).

  • red value is 125;
  • green value is 81;
  • blue value is 128.
RGB:
(125,81,128)
(49%,32%,50%)

RGB channels and saturation

R 125 of 255 = 49%
G 81 of 255 = 32%
B 128 of 255 = 50%

125
81
128

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

Portions of RGB colors in percentages

R + G + B =
125 + 81 + 128 = 334 (100%)
R 125 of 334 ~ 37.43%
G 81 of 334 ~ 24.25%
B 128 of 334 ~ 38.32%

%37.43
%24.25
%38.32

CMYK color model

#7D5180 color CMYK value is (2,37,0,50).

  • cyan value is 2.34%
  • magenta value is 36.72%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(2,37,0,50)
C2M37Y0K50 
(2%,37%,0%,50%)
(0.02/0.37/0.00/0.50)	

CMYK percentages

%2.34
%36.72
%0
%49.8

Codes

Color #7D5180 in popluar color models

7D5180
RGB12581128
HSL296°22.49%40.98%
HSB/HSV296°36.72%50.20%
CMYK2.34%36.72%0.00%
49.80%

Color #7D5180 in popluar number systems.

HEX7D5180
Decimal12581128
Binary1111101101000110000000
Octal175121200

Shades and tints

Shades of #7D5180

#7D5180
(125,81,128)
#724A75
(114,74,117)
#67436A
(103,67,106)
#5C3C5F
(92,60,95)
#513554
(81,53,84)
#462E49
(70,46,73)
#3B273E
(59,39,62)
#302033
(48,32,51)
#251928
(37,25,40)
#1A121D
(26,18,29)
#0F0B12
(15,11,18)
#000000
(0,0,0)

Tints of #7D5180

#7D5180
(125,81,128)
#88608B
(136,96,139)
#936F96
(147,111,150)
#9E7EA1
(158,126,161)
#A98DAC
(169,141,172)
#B49CB7
(180,156,183)
#BFABC2
(191,171,194)
#CABACD
(202,186,205)
#D5C9D8
(213,201,216)
#E0D8E3
(224,216,227)
#EBE7EE
(235,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5180 color. Also use rgb(125,81,128) instead hex code.

Text Font Color

.myTextColor { color: #7D5180; }

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

This text font color is #7D5180.


Background Color

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

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

This div background color is #7D5180.


Border color

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

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

This div border color is #7D5180.


Opacity

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

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

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

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

This text has shadow with #7D5180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5180 on black background.


Color preview on white background

This text has color #7D5180 on white background.



Black color preview on #7D5180 background

This text has black color on #7D5180 background.


White color preview on #7D5180 background

This text has white color on #7D5180 background.