COLOR #7D3E6E

HEX: #7D3E6E RGB: (125,62,110)

Color info

#7D3E6E contains mainly red and blue colors. Web safe color of #7D3E6E is #663366 (or #636).

RGB color model

#7D3E6E color RGB value is (125,62,110).

RGB: (125,62,110) (49%, 24%, 43%)

RGB channels and saturation

R 125 of 255 = 49%
G 62 of 255 = 24%
B 110 of 255 = 43%

125
62
110

R + G + B ~ 39%. #7D3E6E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 125 + 62 + 110 = 297 (100%)
R 125 of 297 ~ 42.09%
G 62 of 297 ~ 20.88%
B 110 of 297 ~ 37.04'%

%42.09
%20.88
%37.04

CMYK color model

#7D3E6E color CMYK value is (0,50,12,51).

  • cyan value is 0.00%
  • magenta value is 50.40%
  • yellow value is 12.00%
  • key color value is 50.98%

CMYK: (0,50,12,51)
C0M50Y12K51 (0%, 50%, 12%, 51%)
(0.00 / 0.50 / 0.12 / 0.51)

CMYK percentages

%0
%50.4
%12
%50.98

Codes

Color #7D3E6E in popluar color models

7D 3E 6E
RGB 125 62 110
HSL 314° 33.69% 36.67%
HSB/HSV 314° 50.40% 49.02%
CMYK 0.00% 50.40% 12.00%
50.98%

Color #7D3E6E in popluar number systems.

HEX 7D 3E 6E
Decimal 125 62 110
Binary 1111101 111110 1101110
Octal 175 76 156

Shades and tints

Shades of #7D3E6E

#7D3E6E
(125,62,110)
#723964
(114,57,100)
#67345A
(103,52,90)
#5C2F50
(92,47,80)
#512A46
(81,42,70)
#46253C
(70,37,60)
#3B2032
(59,32,50)
#301B28
(48,27,40)
#25161E
(37,22,30)
#1A1114
(26,17,20)
#0F0C0A
(15,12,10)
#000000
(0,0,0)

Tints of #7D3E6E

#7D3E6E
(125,62,110)
#884F7B
(136,79,123)
#936088
(147,96,136)
#9E7195
(158,113,149)
#A982A2
(169,130,162)
#B493AF
(180,147,175)
#BFA4BC
(191,164,188)
#CAB5C9
(202,181,201)
#D5C6D6
(213,198,214)
#E0D7E3
(224,215,227)
#EBE8F0
(235,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D3E6E color. Also use rgb(125,62,110) instead hex code.

Text Font Color

.myTextColor { color: #7D3E6E; }

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

This text font color is #7D3E6E.

Background Color

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

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

This div background color is #7D3E6E.

Border color

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

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

This div border color is #7D3E6E.

Opacity

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

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

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

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

This text has shadow with #7D3E6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D3E6E.

Preview

Color preview on black background

This text has color #7D3E6E on black background.


Color preview on white background

This text has color #7D3E6E on white background.


Black color preview on #7D3E6E background

This text has black color on #7D3E6E background.


White color preview on #7D3E6E background

This text has white color on #7D3E6E background.


Related colors

Complementary color

Complementary color for #hex is #82C191.


I love getcolorcode.com

Triadic colors

1 #6E7D3E and #3E6E7D with #7D3E6E are triadic colors.

2 #6E3E7D and #3E7D6E with #7D3E6E are triadic colors.