COLOR #7C5AAC

HEX: #7C5AAC
RGB: (124,90,172)

Color info

#7C5AAC contains mainly red and blue colors. Web safe color of #7C5AAC is #666699 (or #669).

RGB color model

#7C5AAC color RGB value is (124,90,172).

  • red value is 124;
  • green value is 90;
  • blue value is 172.
RGB:
(124,90,172)
(49%,35%,67%)

RGB channels and saturation

R 124 of 255 = 49%
G 90 of 255 = 35%
B 172 of 255 = 67%

124
90
172

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

Portions of RGB colors in percentages

R + G + B =
124 + 90 + 172 = 386 (100%)
R 124 of 386 ~ 32.12%
G 90 of 386 ~ 23.32%
B 172 of 386 ~ 44.56%

%32.12
%23.32
%44.56

CMYK color model

#7C5AAC color CMYK value is (28,48,0,33).

  • cyan value is 27.91%
  • magenta value is 47.67%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(28,48,0,33)
C28M48Y0K33 
(28%,48%,0%,33%)
(0.28/0.48/0.00/0.33)	

CMYK percentages

%27.91
%47.67
%0
%32.55

Codes

Color #7C5AAC in popluar color models

7C5AAC
RGB12490172
HSL265°33.06%51.37%
HSB/HSV265°47.67%67.45%
CMYK27.91%47.67%0.00%
32.55%

Color #7C5AAC in popluar number systems.

HEX7C5AAC
Decimal12490172
Binary1111100101101010101100
Octal174132254

Shades and tints

Shades of #7C5AAC

#7C5AAC
(124,90,172)
#71529D
(113,82,157)
#664A8E
(102,74,142)
#5B427F
(91,66,127)
#503A70
(80,58,112)
#453261
(69,50,97)
#3A2A52
(58,42,82)
#2F2243
(47,34,67)
#241A34
(36,26,52)
#191225
(25,18,37)
#0E0A16
(14,10,22)
#000000
(0,0,0)

Tints of #7C5AAC

#7C5AAC
(124,90,172)
#8769B3
(135,105,179)
#9278BA
(146,120,186)
#9D87C1
(157,135,193)
#A896C8
(168,150,200)
#B3A5CF
(179,165,207)
#BEB4D6
(190,180,214)
#C9C3DD
(201,195,221)
#D4D2E4
(212,210,228)
#DFE1EB
(223,225,235)
#EAF0F2
(234,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C5AAC; }

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

This text font color is #7C5AAC.


Background Color

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

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

This div background color is #7C5AAC.


Border color

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

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

This div border color is #7C5AAC.


Opacity

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

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

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

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

This text has shadow with #7C5AAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5AAC on black background.


Color preview on white background

This text has color #7C5AAC on white background.



Black color preview on #7C5AAC background

This text has black color on #7C5AAC background.


White color preview on #7C5AAC background

This text has white color on #7C5AAC background.