COLOR #7F5370

HEX: #7F5370
RGB: (127,83,112)

Color info

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

RGB color model

#7F5370 color RGB value is (127,83,112).

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

RGB channels and saturation

R 127 of 255 = 50%
G 83 of 255 = 33%
B 112 of 255 = 44%

127
83
112

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

Portions of RGB colors in percentages

R + G + B =
127 + 83 + 112 = 322 (100%)
R 127 of 322 ~ 39.44%
G 83 of 322 ~ 25.78%
B 112 of 322 ~ 34.78%

%39.44
%25.78
%34.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.65%
  • 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
%34.65
%11.81
%50.2

Codes

Color #7F5370 in popluar color models

7F5370
RGB12783112
HSL320°20.95%41.18%
HSB/HSV320°34.65%49.80%
CMYK0.00%34.65%11.81%
50.20%

Color #7F5370 in popluar number systems.

HEX7F5370
Decimal12783112
Binary111111110100111110000
Octal177123160

Shades and tints

Shades of #7F5370

#7F5370
(127,83,112)
#744C66
(116,76,102)
#69455C
(105,69,92)
#5E3E52
(94,62,82)
#533748
(83,55,72)
#48303E
(72,48,62)
#3D2934
(61,41,52)
#32222A
(50,34,42)
#271B20
(39,27,32)
#1C1416
(28,20,22)
#110D0C
(17,13,12)
#000000
(0,0,0)

Tints of #7F5370

#7F5370
(127,83,112)
#8A627D
(138,98,125)
#95718A
(149,113,138)
#A08097
(160,128,151)
#AB8FA4
(171,143,164)
#B69EB1
(182,158,177)
#C1ADBE
(193,173,190)
#CCBCCB
(204,188,203)
#D7CBD8
(215,203,216)
#E2DAE5
(226,218,229)
#EDE9F2
(237,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F5370; }

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

This text font color is #7F5370.


Background Color

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

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

This div background color is #7F5370.


Border color

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

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

This div border color is #7F5370.


Opacity

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

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

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

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

This text has shadow with #7F5370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5370 on black background.


Color preview on white background

This text has color #7F5370 on white background.



Black color preview on #7F5370 background

This text has black color on #7F5370 background.


White color preview on #7F5370 background

This text has white color on #7F5370 background.