COLOR #7D3C75

HEX: #7D3C75
RGB: (125,60,117)

Color info

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

RGB color model

#7D3C75 color RGB value is (125,60,117).

  • red value is 125;
  • green value is 60;
  • blue value is 117.
RGB:
(125,60,117)
(49%,24%,46%)

RGB channels and saturation

R 125 of 255 = 49%
G 60 of 255 = 24%
B 117 of 255 = 46%

125
60
117

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

Portions of RGB colors in percentages

R + G + B =
125 + 60 + 117 = 302 (100%)
R 125 of 302 ~ 41.39%
G 60 of 302 ~ 19.87%
B 117 of 302 ~ 38.74%

%41.39
%19.87
%38.74

CMYK color model

#7D3C75 color CMYK value is (0,52,6,51).

  • cyan value is 0.00%
  • magenta value is 52.00%
  • yellow value is 6.40%
  • key color value is 50.98%
CMYK:
(0,52,6,51)
C0M52Y6K51 
(0%,52%,6%,51%)
(0.00/0.52/0.06/0.51)	

CMYK percentages

%0
%52
%6.4
%50.98

Codes

Color #7D3C75 in popluar color models

7D3C75
RGB12560117
HSL307°35.14%36.27%
HSB/HSV307°52.00%49.02%
CMYK0.00%52.00%6.40%
50.98%

Color #7D3C75 in popluar number systems.

HEX7D3C75
Decimal12560117
Binary11111011111001110101
Octal17574165

Shades and tints

Shades of #7D3C75

#7D3C75
(125,60,117)
#72376B
(114,55,107)
#673261
(103,50,97)
#5C2D57
(92,45,87)
#51284D
(81,40,77)
#462343
(70,35,67)
#3B1E39
(59,30,57)
#30192F
(48,25,47)
#251425
(37,20,37)
#1A0F1B
(26,15,27)
#0F0A11
(15,10,17)
#000000
(0,0,0)

Tints of #7D3C75

#7D3C75
(125,60,117)
#884D81
(136,77,129)
#935E8D
(147,94,141)
#9E6F99
(158,111,153)
#A980A5
(169,128,165)
#B491B1
(180,145,177)
#BFA2BD
(191,162,189)
#CAB3C9
(202,179,201)
#D5C4D5
(213,196,213)
#E0D5E1
(224,213,225)
#EBE6ED
(235,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D3C75 color. Also use rgb(125,60,117) instead hex code.

Text Font Color

.myTextColor { color: #7D3C75; }

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

This text font color is #7D3C75.


Background Color

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

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

This div background color is #7D3C75.


Border color

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

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

This div border color is #7D3C75.


Opacity

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

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

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

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

This text has shadow with #7D3C75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D3C75 on black background.


Color preview on white background

This text has color #7D3C75 on white background.



Black color preview on #7D3C75 background

This text has black color on #7D3C75 background.


White color preview on #7D3C75 background

This text has white color on #7D3C75 background.