COLOR #7F4576

HEX: #7F4576 RGB: (127,69,118)

Color info

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

RGB color model

#7F4576 color RGB value is (127,69,118).

RGB: (127,69,118) (50%, 27%, 46%)

RGB channels and saturation

R 127 of 255 = 50%
G 69 of 255 = 27%
B 118 of 255 = 46%

127
69
118

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

Portions of RGB colors in percentages

R + G + B = 127 + 69 + 118 = 314 (100%)
R 127 of 314 ~ 40.45%
G 69 of 314 ~ 21.97%
B 118 of 314 ~ 37.58'%

%40.45
%21.97
%37.58

CMYK color model

#7F4576 color CMYK value is (0,46,7,50).

  • cyan value is 0.00%
  • magenta value is 45.67%
  • yellow value is 7.09%
  • key color value is 50.20%

CMYK: (0,46,7,50)
C0M46Y7K50 (0%, 46%, 7%, 50%)
(0.00 / 0.46 / 0.07 / 0.50)

CMYK percentages

%0
%45.67
%7.09
%50.2

Codes

Color #7F4576 in popluar color models

7F 45 76
RGB 127 69 118
HSL 309° 29.59% 38.43%
HSB/HSV 309° 45.67% 49.80%
CMYK 0.00% 45.67% 7.09%
50.20%

Color #7F4576 in popluar number systems.

HEX 7F 45 76
Decimal 127 69 118
Binary 1111111 1000101 1110110
Octal 177 105 166

Shades and tints

Shades of #7F4576

#7F4576
(127,69,118)
#743F6C
(116,63,108)
#693962
(105,57,98)
#5E3358
(94,51,88)
#532D4E
(83,45,78)
#482744
(72,39,68)
#3D213A
(61,33,58)
#321B30
(50,27,48)
#271526
(39,21,38)
#1C0F1C
(28,15,28)
#110912
(17,9,18)
#000000
(0,0,0)

Tints of #7F4576

#7F4576
(127,69,118)
#8A5582
(138,85,130)
#95658E
(149,101,142)
#A0759A
(160,117,154)
#AB85A6
(171,133,166)
#B695B2
(182,149,178)
#C1A5BE
(193,165,190)
#CCB5CA
(204,181,202)
#D7C5D6
(215,197,214)
#E2D5E2
(226,213,226)
#EDE5EE
(237,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F4576 color. Also use rgb(127,69,118) instead hex code.

Text Font Color

.myTextColor { color: #7F4576; }

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

This text font color is #7F4576.

Background Color

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

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

This div background color is #7F4576.

Border color

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

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

This div border color is #7F4576.

Opacity

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

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

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

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

This text has shadow with #7F4576 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F4576.

Preview

Color preview on black background

This text has color #7F4576 on black background.


Color preview on white background

This text has color #7F4576 on white background.


Black color preview on #7F4576 background

This text has black color on #7F4576 background.


White color preview on #7F4576 background

This text has white color on #7F4576 background.


Related colors

Complementary color

Complementary color for #hex is #80BA89.


I love getcolorcode.com

Triadic colors

1 #767F45 and #45767F with #7F4576 are triadic colors.

2 #76457F and #457F76 with #7F4576 are triadic colors.