COLOR #7F5A7C

HEX: #7F5A7C RGB: (127,90,124)

Color info

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

RGB color model

#7F5A7C color RGB value is (127,90,124).

RGB: (127,90,124) (50%, 35%, 49%)

RGB channels and saturation

R 127 of 255 = 50%
G 90 of 255 = 35%
B 124 of 255 = 49%

127
90
124

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

Portions of RGB colors in percentages

R + G + B = 127 + 90 + 124 = 341 (100%)
R 127 of 341 ~ 37.24%
G 90 of 341 ~ 26.39%
B 124 of 341 ~ 36.36'%

%37.24
%26.39
%36.36

CMYK color model

#7F5A7C color CMYK value is (0,29,2,50).

  • cyan value is 0.00%
  • magenta value is 29.13%
  • yellow value is 2.36%
  • key color value is 50.20%

CMYK: (0,29,2,50)
C0M29Y2K50 (0%, 29%, 2%, 50%)
(0.00 / 0.29 / 0.02 / 0.50)

CMYK percentages

%0
%29.13
%2.36
%50.2

Codes

Color #7F5A7C in popluar color models

7F 5A 7C
RGB 127 90 124
HSL 305° 17.05% 42.55%
HSB/HSV 305° 29.13% 49.80%
CMYK 0.00% 29.13% 2.36%
50.20%

Color #7F5A7C in popluar number systems.

HEX 7F 5A 7C
Decimal 127 90 124
Binary 1111111 1011010 1111100
Octal 177 132 174

Shades and tints

Shades of #7F5A7C

#7F5A7C
(127,90,124)
#745271
(116,82,113)
#694A66
(105,74,102)
#5E425B
(94,66,91)
#533A50
(83,58,80)
#483245
(72,50,69)
#3D2A3A
(61,42,58)
#32222F
(50,34,47)
#271A24
(39,26,36)
#1C1219
(28,18,25)
#110A0E
(17,10,14)
#000000
(0,0,0)

Tints of #7F5A7C

#7F5A7C
(127,90,124)
#8A6987
(138,105,135)
#957892
(149,120,146)
#A0879D
(160,135,157)
#AB96A8
(171,150,168)
#B6A5B3
(182,165,179)
#C1B4BE
(193,180,190)
#CCC3C9
(204,195,201)
#D7D2D4
(215,210,212)
#E2E1DF
(226,225,223)
#EDF0EA
(237,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5A7C color. Also use rgb(127,90,124) instead hex code.

Text Font Color

.myTextColor { color: #7F5A7C; }

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

This text font color is #7F5A7C.

Background Color

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

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

This div background color is #7F5A7C.

Border color

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

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

This div border color is #7F5A7C.

Opacity

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

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

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

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

This text has shadow with #7F5A7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F5A7C.

Preview

Color preview on black background

This text has color #7F5A7C on black background.


Color preview on white background

This text has color #7F5A7C on white background.


Black color preview on #7F5A7C background

This text has black color on #7F5A7C background.


White color preview on #7F5A7C background

This text has white color on #7F5A7C background.


Related colors

Complementary color

Complementary color for #hex is #80A583.


I love getcolorcode.com

Triadic colors

1 #7C7F5A and #5A7C7F with #7F5A7C are triadic colors.

2 #7C5A7F and #5A7F7C with #7F5A7C are triadic colors.