COLOR #7F5C7D

HEX: #7F5C7D RGB: (127,92,125)

Color info

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

RGB color model

#7F5C7D color RGB value is (127,92,125).

RGB: (127,92,125) (50%, 36%, 49%)

RGB channels and saturation

R 127 of 255 = 50%
G 92 of 255 = 36%
B 125 of 255 = 49%

127
92
125

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

Portions of RGB colors in percentages

R + G + B = 127 + 92 + 125 = 344 (100%)
R 127 of 344 ~ 36.92%
G 92 of 344 ~ 26.74%
B 125 of 344 ~ 36.34'%

%36.92
%26.74
%36.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.56%
  • yellow value is 1.57%
  • 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
%27.56
%1.57
%50.2

Codes

Color #7F5C7D in popluar color models

7F 5C 7D
RGB 127 92 125
HSL 303° 15.98% 42.94%
HSB/HSV 303° 27.56% 49.80%
CMYK 0.00% 27.56% 1.57%
50.20%

Color #7F5C7D in popluar number systems.

HEX 7F 5C 7D
Decimal 127 92 125
Binary 1111111 1011100 1111101
Octal 177 134 175

Shades and tints

Shades of #7F5C7D

#7F5C7D
(127,92,125)
#745472
(116,84,114)
#694C67
(105,76,103)
#5E445C
(94,68,92)
#533C51
(83,60,81)
#483446
(72,52,70)
#3D2C3B
(61,44,59)
#322430
(50,36,48)
#271C25
(39,28,37)
#1C141A
(28,20,26)
#110C0F
(17,12,15)
#000000
(0,0,0)

Tints of #7F5C7D

#7F5C7D
(127,92,125)
#8A6A88
(138,106,136)
#957893
(149,120,147)
#A0869E
(160,134,158)
#AB94A9
(171,148,169)
#B6A2B4
(182,162,180)
#C1B0BF
(193,176,191)
#CCBECA
(204,190,202)
#D7CCD5
(215,204,213)
#E2DAE0
(226,218,224)
#EDE8EB
(237,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5C7D color. Also use rgb(127,92,125) instead hex code.

Text Font Color

.myTextColor { color: #7F5C7D; }

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

This text font color is #7F5C7D.

Background Color

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

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

This div background color is #7F5C7D.

Border color

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

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

This div border color is #7F5C7D.

Opacity

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

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

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

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

This text has shadow with #7F5C7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F5C7D.

Preview

Color preview on black background

This text has color #7F5C7D on black background.


Color preview on white background

This text has color #7F5C7D on white background.


Black color preview on #7F5C7D background

This text has black color on #7F5C7D background.


White color preview on #7F5C7D background

This text has white color on #7F5C7D background.


Related colors

Complementary color

Complementary color for #hex is #80A382.


I love getcolorcode.com

Triadic colors

1 #7D7F5C and #5C7D7F with #7F5C7D are triadic colors.

2 #7D5C7F and #5C7F7D with #7F5C7D are triadic colors.