COLOR #7C4576

HEX: #7C4576
RGB: (124,69,118)

Color info

#7C4576 contains red, green and blue colors in about the same proportion. Web safe color of #7C4576 is #663366 (or #636).

RGB color model

#7C4576 color RGB value is (124,69,118).

  • red value is 124;
  • green value is 69;
  • blue value is 118.
RGB:
(124,69,118)
(49%,27%,46%)

RGB channels and saturation

R 124 of 255 = 49%
G 69 of 255 = 27%
B 118 of 255 = 46%

124
69
118

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

Portions of RGB colors in percentages

R + G + B =
124 + 69 + 118 = 311 (100%)
R 124 of 311 ~ 39.87%
G 69 of 311 ~ 22.19%
B 118 of 311 ~ 37.94%

%39.87
%22.19
%37.94

CMYK color model

#7C4576 color CMYK value is (0,44,5,51).

  • cyan value is 0.00%
  • magenta value is 44.35%
  • yellow value is 4.84%
  • key color value is 51.37%
CMYK:
(0,44,5,51)
C0M44Y5K51 
(0%,44%,5%,51%)
(0.00/0.44/0.05/0.51)	

CMYK percentages

%0
%44.35
%4.84
%51.37

Codes

Color #7C4576 in popluar color models

7C4576
RGB12469118
HSL307°28.50%37.84%
HSB/HSV307°44.35%48.63%
CMYK0.00%44.35%4.84%
51.37%

Color #7C4576 in popluar number systems.

HEX7C4576
Decimal12469118
Binary111110010001011110110
Octal174105166

Shades and tints

Shades of #7C4576

#7C4576
(124,69,118)
#713F6C
(113,63,108)
#663962
(102,57,98)
#5B3358
(91,51,88)
#502D4E
(80,45,78)
#452744
(69,39,68)
#3A213A
(58,33,58)
#2F1B30
(47,27,48)
#241526
(36,21,38)
#190F1C
(25,15,28)
#0E0912
(14,9,18)
#000000
(0,0,0)

Tints of #7C4576

#7C4576
(124,69,118)
#875582
(135,85,130)
#92658E
(146,101,142)
#9D759A
(157,117,154)
#A885A6
(168,133,166)
#B395B2
(179,149,178)
#BEA5BE
(190,165,190)
#C9B5CA
(201,181,202)
#D4C5D6
(212,197,214)
#DFD5E2
(223,213,226)
#EAE5EE
(234,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C4576 color. Also use rgb(124,69,118) instead hex code.

Text Font Color

.myTextColor { color: #7C4576; }

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

This text font color is #7C4576.


Background Color

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

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

This div background color is #7C4576.


Border color

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

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

This div border color is #7C4576.


Opacity

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

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

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

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

This text has shadow with #7C4576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C4576 on black background.


Color preview on white background

This text has color #7C4576 on white background.



Black color preview on #7C4576 background

This text has black color on #7C4576 background.


White color preview on #7C4576 background

This text has white color on #7C4576 background.