COLOR #7D4470

HEX: #7D4470
RGB: (125,68,112)

Color info

#7D4470 contains red, green and blue colors in about the same proportion. Web safe color of #7D4470 is #663366 (or #636).

RGB color model

#7D4470 color RGB value is (125,68,112).

  • red value is 125;
  • green value is 68;
  • blue value is 112.
RGB:
(125,68,112)
(49%,27%,44%)

RGB channels and saturation

R 125 of 255 = 49%
G 68 of 255 = 27%
B 112 of 255 = 44%

125
68
112

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

Portions of RGB colors in percentages

R + G + B =
125 + 68 + 112 = 305 (100%)
R 125 of 305 ~ 40.98%
G 68 of 305 ~ 22.3%
B 112 of 305 ~ 36.72%

%40.98
%22.3
%36.72

CMYK color model

#7D4470 color CMYK value is (0,46,10,51).

  • cyan value is 0.00%
  • magenta value is 45.60%
  • yellow value is 10.40%
  • key color value is 50.98%
CMYK:
(0,46,10,51)
C0M46Y10K51 
(0%,46%,10%,51%)
(0.00/0.46/0.10/0.51)	

CMYK percentages

%0
%45.6
%10.4
%50.98

Codes

Color #7D4470 in popluar color models

7D4470
RGB12568112
HSL314°29.53%37.84%
HSB/HSV314°45.60%49.02%
CMYK0.00%45.60%10.40%
50.98%

Color #7D4470 in popluar number systems.

HEX7D4470
Decimal12568112
Binary111110110001001110000
Octal175104160

Shades and tints

Shades of #7D4470

#7D4470
(125,68,112)
#723E66
(114,62,102)
#67385C
(103,56,92)
#5C3252
(92,50,82)
#512C48
(81,44,72)
#46263E
(70,38,62)
#3B2034
(59,32,52)
#301A2A
(48,26,42)
#251420
(37,20,32)
#1A0E16
(26,14,22)
#0F080C
(15,8,12)
#000000
(0,0,0)

Tints of #7D4470

#7D4470
(125,68,112)
#88557D
(136,85,125)
#93668A
(147,102,138)
#9E7797
(158,119,151)
#A988A4
(169,136,164)
#B499B1
(180,153,177)
#BFAABE
(191,170,190)
#CABBCB
(202,187,203)
#D5CCD8
(213,204,216)
#E0DDE5
(224,221,229)
#EBEEF2
(235,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D4470 color. Also use rgb(125,68,112) instead hex code.

Text Font Color

.myTextColor { color: #7D4470; }

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

This text font color is #7D4470.


Background Color

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

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

This div background color is #7D4470.


Border color

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

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

This div border color is #7D4470.


Opacity

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

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

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

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

This text has shadow with #7D4470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D4470 on black background.


Color preview on white background

This text has color #7D4470 on white background.



Black color preview on #7D4470 background

This text has black color on #7D4470 background.


White color preview on #7D4470 background

This text has white color on #7D4470 background.