COLOR #7D4E71

HEX: #7D4E71
RGB: (125,78,113)

Color info

#7D4E71 contains red, green and blue colors in about the same proportion. Web safe color of #7D4E71 is #666666 (or #666).

RGB color model

#7D4E71 color RGB value is (125,78,113).

  • red value is 125;
  • green value is 78;
  • blue value is 113.
RGB:
(125,78,113)
(49%,31%,44%)

RGB channels and saturation

R 125 of 255 = 49%
G 78 of 255 = 31%
B 113 of 255 = 44%

125
78
113

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

Portions of RGB colors in percentages

R + G + B =
125 + 78 + 113 = 316 (100%)
R 125 of 316 ~ 39.56%
G 78 of 316 ~ 24.68%
B 113 of 316 ~ 35.76%

%39.56
%24.68
%35.76

CMYK color model

#7D4E71 color CMYK value is (0,38,10,51).

  • cyan value is 0.00%
  • magenta value is 37.60%
  • yellow value is 9.60%
  • key color value is 50.98%
CMYK:
(0,38,10,51)
C0M38Y10K51 
(0%,38%,10%,51%)
(0.00/0.38/0.10/0.51)	

CMYK percentages

%0
%37.6
%9.6
%50.98

Codes

Color #7D4E71 in popluar color models

7D4E71
RGB12578113
HSL315°23.15%39.80%
HSB/HSV315°37.60%49.02%
CMYK0.00%37.60%9.60%
50.98%

Color #7D4E71 in popluar number systems.

HEX7D4E71
Decimal12578113
Binary111110110011101110001
Octal175116161

Shades and tints

Shades of #7D4E71

#7D4E71
(125,78,113)
#724767
(114,71,103)
#67405D
(103,64,93)
#5C3953
(92,57,83)
#513249
(81,50,73)
#462B3F
(70,43,63)
#3B2435
(59,36,53)
#301D2B
(48,29,43)
#251621
(37,22,33)
#1A0F17
(26,15,23)
#0F080D
(15,8,13)
#000000
(0,0,0)

Tints of #7D4E71

#7D4E71
(125,78,113)
#885E7D
(136,94,125)
#936E89
(147,110,137)
#9E7E95
(158,126,149)
#A98EA1
(169,142,161)
#B49EAD
(180,158,173)
#BFAEB9
(191,174,185)
#CABEC5
(202,190,197)
#D5CED1
(213,206,209)
#E0DEDD
(224,222,221)
#EBEEE9
(235,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D4E71 color. Also use rgb(125,78,113) instead hex code.

Text Font Color

.myTextColor { color: #7D4E71; }

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

This text font color is #7D4E71.


Background Color

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

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

This div background color is #7D4E71.


Border color

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

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

This div border color is #7D4E71.


Opacity

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

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

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

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

This text has shadow with #7D4E71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D4E71 on black background.


Color preview on white background

This text has color #7D4E71 on white background.



Black color preview on #7D4E71 background

This text has black color on #7D4E71 background.


White color preview on #7D4E71 background

This text has white color on #7D4E71 background.