COLOR #7D6382

HEX: #7D6382 RGB: (125,99,130)

Color info

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

RGB color model

#7D6382 color RGB value is (125,99,130).

RGB: (125,99,130) (49%, 39%, 51%)

RGB channels and saturation

R 125 of 255 = 49%
G 99 of 255 = 39%
B 130 of 255 = 51%

125
99
130

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

Portions of RGB colors in percentages

R + G + B = 125 + 99 + 130 = 354 (100%)
R 125 of 354 ~ 35.31%
G 99 of 354 ~ 27.97%
B 130 of 354 ~ 36.72'%

%35.31
%27.97
%36.72

CMYK color model

#7D6382 color CMYK value is (4,24,0,49).

  • cyan value is 3.85%
  • magenta value is 23.85%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (4,24,0,49)
C4M24Y0K49 (4%, 24%, 0%, 49%)
(0.04 / 0.24 / 0.00 / 0.49)

CMYK percentages

%3.85
%23.85
%0
%49.02

Codes

Color #7D6382 in popluar color models

7D 63 82
RGB 125 99 130
HSL 290° 13.54% 44.90%
HSB/HSV 290° 23.85% 50.98%
CMYK 3.85% 23.85% 0.00%
49.02%

Color #7D6382 in popluar number systems.

HEX 7D 63 82
Decimal 125 99 130
Binary 1111101 1100011 10000010
Octal 175 143 202

Shades and tints

Shades of #7D6382

#7D6382
(125,99,130)
#725A77
(114,90,119)
#67516C
(103,81,108)
#5C4861
(92,72,97)
#513F56
(81,63,86)
#46364B
(70,54,75)
#3B2D40
(59,45,64)
#302435
(48,36,53)
#251B2A
(37,27,42)
#1A121F
(26,18,31)
#0F0914
(15,9,20)
#000000
(0,0,0)

Tints of #7D6382

#7D6382
(125,99,130)
#88718D
(136,113,141)
#937F98
(147,127,152)
#9E8DA3
(158,141,163)
#A99BAE
(169,155,174)
#B4A9B9
(180,169,185)
#BFB7C4
(191,183,196)
#CAC5CF
(202,197,207)
#D5D3DA
(213,211,218)
#E0E1E5
(224,225,229)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6382 color. Also use rgb(125,99,130) instead hex code.

Text Font Color

.myTextColor { color: #7D6382; }

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

This text font color is #7D6382.

Background Color

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

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

This div background color is #7D6382.

Border color

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

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

This div border color is #7D6382.

Opacity

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

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

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

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

This text has shadow with #7D6382 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D6382.

Preview

Color preview on black background

This text has color #7D6382 on black background.


Color preview on white background

This text has color #7D6382 on white background.


Black color preview on #7D6382 background

This text has black color on #7D6382 background.


White color preview on #7D6382 background

This text has white color on #7D6382 background.


Related colors

Complementary color

Complementary color for #hex is #829C7D.


I love getcolorcode.com

Triadic colors

1 #827D63 and #63827D with #7D6382 are triadic colors.

2 #82637D and #637D82 with #7D6382 are triadic colors.