COLOR #7F5584

HEX: #7F5584
RGB: (127,85,132)

Color info

#7F5584 contains red, green and blue colors in about the same proportion. Web safe color of #7F5584 is #666699 (or #669).

RGB color model

#7F5584 color RGB value is (127,85,132).

  • red value is 127;
  • green value is 85;
  • blue value is 132.
RGB:
(127,85,132)
(50%,33%,52%)

RGB channels and saturation

R 127 of 255 = 50%
G 85 of 255 = 33%
B 132 of 255 = 52%

127
85
132

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

Portions of RGB colors in percentages

R + G + B =
127 + 85 + 132 = 344 (100%)
R 127 of 344 ~ 36.92%
G 85 of 344 ~ 24.71%
B 132 of 344 ~ 38.37%

%36.92
%24.71
%38.37

CMYK color model

#7F5584 color CMYK value is (4,36,0,48).

  • cyan value is 3.79%
  • magenta value is 35.61%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(4,36,0,48)
C4M36Y0K48 
(4%,36%,0%,48%)
(0.04/0.36/0.00/0.48)	

CMYK percentages

%3.79
%35.61
%0
%48.24

Codes

Color #7F5584 in popluar color models

7F5584
RGB12785132
HSL294°21.66%42.55%
HSB/HSV294°35.61%51.76%
CMYK3.79%35.61%0.00%
48.24%

Color #7F5584 in popluar number systems.

HEX7F5584
Decimal12785132
Binary1111111101010110000100
Octal177125204

Shades and tints

Shades of #7F5584

#7F5584
(127,85,132)
#744E78
(116,78,120)
#69476C
(105,71,108)
#5E4060
(94,64,96)
#533954
(83,57,84)
#483248
(72,50,72)
#3D2B3C
(61,43,60)
#322430
(50,36,48)
#271D24
(39,29,36)
#1C1618
(28,22,24)
#110F0C
(17,15,12)
#000000
(0,0,0)

Tints of #7F5584

#7F5584
(127,85,132)
#8A648F
(138,100,143)
#95739A
(149,115,154)
#A082A5
(160,130,165)
#AB91B0
(171,145,176)
#B6A0BB
(182,160,187)
#C1AFC6
(193,175,198)
#CCBED1
(204,190,209)
#D7CDDC
(215,205,220)
#E2DCE7
(226,220,231)
#EDEBF2
(237,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5584 color. Also use rgb(127,85,132) instead hex code.

Text Font Color

.myTextColor { color: #7F5584; }

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

This text font color is #7F5584.


Background Color

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

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

This div background color is #7F5584.


Border color

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

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

This div border color is #7F5584.


Opacity

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

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

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

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

This text has shadow with #7F5584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5584 on black background.


Color preview on white background

This text has color #7F5584 on white background.



Black color preview on #7F5584 background

This text has black color on #7F5584 background.


White color preview on #7F5584 background

This text has white color on #7F5584 background.