COLOR #7F547D

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

127
84
125

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

Portions of RGB colors in percentages

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

%37.8
%25
%37.2

CMYK color model

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

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

CMYK percentages

%0
%33.86
%1.57
%50.2

Codes

Color #7F547D in popluar color models

7F547D
RGB12784125
HSL303°20.38%41.37%
HSB/HSV303°33.86%49.80%
CMYK0.00%33.86%1.57%
50.20%

Color #7F547D in popluar number systems.

HEX7F547D
Decimal12784125
Binary111111110101001111101
Octal177124175

Shades and tints

Shades of #7F547D

#7F547D
(127,84,125)
#744D72
(116,77,114)
#694667
(105,70,103)
#5E3F5C
(94,63,92)
#533851
(83,56,81)
#483146
(72,49,70)
#3D2A3B
(61,42,59)
#322330
(50,35,48)
#271C25
(39,28,37)
#1C151A
(28,21,26)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #7F547D

#7F547D
(127,84,125)
#8A6388
(138,99,136)
#957293
(149,114,147)
#A0819E
(160,129,158)
#AB90A9
(171,144,169)
#B69FB4
(182,159,180)
#C1AEBF
(193,174,191)
#CCBDCA
(204,189,202)
#D7CCD5
(215,204,213)
#E2DBE0
(226,219,224)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F547D; }

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

This text font color is #7F547D.


Background Color

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

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

This div background color is #7F547D.


Border color

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

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

This div border color is #7F547D.


Opacity

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

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

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

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

This text has shadow with #7F547D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F547D on black background.


Color preview on white background

This text has color #7F547D on white background.



Black color preview on #7F547D background

This text has black color on #7F547D background.


White color preview on #7F547D background

This text has white color on #7F547D background.