COLOR #7C5470

HEX: #7C5470
RGB: (124,84,112)

Color info

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

RGB color model

#7C5470 color RGB value is (124,84,112).

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

RGB channels and saturation

R 124 of 255 = 49%
G 84 of 255 = 33%
B 112 of 255 = 44%

124
84
112

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

Portions of RGB colors in percentages

R + G + B =
124 + 84 + 112 = 320 (100%)
R 124 of 320 ~ 38.75%
G 84 of 320 ~ 26.25%
B 112 of 320 ~ 35%

%38.75
%26.25
%35

CMYK color model

#7C5470 color CMYK value is (0,32,10,51).

  • cyan value is 0.00%
  • magenta value is 32.26%
  • yellow value is 9.68%
  • key color value is 51.37%
CMYK:
(0,32,10,51)
C0M32Y10K51 
(0%,32%,10%,51%)
(0.00/0.32/0.10/0.51)	

CMYK percentages

%0
%32.26
%9.68
%51.37

Codes

Color #7C5470 in popluar color models

7C5470
RGB12484112
HSL318°19.23%40.78%
HSB/HSV318°32.26%48.63%
CMYK0.00%32.26%9.68%
51.37%

Color #7C5470 in popluar number systems.

HEX7C5470
Decimal12484112
Binary111110010101001110000
Octal174124160

Shades and tints

Shades of #7C5470

#7C5470
(124,84,112)
#714D66
(113,77,102)
#66465C
(102,70,92)
#5B3F52
(91,63,82)
#503848
(80,56,72)
#45313E
(69,49,62)
#3A2A34
(58,42,52)
#2F232A
(47,35,42)
#241C20
(36,28,32)
#191516
(25,21,22)
#0E0E0C
(14,14,12)
#000000
(0,0,0)

Tints of #7C5470

#7C5470
(124,84,112)
#87637D
(135,99,125)
#92728A
(146,114,138)
#9D8197
(157,129,151)
#A890A4
(168,144,164)
#B39FB1
(179,159,177)
#BEAEBE
(190,174,190)
#C9BDCB
(201,189,203)
#D4CCD8
(212,204,216)
#DFDBE5
(223,219,229)
#EAEAF2
(234,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C5470; }

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

This text font color is #7C5470.


Background Color

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

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

This div background color is #7C5470.


Border color

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

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

This div border color is #7C5470.


Opacity

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

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

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

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

This text has shadow with #7C5470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5470 on black background.


Color preview on white background

This text has color #7C5470 on white background.



Black color preview on #7C5470 background

This text has black color on #7C5470 background.


White color preview on #7C5470 background

This text has white color on #7C5470 background.