COLOR #7D5F92

HEX: #7D5F92
RGB: (125,95,146)

Color info

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

RGB color model

#7D5F92 color RGB value is (125,95,146).

  • red value is 125;
  • green value is 95;
  • blue value is 146.
RGB:
(125,95,146)
(49%,37%,57%)

RGB channels and saturation

R 125 of 255 = 49%
G 95 of 255 = 37%
B 146 of 255 = 57%

125
95
146

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

Portions of RGB colors in percentages

R + G + B =
125 + 95 + 146 = 366 (100%)
R 125 of 366 ~ 34.15%
G 95 of 366 ~ 25.96%
B 146 of 366 ~ 39.89%

%34.15
%25.96
%39.89

CMYK color model

#7D5F92 color CMYK value is (14,35,0,43).

  • cyan value is 14.38%
  • magenta value is 34.93%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(14,35,0,43)
C14M35Y0K43 
(14%,35%,0%,43%)
(0.14/0.35/0.00/0.43)	

CMYK percentages

%14.38
%34.93
%0
%42.75

Codes

Color #7D5F92 in popluar color models

7D5F92
RGB12595146
HSL275°21.16%47.25%
HSB/HSV275°34.93%57.25%
CMYK14.38%34.93%0.00%
42.75%

Color #7D5F92 in popluar number systems.

HEX7D5F92
Decimal12595146
Binary1111101101111110010010
Octal175137222

Shades and tints

Shades of #7D5F92

#7D5F92
(125,95,146)
#725785
(114,87,133)
#674F78
(103,79,120)
#5C476B
(92,71,107)
#513F5E
(81,63,94)
#463751
(70,55,81)
#3B2F44
(59,47,68)
#302737
(48,39,55)
#251F2A
(37,31,42)
#1A171D
(26,23,29)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #7D5F92

#7D5F92
(125,95,146)
#886D9B
(136,109,155)
#937BA4
(147,123,164)
#9E89AD
(158,137,173)
#A997B6
(169,151,182)
#B4A5BF
(180,165,191)
#BFB3C8
(191,179,200)
#CAC1D1
(202,193,209)
#D5CFDA
(213,207,218)
#E0DDE3
(224,221,227)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5F92 color. Also use rgb(125,95,146) instead hex code.

Text Font Color

.myTextColor { color: #7D5F92; }

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

This text font color is #7D5F92.


Background Color

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

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

This div background color is #7D5F92.


Border color

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

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

This div border color is #7D5F92.


Opacity

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

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

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

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

This text has shadow with #7D5F92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5F92 on black background.


Color preview on white background

This text has color #7D5F92 on white background.



Black color preview on #7D5F92 background

This text has black color on #7D5F92 background.


White color preview on #7D5F92 background

This text has white color on #7D5F92 background.