COLOR #7D5C8E

HEX: #7D5C8E
RGB: (125,92,142)

Color info

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

RGB color model

#7D5C8E color RGB value is (125,92,142).

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

RGB channels and saturation

R 125 of 255 = 49%
G 92 of 255 = 36%
B 142 of 255 = 56%

125
92
142

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

Portions of RGB colors in percentages

R + G + B =
125 + 92 + 142 = 359 (100%)
R 125 of 359 ~ 34.82%
G 92 of 359 ~ 25.63%
B 142 of 359 ~ 39.55%

%34.82
%25.63
%39.55

CMYK color model

#7D5C8E color CMYK value is (12,35,0,44).

  • cyan value is 11.97%
  • magenta value is 35.21%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(12,35,0,44)
C12M35Y0K44 
(12%,35%,0%,44%)
(0.12/0.35/0.00/0.44)	

CMYK percentages

%11.97
%35.21
%0
%44.31

Codes

Color #7D5C8E in popluar color models

7D5C8E
RGB12592142
HSL280°21.37%45.88%
HSB/HSV280°35.21%55.69%
CMYK11.97%35.21%0.00%
44.31%

Color #7D5C8E in popluar number systems.

HEX7D5C8E
Decimal12592142
Binary1111101101110010001110
Octal175134216

Shades and tints

Shades of #7D5C8E

#7D5C8E
(125,92,142)
#725482
(114,84,130)
#674C76
(103,76,118)
#5C446A
(92,68,106)
#513C5E
(81,60,94)
#463452
(70,52,82)
#3B2C46
(59,44,70)
#30243A
(48,36,58)
#251C2E
(37,28,46)
#1A1422
(26,20,34)
#0F0C16
(15,12,22)
#000000
(0,0,0)

Tints of #7D5C8E

#7D5C8E
(125,92,142)
#886A98
(136,106,152)
#9378A2
(147,120,162)
#9E86AC
(158,134,172)
#A994B6
(169,148,182)
#B4A2C0
(180,162,192)
#BFB0CA
(191,176,202)
#CABED4
(202,190,212)
#D5CCDE
(213,204,222)
#E0DAE8
(224,218,232)
#EBE8F2
(235,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D5C8E; }

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

This text font color is #7D5C8E.


Background Color

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

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

This div background color is #7D5C8E.


Border color

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

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

This div border color is #7D5C8E.


Opacity

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

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

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

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

This text has shadow with #7D5C8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5C8E on black background.


Color preview on white background

This text has color #7D5C8E on white background.



Black color preview on #7D5C8E background

This text has black color on #7D5C8E background.


White color preview on #7D5C8E background

This text has white color on #7D5C8E background.