COLOR #7F5792

HEX: #7F5792 RGB: (127,87,146)

Color info

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

RGB color model

#7F5792 color RGB value is (127,87,146).

RGB: (127,87,146) (50%, 34%, 57%)

RGB channels and saturation

R 127 of 255 = 50%
G 87 of 255 = 34%
B 146 of 255 = 57%

127
87
146

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

Portions of RGB colors in percentages

R + G + B = 127 + 87 + 146 = 360 (100%)
R 127 of 360 ~ 35.28%
G 87 of 360 ~ 24.17%
B 146 of 360 ~ 40.56'%

%35.28
%24.17
%40.56

CMYK color model

#7F5792 color CMYK value is (13,40,0,43).

  • cyan value is 13.01%
  • magenta value is 40.41%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK: (13,40,0,43) C13M40Y0K43 (13%,40%,0%,43%) (0.13/0.40/0.00/0.43) 

CMYK percentages

%13.01
%40.41
%0
%42.75

Codes

Color #7F5792 in popluar color models

7F 57 92
RGB 127 87 146
HSL 281° 25.32% 45.69%
HSB/HSV 281° 40.41% 57.25%
CMYK 13.01% 40.41% 0.00%
42.75%

Color #7F5792 in popluar number systems.

HEX 7F 57 92
Decimal 127 87 146
Binary 1111111 1010111 10010010
Octal 177 127 222

Shades and tints

Shades of #7F5792

#7F5792
(127,87,146)
#745085
(116,80,133)
#694978
(105,73,120)
#5E426B
(94,66,107)
#533B5E
(83,59,94)
#483451
(72,52,81)
#3D2D44
(61,45,68)
#322637
(50,38,55)
#271F2A
(39,31,42)
#1C181D
(28,24,29)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #7F5792

#7F5792
(127,87,146)
#8A669B
(138,102,155)
#9575A4
(149,117,164)
#A084AD
(160,132,173)
#AB93B6
(171,147,182)
#B6A2BF
(182,162,191)
#C1B1C8
(193,177,200)
#CCC0D1
(204,192,209)
#D7CFDA
(215,207,218)
#E2DEE3
(226,222,227)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5792 color. Also use rgb(127,87,146) instead hex code.

Text Font Color

.myTextColor { color: #7F5792; }

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

This text font color is #7F5792.

Background Color

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

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

This div background color is #7F5792.

Border color

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

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

This div border color is #7F5792.

Opacity

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

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

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

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

This text has shadow with #7F5792 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F5792.

Preview

Color preview on black background

This text has color #7F5792 on black background.


Color preview on white background

This text has color #7F5792 on white background.


Black color preview on #7F5792 background

This text has black color on #7F5792 background.


White color preview on #7F5792 background

This text has white color on #7F5792 background.


Related colors

Complementary color

Complementary color for #hex is #80A86D.


I love getcolorcode.com

Triadic colors

1 #927F57 and #57927F with #7F5792 are triadic colors.

2 #92577F and #577F92 with #7F5792 are triadic colors.