COLOR #7C5484

HEX: #7C5484
RGB: (124,84,132)

Color info

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

RGB color model

#7C5484 color RGB value is (124,84,132).

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

RGB channels and saturation

R 124 of 255 = 49%
G 84 of 255 = 33%
B 132 of 255 = 52%

124
84
132

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

Portions of RGB colors in percentages

R + G + B =
124 + 84 + 132 = 340 (100%)
R 124 of 340 ~ 36.47%
G 84 of 340 ~ 24.71%
B 132 of 340 ~ 38.82%

%36.47
%24.71
%38.82

CMYK color model

#7C5484 color CMYK value is (6,36,0,48).

  • cyan value is 6.06%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(6,36,0,48)
C6M36Y0K48 
(6%,36%,0%,48%)
(0.06/0.36/0.00/0.48)	

CMYK percentages

%6.06
%36.36
%0
%48.24

Codes

Color #7C5484 in popluar color models

7C5484
RGB12484132
HSL290°22.22%42.35%
HSB/HSV290°36.36%51.76%
CMYK6.06%36.36%0.00%
48.24%

Color #7C5484 in popluar number systems.

HEX7C5484
Decimal12484132
Binary1111100101010010000100
Octal174124204

Shades and tints

Shades of #7C5484

#7C5484
(124,84,132)
#714D78
(113,77,120)
#66466C
(102,70,108)
#5B3F60
(91,63,96)
#503854
(80,56,84)
#453148
(69,49,72)
#3A2A3C
(58,42,60)
#2F2330
(47,35,48)
#241C24
(36,28,36)
#191518
(25,21,24)
#0E0E0C
(14,14,12)
#000000
(0,0,0)

Tints of #7C5484

#7C5484
(124,84,132)
#87638F
(135,99,143)
#92729A
(146,114,154)
#9D81A5
(157,129,165)
#A890B0
(168,144,176)
#B39FBB
(179,159,187)
#BEAEC6
(190,174,198)
#C9BDD1
(201,189,209)
#D4CCDC
(212,204,220)
#DFDBE7
(223,219,231)
#EAEAF2
(234,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C5484; }

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

This text font color is #7C5484.


Background Color

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

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

This div background color is #7C5484.


Border color

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

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

This div border color is #7C5484.


Opacity

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

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

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

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

This text has shadow with #7C5484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5484 on black background.


Color preview on white background

This text has color #7C5484 on white background.



Black color preview on #7C5484 background

This text has black color on #7C5484 background.


White color preview on #7C5484 background

This text has white color on #7C5484 background.