COLOR #7F5C87

HEX: #7F5C87
RGB: (127,92,135)

Color info

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

RGB color model

#7F5C87 color RGB value is (127,92,135).

  • red value is 127;
  • green value is 92;
  • blue value is 135.
RGB:
(127,92,135)
(50%,36%,53%)

RGB channels and saturation

R 127 of 255 = 50%
G 92 of 255 = 36%
B 135 of 255 = 53%

127
92
135

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

Portions of RGB colors in percentages

R + G + B =
127 + 92 + 135 = 354 (100%)
R 127 of 354 ~ 35.88%
G 92 of 354 ~ 25.99%
B 135 of 354 ~ 38.14%

%35.88
%25.99
%38.14

CMYK color model

#7F5C87 color CMYK value is (6,32,0,47).

  • cyan value is 5.93%
  • magenta value is 31.85%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(6,32,0,47)
C6M32Y0K47 
(6%,32%,0%,47%)
(0.06/0.32/0.00/0.47)	

CMYK percentages

%5.93
%31.85
%0
%47.06

Codes

Color #7F5C87 in popluar color models

7F5C87
RGB12792135
HSL289°18.94%44.51%
HSB/HSV289°31.85%52.94%
CMYK5.93%31.85%0.00%
47.06%

Color #7F5C87 in popluar number systems.

HEX7F5C87
Decimal12792135
Binary1111111101110010000111
Octal177134207

Shades and tints

Shades of #7F5C87

#7F5C87
(127,92,135)
#74547B
(116,84,123)
#694C6F
(105,76,111)
#5E4463
(94,68,99)
#533C57
(83,60,87)
#48344B
(72,52,75)
#3D2C3F
(61,44,63)
#322433
(50,36,51)
#271C27
(39,28,39)
#1C141B
(28,20,27)
#110C0F
(17,12,15)
#000000
(0,0,0)

Tints of #7F5C87

#7F5C87
(127,92,135)
#8A6A91
(138,106,145)
#95789B
(149,120,155)
#A086A5
(160,134,165)
#AB94AF
(171,148,175)
#B6A2B9
(182,162,185)
#C1B0C3
(193,176,195)
#CCBECD
(204,190,205)
#D7CCD7
(215,204,215)
#E2DAE1
(226,218,225)
#EDE8EB
(237,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5C87 color. Also use rgb(127,92,135) instead hex code.

Text Font Color

.myTextColor { color: #7F5C87; }

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

This text font color is #7F5C87.


Background Color

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

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

This div background color is #7F5C87.


Border color

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

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

This div border color is #7F5C87.


Opacity

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

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

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

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

This text has shadow with #7F5C87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5C87 on black background.


Color preview on white background

This text has color #7F5C87 on white background.



Black color preview on #7F5C87 background

This text has black color on #7F5C87 background.


White color preview on #7F5C87 background

This text has white color on #7F5C87 background.