COLOR #7D427D

HEX: #7D427D
RGB: (125,66,125)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

125
66
125

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

Portions of RGB colors in percentages

R + G + B =
125 + 66 + 125 = 316 (100%)
R 125 of 316 ~ 39.56%
G 66 of 316 ~ 20.89%
B 125 of 316 ~ 39.56%

%39.56
%20.89
%39.56

CMYK color model

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

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

CMYK percentages

%0
%47.2
%0
%50.98

Codes

Color #7D427D in popluar color models

7D427D
RGB12566125
HSL300°30.89%37.45%
HSB/HSV300°47.20%49.02%
CMYK0.00%47.20%0.00%
50.98%

Color #7D427D in popluar number systems.

HEX7D427D
Decimal12566125
Binary111110110000101111101
Octal175102175

Shades and tints

Shades of #7D427D

#7D427D
(125,66,125)
#723C72
(114,60,114)
#673667
(103,54,103)
#5C305C
(92,48,92)
#512A51
(81,42,81)
#462446
(70,36,70)
#3B1E3B
(59,30,59)
#301830
(48,24,48)
#251225
(37,18,37)
#1A0C1A
(26,12,26)
#0F060F
(15,6,15)
#000000
(0,0,0)

Tints of #7D427D

#7D427D
(125,66,125)
#885388
(136,83,136)
#936493
(147,100,147)
#9E759E
(158,117,158)
#A986A9
(169,134,169)
#B497B4
(180,151,180)
#BFA8BF
(191,168,191)
#CAB9CA
(202,185,202)
#D5CAD5
(213,202,213)
#E0DBE0
(224,219,224)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D427D; }

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

This text font color is #7D427D.


Background Color

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

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

This div background color is #7D427D.


Border color

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

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

This div border color is #7D427D.


Opacity

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

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

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

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

This text has shadow with #7D427D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D427D on black background.


Color preview on white background

This text has color #7D427D on white background.



Black color preview on #7D427D background

This text has black color on #7D427D background.


White color preview on #7D427D background

This text has white color on #7D427D background.