COLOR #7C5D96

HEX: #7C5D96
RGB: (124,93,150)

Color info

#7C5D96 contains red, green and blue colors in about the same proportion. Web safe color of #7C5D96 is #666699 (or #669).

RGB color model

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

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

RGB channels and saturation

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

124
93
150

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

Portions of RGB colors in percentages

R + G + B =
124 + 93 + 150 = 367 (100%)
R 124 of 367 ~ 33.79%
G 93 of 367 ~ 25.34%
B 150 of 367 ~ 40.87%

%33.79
%25.34
%40.87

CMYK color model

#7C5D96 color CMYK value is (17,38,0,41).

  • cyan value is 17.33%
  • magenta value is 38.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(17,38,0,41)
C17M38Y0K41 
(17%,38%,0%,41%)
(0.17/0.38/0.00/0.41)	

CMYK percentages

%17.33
%38
%0
%41.18

Codes

Color #7C5D96 in popluar color models

7C5D96
RGB12493150
HSL273°23.46%47.65%
HSB/HSV273°38.00%58.82%
CMYK17.33%38.00%0.00%
41.18%

Color #7C5D96 in popluar number systems.

HEX7C5D96
Decimal12493150
Binary1111100101110110010110
Octal174135226

Shades and tints

Shades of #7C5D96

#7C5D96
(124,93,150)
#715589
(113,85,137)
#664D7C
(102,77,124)
#5B456F
(91,69,111)
#503D62
(80,61,98)
#453555
(69,53,85)
#3A2D48
(58,45,72)
#2F253B
(47,37,59)
#241D2E
(36,29,46)
#191521
(25,21,33)
#0E0D14
(14,13,20)
#000000
(0,0,0)

Tints of #7C5D96

#7C5D96
(124,93,150)
#876B9F
(135,107,159)
#9279A8
(146,121,168)
#9D87B1
(157,135,177)
#A895BA
(168,149,186)
#B3A3C3
(179,163,195)
#BEB1CC
(190,177,204)
#C9BFD5
(201,191,213)
#D4CDDE
(212,205,222)
#DFDBE7
(223,219,231)
#EAE9F0
(234,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C5D96; }

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

This text font color is #7C5D96.


Background Color

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

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

This div background color is #7C5D96.


Border color

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

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

This div border color is #7C5D96.


Opacity

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

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

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

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

This text has shadow with #7C5D96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5D96 on black background.


Color preview on white background

This text has color #7C5D96 on white background.



Black color preview on #7C5D96 background

This text has black color on #7C5D96 background.


White color preview on #7C5D96 background

This text has white color on #7C5D96 background.