COLOR #7F5270

HEX: #7F5270
RGB: (127,82,112)

Color info

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

RGB color model

#7F5270 color RGB value is (127,82,112).

  • red value is 127;
  • green value is 82;
  • blue value is 112.
RGB:
(127,82,112)
(50%,32%,44%)

RGB channels and saturation

R 127 of 255 = 50%
G 82 of 255 = 32%
B 112 of 255 = 44%

127
82
112

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

Portions of RGB colors in percentages

R + G + B =
127 + 82 + 112 = 321 (100%)
R 127 of 321 ~ 39.56%
G 82 of 321 ~ 25.55%
B 112 of 321 ~ 34.89%

%39.56
%25.55
%34.89

CMYK color model

#7F5270 color CMYK value is (0,35,12,50).

  • cyan value is 0.00%
  • magenta value is 35.43%
  • yellow value is 11.81%
  • key color value is 50.20%
CMYK:
(0,35,12,50)
C0M35Y12K50 
(0%,35%,12%,50%)
(0.00/0.35/0.12/0.50)	

CMYK percentages

%0
%35.43
%11.81
%50.2

Codes

Color #7F5270 in popluar color models

7F5270
RGB12782112
HSL320°21.53%40.98%
HSB/HSV320°35.43%49.80%
CMYK0.00%35.43%11.81%
50.20%

Color #7F5270 in popluar number systems.

HEX7F5270
Decimal12782112
Binary111111110100101110000
Octal177122160

Shades and tints

Shades of #7F5270

#7F5270
(127,82,112)
#744B66
(116,75,102)
#69445C
(105,68,92)
#5E3D52
(94,61,82)
#533648
(83,54,72)
#482F3E
(72,47,62)
#3D2834
(61,40,52)
#32212A
(50,33,42)
#271A20
(39,26,32)
#1C1316
(28,19,22)
#110C0C
(17,12,12)
#000000
(0,0,0)

Tints of #7F5270

#7F5270
(127,82,112)
#8A617D
(138,97,125)
#95708A
(149,112,138)
#A07F97
(160,127,151)
#AB8EA4
(171,142,164)
#B69DB1
(182,157,177)
#C1ACBE
(193,172,190)
#CCBBCB
(204,187,203)
#D7CAD8
(215,202,216)
#E2D9E5
(226,217,229)
#EDE8F2
(237,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5270 color. Also use rgb(127,82,112) instead hex code.

Text Font Color

.myTextColor { color: #7F5270; }

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

This text font color is #7F5270.


Background Color

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

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

This div background color is #7F5270.


Border color

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

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

This div border color is #7F5270.


Opacity

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

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

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

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

This text has shadow with #7F5270 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5270 on black background.


Color preview on white background

This text has color #7F5270 on white background.



Black color preview on #7F5270 background

This text has black color on #7F5270 background.


White color preview on #7F5270 background

This text has white color on #7F5270 background.