COLOR #7F5B7C

HEX: #7F5B7C RGB: (127,91,124)

Color info

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

RGB color model

#7F5B7C color RGB value is (127,91,124).

RGB: (127,91,124) (50%, 36%, 49%)

RGB channels and saturation

R 127 of 255 = 50%
G 91 of 255 = 36%
B 124 of 255 = 49%

127
91
124

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

Portions of RGB colors in percentages

R + G + B = 127 + 91 + 124 = 342 (100%)
R 127 of 342 ~ 37.13%
G 91 of 342 ~ 26.61%
B 124 of 342 ~ 36.26'%

%37.13
%26.61
%36.26

CMYK color model

#7F5B7C color CMYK value is (0,28,2,50).

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

CMYK: (0,28,2,50)
C0M28Y2K50 (0%, 28%, 2%, 50%)
(0.00 / 0.28 / 0.02 / 0.50)

CMYK percentages

%0
%28.35
%2.36
%50.2

Codes

Color #7F5B7C in popluar color models

7F 5B 7C
RGB 127 91 124
HSL 305° 16.51% 42.75%
HSB/HSV 305° 28.35% 49.80%
CMYK 0.00% 28.35% 2.36%
50.20%

Color #7F5B7C in popluar number systems.

HEX 7F 5B 7C
Decimal 127 91 124
Binary 1111111 1011011 1111100
Octal 177 133 174

Shades and tints

Shades of #7F5B7C

#7F5B7C
(127,91,124)
#745371
(116,83,113)
#694B66
(105,75,102)
#5E435B
(94,67,91)
#533B50
(83,59,80)
#483345
(72,51,69)
#3D2B3A
(61,43,58)
#32232F
(50,35,47)
#271B24
(39,27,36)
#1C1319
(28,19,25)
#110B0E
(17,11,14)
#000000
(0,0,0)

Tints of #7F5B7C

#7F5B7C
(127,91,124)
#8A6987
(138,105,135)
#957792
(149,119,146)
#A0859D
(160,133,157)
#AB93A8
(171,147,168)
#B6A1B3
(182,161,179)
#C1AFBE
(193,175,190)
#CCBDC9
(204,189,201)
#D7CBD4
(215,203,212)
#E2D9DF
(226,217,223)
#EDE7EA
(237,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F5B7C; }

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

This text font color is #7F5B7C.

Background Color

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

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

This div background color is #7F5B7C.

Border color

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

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

This div border color is #7F5B7C.

Opacity

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

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

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

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

This text has shadow with #7F5B7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F5B7C.

Preview

Color preview on black background

This text has color #7F5B7C on black background.


Color preview on white background

This text has color #7F5B7C on white background.


Black color preview on #7F5B7C background

This text has black color on #7F5B7C background.


White color preview on #7F5B7C background

This text has white color on #7F5B7C background.


Related colors

Complementary color

Complementary color for #hex is #80A483.


I love getcolorcode.com

Triadic colors

1 #7C7F5B and #5B7C7F with #7F5B7C are triadic colors.

2 #7C5B7F and #5B7F7C with #7F5B7C are triadic colors.