COLOR #7C5D7C

HEX: #7C5D7C
RGB: (124,93,124)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

124
93
124

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

Portions of RGB colors in percentages

R + G + B =
124 + 93 + 124 = 341 (100%)
R 124 of 341 ~ 36.36%
G 93 of 341 ~ 27.27%
B 124 of 341 ~ 36.36%

%36.36
%27.27
%36.36

CMYK color model

#7C5D7C color CMYK value is (0,25,0,51).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(0,25,0,51)
C0M25Y0K51 
(0%,25%,0%,51%)
(0.00/0.25/0.00/0.51)	

CMYK percentages

%0
%25
%0
%51.37

Codes

Color #7C5D7C in popluar color models

7C5D7C
RGB12493124
HSL300°14.29%42.55%
HSB/HSV300°25.00%48.63%
CMYK0.00%25.00%0.00%
51.37%

Color #7C5D7C in popluar number systems.

HEX7C5D7C
Decimal12493124
Binary111110010111011111100
Octal174135174

Shades and tints

Shades of #7C5D7C

#7C5D7C
(124,93,124)
#715571
(113,85,113)
#664D66
(102,77,102)
#5B455B
(91,69,91)
#503D50
(80,61,80)
#453545
(69,53,69)
#3A2D3A
(58,45,58)
#2F252F
(47,37,47)
#241D24
(36,29,36)
#191519
(25,21,25)
#0E0D0E
(14,13,14)
#000000
(0,0,0)

Tints of #7C5D7C

#7C5D7C
(124,93,124)
#876B87
(135,107,135)
#927992
(146,121,146)
#9D879D
(157,135,157)
#A895A8
(168,149,168)
#B3A3B3
(179,163,179)
#BEB1BE
(190,177,190)
#C9BFC9
(201,191,201)
#D4CDD4
(212,205,212)
#DFDBDF
(223,219,223)
#EAE9EA
(234,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C5D7C; }

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

This text font color is #7C5D7C.


Background Color

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

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

This div background color is #7C5D7C.


Border color

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

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

This div border color is #7C5D7C.


Opacity

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

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

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

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

This text has shadow with #7C5D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5D7C on black background.


Color preview on white background

This text has color #7C5D7C on white background.



Black color preview on #7C5D7C background

This text has black color on #7C5D7C background.


White color preview on #7C5D7C background

This text has white color on #7C5D7C background.