COLOR #7C5C94

HEX: #7C5C94
RGB: (124,92,148)

Color info

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

RGB color model

#7C5C94 color RGB value is (124,92,148).

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

RGB channels and saturation

R 124 of 255 = 49%
G 92 of 255 = 36%
B 148 of 255 = 58%

124
92
148

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

Portions of RGB colors in percentages

R + G + B =
124 + 92 + 148 = 364 (100%)
R 124 of 364 ~ 34.07%
G 92 of 364 ~ 25.27%
B 148 of 364 ~ 40.66%

%34.07
%25.27
%40.66

CMYK color model

#7C5C94 color CMYK value is (16,38,0,42).

  • cyan value is 16.22%
  • magenta value is 37.84%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(16,38,0,42)
C16M38Y0K42 
(16%,38%,0%,42%)
(0.16/0.38/0.00/0.42)	

CMYK percentages

%16.22
%37.84
%0
%41.96

Codes

Color #7C5C94 in popluar color models

7C5C94
RGB12492148
HSL274°23.33%47.06%
HSB/HSV274°37.84%58.04%
CMYK16.22%37.84%0.00%
41.96%

Color #7C5C94 in popluar number systems.

HEX7C5C94
Decimal12492148
Binary1111100101110010010100
Octal174134224

Shades and tints

Shades of #7C5C94

#7C5C94
(124,92,148)
#715487
(113,84,135)
#664C7A
(102,76,122)
#5B446D
(91,68,109)
#503C60
(80,60,96)
#453453
(69,52,83)
#3A2C46
(58,44,70)
#2F2439
(47,36,57)
#241C2C
(36,28,44)
#19141F
(25,20,31)
#0E0C12
(14,12,18)
#000000
(0,0,0)

Tints of #7C5C94

#7C5C94
(124,92,148)
#876A9D
(135,106,157)
#9278A6
(146,120,166)
#9D86AF
(157,134,175)
#A894B8
(168,148,184)
#B3A2C1
(179,162,193)
#BEB0CA
(190,176,202)
#C9BED3
(201,190,211)
#D4CCDC
(212,204,220)
#DFDAE5
(223,218,229)
#EAE8EE
(234,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C5C94; }

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

This text font color is #7C5C94.


Background Color

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

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

This div background color is #7C5C94.


Border color

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

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

This div border color is #7C5C94.


Opacity

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

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

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

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

This text has shadow with #7C5C94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5C94 on black background.


Color preview on white background

This text has color #7C5C94 on white background.



Black color preview on #7C5C94 background

This text has black color on #7C5C94 background.


White color preview on #7C5C94 background

This text has white color on #7C5C94 background.