COLOR #7D547F

HEX: #7D547F
RGB: (125,84,127)

Color info

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

RGB color model

#7D547F color RGB value is (125,84,127).

  • red value is 125;
  • green value is 84;
  • blue value is 127.
RGB:
(125,84,127)
(49%,33%,50%)

RGB channels and saturation

R 125 of 255 = 49%
G 84 of 255 = 33%
B 127 of 255 = 50%

125
84
127

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

Portions of RGB colors in percentages

R + G + B =
125 + 84 + 127 = 336 (100%)
R 125 of 336 ~ 37.2%
G 84 of 336 ~ 25%
B 127 of 336 ~ 37.8%

%37.2
%25
%37.8

CMYK color model

#7D547F color CMYK value is (2,34,0,50).

  • cyan value is 1.57%
  • magenta value is 33.86%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(2,34,0,50)
C2M34Y0K50 
(2%,34%,0%,50%)
(0.02/0.34/0.00/0.50)	

CMYK percentages

%1.57
%33.86
%0
%50.2

Codes

Color #7D547F in popluar color models

7D547F
RGB12584127
HSL297°20.38%41.37%
HSB/HSV297°33.86%49.80%
CMYK1.57%33.86%0.00%
50.20%

Color #7D547F in popluar number systems.

HEX7D547F
Decimal12584127
Binary111110110101001111111
Octal175124177

Shades and tints

Shades of #7D547F

#7D547F
(125,84,127)
#724D74
(114,77,116)
#674669
(103,70,105)
#5C3F5E
(92,63,94)
#513853
(81,56,83)
#463148
(70,49,72)
#3B2A3D
(59,42,61)
#302332
(48,35,50)
#251C27
(37,28,39)
#1A151C
(26,21,28)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #7D547F

#7D547F
(125,84,127)
#88638A
(136,99,138)
#937295
(147,114,149)
#9E81A0
(158,129,160)
#A990AB
(169,144,171)
#B49FB6
(180,159,182)
#BFAEC1
(191,174,193)
#CABDCC
(202,189,204)
#D5CCD7
(213,204,215)
#E0DBE2
(224,219,226)
#EBEAED
(235,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D547F; }

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

This text font color is #7D547F.


Background Color

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

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

This div background color is #7D547F.


Border color

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

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

This div border color is #7D547F.


Opacity

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

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

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

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

This text has shadow with #7D547F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D547F on black background.


Color preview on white background

This text has color #7D547F on white background.



Black color preview on #7D547F background

This text has black color on #7D547F background.


White color preview on #7D547F background

This text has white color on #7D547F background.