COLOR #7D4E7B

HEX: #7D4E7B
RGB: (125,78,123)

Color info

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

RGB color model

#7D4E7B color RGB value is (125,78,123).

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

RGB channels and saturation

R 125 of 255 = 49%
G 78 of 255 = 31%
B 123 of 255 = 48%

125
78
123

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

Portions of RGB colors in percentages

R + G + B =
125 + 78 + 123 = 326 (100%)
R 125 of 326 ~ 38.34%
G 78 of 326 ~ 23.93%
B 123 of 326 ~ 37.73%

%38.34
%23.93
%37.73

CMYK color model

#7D4E7B color CMYK value is (0,38,2,51).

  • cyan value is 0.00%
  • magenta value is 37.60%
  • yellow value is 1.60%
  • key color value is 50.98%
CMYK:
(0,38,2,51)
C0M38Y2K51 
(0%,38%,2%,51%)
(0.00/0.38/0.02/0.51)	

CMYK percentages

%0
%37.6
%1.6
%50.98

Codes

Color #7D4E7B in popluar color models

7D4E7B
RGB12578123
HSL303°23.15%39.80%
HSB/HSV303°37.60%49.02%
CMYK0.00%37.60%1.60%
50.98%

Color #7D4E7B in popluar number systems.

HEX7D4E7B
Decimal12578123
Binary111110110011101111011
Octal175116173

Shades and tints

Shades of #7D4E7B

#7D4E7B
(125,78,123)
#724770
(114,71,112)
#674065
(103,64,101)
#5C395A
(92,57,90)
#51324F
(81,50,79)
#462B44
(70,43,68)
#3B2439
(59,36,57)
#301D2E
(48,29,46)
#251623
(37,22,35)
#1A0F18
(26,15,24)
#0F080D
(15,8,13)
#000000
(0,0,0)

Tints of #7D4E7B

#7D4E7B
(125,78,123)
#885E87
(136,94,135)
#936E93
(147,110,147)
#9E7E9F
(158,126,159)
#A98EAB
(169,142,171)
#B49EB7
(180,158,183)
#BFAEC3
(191,174,195)
#CABECF
(202,190,207)
#D5CEDB
(213,206,219)
#E0DEE7
(224,222,231)
#EBEEF3
(235,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D4E7B; }

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

This text font color is #7D4E7B.


Background Color

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

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

This div background color is #7D4E7B.


Border color

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

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

This div border color is #7D4E7B.


Opacity

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

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

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

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

This text has shadow with #7D4E7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D4E7B on black background.


Color preview on white background

This text has color #7D4E7B on white background.



Black color preview on #7D4E7B background

This text has black color on #7D4E7B background.


White color preview on #7D4E7B background

This text has white color on #7D4E7B background.