COLOR #7D5080

HEX: #7D5080 RGB: (125,80,128)

Color info

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

RGB color model

#7D5080 color RGB value is (125,80,128).

RGB: (125,80,128) (49%, 31%, 50%)

RGB channels and saturation

R 125 of 255 = 49%
G 80 of 255 = 31%
B 128 of 255 = 50%

125
80
128

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

Portions of RGB colors in percentages

R + G + B = 125 + 80 + 128 = 333 (100%)
R 125 of 333 ~ 37.54%
G 80 of 333 ~ 24.02%
B 128 of 333 ~ 38.44'%

%37.54
%24.02
%38.44

CMYK color model

#7D5080 color CMYK value is (2,38,0,50).

  • cyan value is 2.34%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (2,38,0,50)
C2M38Y0K50 (2%, 38%, 0%, 50%)
(0.02 / 0.38 / 0.00 / 0.50)

CMYK percentages

%2.34
%37.5
%0
%49.8

Codes

Color #7D5080 in popluar color models

7D 50 80
RGB 125 80 128
HSL 296° 23.08% 40.78%
HSB/HSV 296° 37.50% 50.20%
CMYK 2.34% 37.50% 0.00%
49.80%

Color #7D5080 in popluar number systems.

HEX 7D 50 80
Decimal 125 80 128
Binary 1111101 1010000 10000000
Octal 175 120 200

Shades and tints

Shades of #7D5080

#7D5080
(125,80,128)
#724975
(114,73,117)
#67426A
(103,66,106)
#5C3B5F
(92,59,95)
#513454
(81,52,84)
#462D49
(70,45,73)
#3B263E
(59,38,62)
#301F33
(48,31,51)
#251828
(37,24,40)
#1A111D
(26,17,29)
#0F0A12
(15,10,18)
#000000
(0,0,0)

Tints of #7D5080

#7D5080
(125,80,128)
#885F8B
(136,95,139)
#936E96
(147,110,150)
#9E7DA1
(158,125,161)
#A98CAC
(169,140,172)
#B49BB7
(180,155,183)
#BFAAC2
(191,170,194)
#CAB9CD
(202,185,205)
#D5C8D8
(213,200,216)
#E0D7E3
(224,215,227)
#EBE6EE
(235,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D5080; }

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

This text font color is #7D5080.

Background Color

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

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

This div background color is #7D5080.

Border color

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

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

This div border color is #7D5080.

Opacity

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

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

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

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

This text has shadow with #7D5080 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D5080.

Preview

Color preview on black background

This text has color #7D5080 on black background.


Color preview on white background

This text has color #7D5080 on white background.


Black color preview on #7D5080 background

This text has black color on #7D5080 background.


White color preview on #7D5080 background

This text has white color on #7D5080 background.


Related colors

Complementary color

Complementary color for #hex is #82AF7F.


I love getcolorcode.com

Triadic colors

1 #807D50 and #50807D with #7D5080 are triadic colors.

2 #80507D and #507D80 with #7D5080 are triadic colors.