COLOR #7C5478

HEX: #7C5478
RGB: (124,84,120)

Color info

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

RGB color model

#7C5478 color RGB value is (124,84,120).

  • red value is 124;
  • green value is 84;
  • blue value is 120.
RGB:
(124,84,120)
(49%,33%,47%)

RGB channels and saturation

R 124 of 255 = 49%
G 84 of 255 = 33%
B 120 of 255 = 47%

124
84
120

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

Portions of RGB colors in percentages

R + G + B =
124 + 84 + 120 = 328 (100%)
R 124 of 328 ~ 37.8%
G 84 of 328 ~ 25.61%
B 120 of 328 ~ 36.59%

%37.8
%25.61
%36.59

CMYK color model

#7C5478 color CMYK value is (0,32,3,51).

  • cyan value is 0.00%
  • magenta value is 32.26%
  • yellow value is 3.23%
  • key color value is 51.37%
CMYK:
(0,32,3,51)
C0M32Y3K51 
(0%,32%,3%,51%)
(0.00/0.32/0.03/0.51)	

CMYK percentages

%0
%32.26
%3.23
%51.37

Codes

Color #7C5478 in popluar color models

7C5478
RGB12484120
HSL306°19.23%40.78%
HSB/HSV306°32.26%48.63%
CMYK0.00%32.26%3.23%
51.37%

Color #7C5478 in popluar number systems.

HEX7C5478
Decimal12484120
Binary111110010101001111000
Octal174124170

Shades and tints

Shades of #7C5478

#7C5478
(124,84,120)
#714D6E
(113,77,110)
#664664
(102,70,100)
#5B3F5A
(91,63,90)
#503850
(80,56,80)
#453146
(69,49,70)
#3A2A3C
(58,42,60)
#2F2332
(47,35,50)
#241C28
(36,28,40)
#19151E
(25,21,30)
#0E0E14
(14,14,20)
#000000
(0,0,0)

Tints of #7C5478

#7C5478
(124,84,120)
#876384
(135,99,132)
#927290
(146,114,144)
#9D819C
(157,129,156)
#A890A8
(168,144,168)
#B39FB4
(179,159,180)
#BEAEC0
(190,174,192)
#C9BDCC
(201,189,204)
#D4CCD8
(212,204,216)
#DFDBE4
(223,219,228)
#EAEAF0
(234,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C5478; }

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

This text font color is #7C5478.


Background Color

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

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

This div background color is #7C5478.


Border color

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

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

This div border color is #7C5478.


Opacity

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

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

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

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

This text has shadow with #7C5478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5478 on black background.


Color preview on white background

This text has color #7C5478 on white background.



Black color preview on #7C5478 background

This text has black color on #7C5478 background.


White color preview on #7C5478 background

This text has white color on #7C5478 background.