COLOR #7D6592

HEX: #7D6592 RGB: (125,101,146)

Color info

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

RGB color model

#7D6592 color RGB value is (125,101,146).

RGB: (125,101,146) (49%, 40%, 57%)

RGB channels and saturation

R 125 of 255 = 49%
G 101 of 255 = 40%
B 146 of 255 = 57%

125
101
146

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

Portions of RGB colors in percentages

R + G + B = 125 + 101 + 146 = 372 (100%)
R 125 of 372 ~ 33.6%
G 101 of 372 ~ 27.15%
B 146 of 372 ~ 39.25'%

%33.6
%27.15
%39.25

CMYK color model

#7D6592 color CMYK value is (14,31,0,43).

  • cyan value is 14.38%
  • magenta value is 30.82%
  • yellow value is 0.00%
  • key color value is 42.75%

CMYK: (14,31,0,43)
C14M31Y0K43 (14%, 31%, 0%, 43%)
(0.14 / 0.31 / 0.00 / 0.43)

CMYK percentages

%14.38
%30.82
%0
%42.75

Codes

Color #7D6592 in popluar color models

7D 65 92
RGB 125 101 146
HSL 272° 18.22% 48.43%
HSB/HSV 272° 30.82% 57.25%
CMYK 14.38% 30.82% 0.00%
42.75%

Color #7D6592 in popluar number systems.

HEX 7D 65 92
Decimal 125 101 146
Binary 1111101 1100101 10010010
Octal 175 145 222

Shades and tints

Shades of #7D6592

#7D6592
(125,101,146)
#725C85
(114,92,133)
#675378
(103,83,120)
#5C4A6B
(92,74,107)
#51415E
(81,65,94)
#463851
(70,56,81)
#3B2F44
(59,47,68)
#302637
(48,38,55)
#251D2A
(37,29,42)
#1A141D
(26,20,29)
#0F0B10
(15,11,16)
#000000
(0,0,0)

Tints of #7D6592

#7D6592
(125,101,146)
#88739B
(136,115,155)
#9381A4
(147,129,164)
#9E8FAD
(158,143,173)
#A99DB6
(169,157,182)
#B4ABBF
(180,171,191)
#BFB9C8
(191,185,200)
#CAC7D1
(202,199,209)
#D5D5DA
(213,213,218)
#E0E3E3
(224,227,227)
#EBF1EC
(235,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D6592; }

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

This text font color is #7D6592.

Background Color

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

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

This div background color is #7D6592.

Border color

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

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

This div border color is #7D6592.

Opacity

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

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

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

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

This text has shadow with #7D6592 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D6592.

Preview

Color preview on black background

This text has color #7D6592 on black background.


Color preview on white background

This text has color #7D6592 on white background.


Black color preview on #7D6592 background

This text has black color on #7D6592 background.


White color preview on #7D6592 background

This text has white color on #7D6592 background.


Related colors

Complementary color

Complementary color for #hex is #829A6D.


I love getcolorcode.com

Triadic colors

1 #927D65 and #65927D with #7D6592 are triadic colors.

2 #92657D and #657D92 with #7D6592 are triadic colors.