COLOR #7D528A

HEX: #7D528A
RGB: (125,82,138)

Color info

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

RGB color model

#7D528A color RGB value is (125,82,138).

  • red value is 125;
  • green value is 82;
  • blue value is 138.
RGB:
(125,82,138)
(49%,32%,54%)

RGB channels and saturation

R 125 of 255 = 49%
G 82 of 255 = 32%
B 138 of 255 = 54%

125
82
138

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

Portions of RGB colors in percentages

R + G + B =
125 + 82 + 138 = 345 (100%)
R 125 of 345 ~ 36.23%
G 82 of 345 ~ 23.77%
B 138 of 345 ~ 40%

%36.23
%23.77
%40

CMYK color model

#7D528A color CMYK value is (9,41,0,46).

  • cyan value is 9.42%
  • magenta value is 40.58%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(9,41,0,46)
C9M41Y0K46 
(9%,41%,0%,46%)
(0.09/0.41/0.00/0.46)	

CMYK percentages

%9.42
%40.58
%0
%45.88

Codes

Color #7D528A in popluar color models

7D528A
RGB12582138
HSL286°25.45%43.14%
HSB/HSV286°40.58%54.12%
CMYK9.42%40.58%0.00%
45.88%

Color #7D528A in popluar number systems.

HEX7D528A
Decimal12582138
Binary1111101101001010001010
Octal175122212

Shades and tints

Shades of #7D528A

#7D528A
(125,82,138)
#724B7E
(114,75,126)
#674472
(103,68,114)
#5C3D66
(92,61,102)
#51365A
(81,54,90)
#462F4E
(70,47,78)
#3B2842
(59,40,66)
#302136
(48,33,54)
#251A2A
(37,26,42)
#1A131E
(26,19,30)
#0F0C12
(15,12,18)
#000000
(0,0,0)

Tints of #7D528A

#7D528A
(125,82,138)
#886194
(136,97,148)
#93709E
(147,112,158)
#9E7FA8
(158,127,168)
#A98EB2
(169,142,178)
#B49DBC
(180,157,188)
#BFACC6
(191,172,198)
#CABBD0
(202,187,208)
#D5CADA
(213,202,218)
#E0D9E4
(224,217,228)
#EBE8EE
(235,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D528A color. Also use rgb(125,82,138) instead hex code.

Text Font Color

.myTextColor { color: #7D528A; }

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

This text font color is #7D528A.


Background Color

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

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

This div background color is #7D528A.


Border color

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

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

This div border color is #7D528A.


Opacity

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

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

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

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

This text has shadow with #7D528A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D528A on black background.


Color preview on white background

This text has color #7D528A on white background.



Black color preview on #7D528A background

This text has black color on #7D528A background.


White color preview on #7D528A background

This text has white color on #7D528A background.