COLOR #7C5A90

HEX: #7C5A90
RGB: (124,90,144)

Color info

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

RGB color model

#7C5A90 color RGB value is (124,90,144).

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

RGB channels and saturation

R 124 of 255 = 49%
G 90 of 255 = 35%
B 144 of 255 = 56%

124
90
144

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

Portions of RGB colors in percentages

R + G + B =
124 + 90 + 144 = 358 (100%)
R 124 of 358 ~ 34.64%
G 90 of 358 ~ 25.14%
B 144 of 358 ~ 40.22%

%34.64
%25.14
%40.22

CMYK color model

#7C5A90 color CMYK value is (14,38,0,44).

  • cyan value is 13.89%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(14,38,0,44)
C14M38Y0K44 
(14%,38%,0%,44%)
(0.14/0.38/0.00/0.44)	

CMYK percentages

%13.89
%37.5
%0
%43.53

Codes

Color #7C5A90 in popluar color models

7C5A90
RGB12490144
HSL278°23.08%45.88%
HSB/HSV278°37.50%56.47%
CMYK13.89%37.50%0.00%
43.53%

Color #7C5A90 in popluar number systems.

HEX7C5A90
Decimal12490144
Binary1111100101101010010000
Octal174132220

Shades and tints

Shades of #7C5A90

#7C5A90
(124,90,144)
#715283
(113,82,131)
#664A76
(102,74,118)
#5B4269
(91,66,105)
#503A5C
(80,58,92)
#45324F
(69,50,79)
#3A2A42
(58,42,66)
#2F2235
(47,34,53)
#241A28
(36,26,40)
#19121B
(25,18,27)
#0E0A0E
(14,10,14)
#000000
(0,0,0)

Tints of #7C5A90

#7C5A90
(124,90,144)
#87699A
(135,105,154)
#9278A4
(146,120,164)
#9D87AE
(157,135,174)
#A896B8
(168,150,184)
#B3A5C2
(179,165,194)
#BEB4CC
(190,180,204)
#C9C3D6
(201,195,214)
#D4D2E0
(212,210,224)
#DFE1EA
(223,225,234)
#EAF0F4
(234,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C5A90; }

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

This text font color is #7C5A90.


Background Color

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

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

This div background color is #7C5A90.


Border color

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

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

This div border color is #7C5A90.


Opacity

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

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

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

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

This text has shadow with #7C5A90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5A90 on black background.


Color preview on white background

This text has color #7C5A90 on white background.



Black color preview on #7C5A90 background

This text has black color on #7C5A90 background.


White color preview on #7C5A90 background

This text has white color on #7C5A90 background.