COLOR #7D427C

HEX: #7D427C
RGB: (125,66,124)

Color info

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

RGB color model

#7D427C color RGB value is (125,66,124).

  • red value is 125;
  • green value is 66;
  • blue value is 124.
RGB:
(125,66,124)
(49%,26%,49%)

RGB channels and saturation

R 125 of 255 = 49%
G 66 of 255 = 26%
B 124 of 255 = 49%

125
66
124

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

Portions of RGB colors in percentages

R + G + B =
125 + 66 + 124 = 315 (100%)
R 125 of 315 ~ 39.68%
G 66 of 315 ~ 20.95%
B 124 of 315 ~ 39.37%

%39.68
%20.95
%39.37

CMYK color model

#7D427C color CMYK value is (0,47,1,51).

  • cyan value is 0.00%
  • magenta value is 47.20%
  • yellow value is 0.80%
  • key color value is 50.98%
CMYK:
(0,47,1,51)
C0M47Y1K51 
(0%,47%,1%,51%)
(0.00/0.47/0.01/0.51)	

CMYK percentages

%0
%47.2
%0.8
%50.98

Codes

Color #7D427C in popluar color models

7D427C
RGB12566124
HSL301°30.89%37.45%
HSB/HSV301°47.20%49.02%
CMYK0.00%47.20%0.80%
50.98%

Color #7D427C in popluar number systems.

HEX7D427C
Decimal12566124
Binary111110110000101111100
Octal175102174

Shades and tints

Shades of #7D427C

#7D427C
(125,66,124)
#723C71
(114,60,113)
#673666
(103,54,102)
#5C305B
(92,48,91)
#512A50
(81,42,80)
#462445
(70,36,69)
#3B1E3A
(59,30,58)
#30182F
(48,24,47)
#251224
(37,18,36)
#1A0C19
(26,12,25)
#0F060E
(15,6,14)
#000000
(0,0,0)

Tints of #7D427C

#7D427C
(125,66,124)
#885387
(136,83,135)
#936492
(147,100,146)
#9E759D
(158,117,157)
#A986A8
(169,134,168)
#B497B3
(180,151,179)
#BFA8BE
(191,168,190)
#CAB9C9
(202,185,201)
#D5CAD4
(213,202,212)
#E0DBDF
(224,219,223)
#EBECEA
(235,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D427C color. Also use rgb(125,66,124) instead hex code.

Text Font Color

.myTextColor { color: #7D427C; }

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

This text font color is #7D427C.


Background Color

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

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

This div background color is #7D427C.


Border color

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

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

This div border color is #7D427C.


Opacity

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

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

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

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

This text has shadow with #7D427C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D427C on black background.


Color preview on white background

This text has color #7D427C on white background.



Black color preview on #7D427C background

This text has black color on #7D427C background.


White color preview on #7D427C background

This text has white color on #7D427C background.