COLOR #7C5D7F

HEX: #7C5D7F
RGB: (124,93,127)

Color info

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

RGB color model

#7C5D7F color RGB value is (124,93,127).

  • red value is 124;
  • green value is 93;
  • blue value is 127.
RGB:
(124,93,127)
(49%,36%,50%)

RGB channels and saturation

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

124
93
127

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

Portions of RGB colors in percentages

R + G + B =
124 + 93 + 127 = 344 (100%)
R 124 of 344 ~ 36.05%
G 93 of 344 ~ 27.03%
B 127 of 344 ~ 36.92%

%36.05
%27.03
%36.92

CMYK color model

#7C5D7F color CMYK value is (2,27,0,50).

  • cyan value is 2.36%
  • magenta value is 26.77%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(2,27,0,50)
C2M27Y0K50 
(2%,27%,0%,50%)
(0.02/0.27/0.00/0.50)	

CMYK percentages

%2.36
%26.77
%0
%50.2

Codes

Color #7C5D7F in popluar color models

7C5D7F
RGB12493127
HSL295°15.45%43.14%
HSB/HSV295°26.77%49.80%
CMYK2.36%26.77%0.00%
50.20%

Color #7C5D7F in popluar number systems.

HEX7C5D7F
Decimal12493127
Binary111110010111011111111
Octal174135177

Shades and tints

Shades of #7C5D7F

#7C5D7F
(124,93,127)
#715574
(113,85,116)
#664D69
(102,77,105)
#5B455E
(91,69,94)
#503D53
(80,61,83)
#453548
(69,53,72)
#3A2D3D
(58,45,61)
#2F2532
(47,37,50)
#241D27
(36,29,39)
#19151C
(25,21,28)
#0E0D11
(14,13,17)
#000000
(0,0,0)

Tints of #7C5D7F

#7C5D7F
(124,93,127)
#876B8A
(135,107,138)
#927995
(146,121,149)
#9D87A0
(157,135,160)
#A895AB
(168,149,171)
#B3A3B6
(179,163,182)
#BEB1C1
(190,177,193)
#C9BFCC
(201,191,204)
#D4CDD7
(212,205,215)
#DFDBE2
(223,219,226)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C5D7F; }

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

This text font color is #7C5D7F.


Background Color

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

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

This div background color is #7C5D7F.


Border color

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

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

This div border color is #7C5D7F.


Opacity

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

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

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

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

This text has shadow with #7C5D7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5D7F on black background.


Color preview on white background

This text has color #7C5D7F on white background.



Black color preview on #7C5D7F background

This text has black color on #7C5D7F background.


White color preview on #7C5D7F background

This text has white color on #7C5D7F background.