COLOR #7C4E76

HEX: #7C4E76
RGB: (124,78,118)

Color info

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

RGB color model

#7C4E76 color RGB value is (124,78,118).

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

RGB channels and saturation

R 124 of 255 = 49%
G 78 of 255 = 31%
B 118 of 255 = 46%

124
78
118

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

Portions of RGB colors in percentages

R + G + B =
124 + 78 + 118 = 320 (100%)
R 124 of 320 ~ 38.75%
G 78 of 320 ~ 24.38%
B 118 of 320 ~ 36.88%

%38.75
%24.38
%36.88

CMYK color model

#7C4E76 color CMYK value is (0,37,5,51).

  • cyan value is 0.00%
  • magenta value is 37.10%
  • yellow value is 4.84%
  • key color value is 51.37%
CMYK:
(0,37,5,51)
C0M37Y5K51 
(0%,37%,5%,51%)
(0.00/0.37/0.05/0.51)	

CMYK percentages

%0
%37.1
%4.84
%51.37

Codes

Color #7C4E76 in popluar color models

7C4E76
RGB12478118
HSL308°22.77%39.61%
HSB/HSV308°37.10%48.63%
CMYK0.00%37.10%4.84%
51.37%

Color #7C4E76 in popluar number systems.

HEX7C4E76
Decimal12478118
Binary111110010011101110110
Octal174116166

Shades and tints

Shades of #7C4E76

#7C4E76
(124,78,118)
#71476C
(113,71,108)
#664062
(102,64,98)
#5B3958
(91,57,88)
#50324E
(80,50,78)
#452B44
(69,43,68)
#3A243A
(58,36,58)
#2F1D30
(47,29,48)
#241626
(36,22,38)
#190F1C
(25,15,28)
#0E0812
(14,8,18)
#000000
(0,0,0)

Tints of #7C4E76

#7C4E76
(124,78,118)
#875E82
(135,94,130)
#926E8E
(146,110,142)
#9D7E9A
(157,126,154)
#A88EA6
(168,142,166)
#B39EB2
(179,158,178)
#BEAEBE
(190,174,190)
#C9BECA
(201,190,202)
#D4CED6
(212,206,214)
#DFDEE2
(223,222,226)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C4E76; }

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

This text font color is #7C4E76.


Background Color

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

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

This div background color is #7C4E76.


Border color

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

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

This div border color is #7C4E76.


Opacity

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

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

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

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

This text has shadow with #7C4E76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C4E76 on black background.


Color preview on white background

This text has color #7C4E76 on white background.



Black color preview on #7C4E76 background

This text has black color on #7C4E76 background.


White color preview on #7C4E76 background

This text has white color on #7C4E76 background.