COLOR #7F4772

HEX: #7F4772
RGB: (127,71,114)

Color info

#7F4772 contains red, green and blue colors in about the same proportion. Web safe color of #7F4772 is #663366 (or #636).

RGB color model

#7F4772 color RGB value is (127,71,114).

  • red value is 127;
  • green value is 71;
  • blue value is 114.
RGB:
(127,71,114)
(50%,28%,45%)

RGB channels and saturation

R 127 of 255 = 50%
G 71 of 255 = 28%
B 114 of 255 = 45%

127
71
114

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

Portions of RGB colors in percentages

R + G + B =
127 + 71 + 114 = 312 (100%)
R 127 of 312 ~ 40.71%
G 71 of 312 ~ 22.76%
B 114 of 312 ~ 36.54%

%40.71
%22.76
%36.54

CMYK color model

#7F4772 color CMYK value is (0,44,10,50).

  • cyan value is 0.00%
  • magenta value is 44.09%
  • yellow value is 10.24%
  • key color value is 50.20%
CMYK:
(0,44,10,50)
C0M44Y10K50 
(0%,44%,10%,50%)
(0.00/0.44/0.10/0.50)	

CMYK percentages

%0
%44.09
%10.24
%50.2

Codes

Color #7F4772 in popluar color models

7F4772
RGB12771114
HSL314°28.28%38.82%
HSB/HSV314°44.09%49.80%
CMYK0.00%44.09%10.24%
50.20%

Color #7F4772 in popluar number systems.

HEX7F4772
Decimal12771114
Binary111111110001111110010
Octal177107162

Shades and tints

Shades of #7F4772

#7F4772
(127,71,114)
#744168
(116,65,104)
#693B5E
(105,59,94)
#5E3554
(94,53,84)
#532F4A
(83,47,74)
#482940
(72,41,64)
#3D2336
(61,35,54)
#321D2C
(50,29,44)
#271722
(39,23,34)
#1C1118
(28,17,24)
#110B0E
(17,11,14)
#000000
(0,0,0)

Tints of #7F4772

#7F4772
(127,71,114)
#8A577E
(138,87,126)
#95678A
(149,103,138)
#A07796
(160,119,150)
#AB87A2
(171,135,162)
#B697AE
(182,151,174)
#C1A7BA
(193,167,186)
#CCB7C6
(204,183,198)
#D7C7D2
(215,199,210)
#E2D7DE
(226,215,222)
#EDE7EA
(237,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F4772 color. Also use rgb(127,71,114) instead hex code.

Text Font Color

.myTextColor { color: #7F4772; }

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

This text font color is #7F4772.


Background Color

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

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

This div background color is #7F4772.


Border color

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

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

This div border color is #7F4772.


Opacity

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

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

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

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

This text has shadow with #7F4772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F4772 on black background.


Color preview on white background

This text has color #7F4772 on white background.



Black color preview on #7F4772 background

This text has black color on #7F4772 background.


White color preview on #7F4772 background

This text has white color on #7F4772 background.