COLOR #7C4C7D

HEX: #7C4C7D
RGB: (124,76,125)

Color info

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

RGB color model

#7C4C7D color RGB value is (124,76,125).

  • red value is 124;
  • green value is 76;
  • blue value is 125.
RGB:
(124,76,125)
(49%,30%,49%)

RGB channels and saturation

R 124 of 255 = 49%
G 76 of 255 = 30%
B 125 of 255 = 49%

124
76
125

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

Portions of RGB colors in percentages

R + G + B =
124 + 76 + 125 = 325 (100%)
R 124 of 325 ~ 38.15%
G 76 of 325 ~ 23.38%
B 125 of 325 ~ 38.46%

%38.15
%23.38
%38.46

CMYK color model

#7C4C7D color CMYK value is (1,39,0,51).

  • cyan value is 0.80%
  • magenta value is 39.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(1,39,0,51)
C1M39Y0K51 
(1%,39%,0%,51%)
(0.01/0.39/0.00/0.51)	

CMYK percentages

%0.8
%39.2
%0
%50.98

Codes

Color #7C4C7D in popluar color models

7C4C7D
RGB12476125
HSL299°24.38%39.41%
HSB/HSV299°39.20%49.02%
CMYK0.80%39.20%0.00%
50.98%

Color #7C4C7D in popluar number systems.

HEX7C4C7D
Decimal12476125
Binary111110010011001111101
Octal174114175

Shades and tints

Shades of #7C4C7D

#7C4C7D
(124,76,125)
#714672
(113,70,114)
#664067
(102,64,103)
#5B3A5C
(91,58,92)
#503451
(80,52,81)
#452E46
(69,46,70)
#3A283B
(58,40,59)
#2F2230
(47,34,48)
#241C25
(36,28,37)
#19161A
(25,22,26)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #7C4C7D

#7C4C7D
(124,76,125)
#875C88
(135,92,136)
#926C93
(146,108,147)
#9D7C9E
(157,124,158)
#A88CA9
(168,140,169)
#B39CB4
(179,156,180)
#BEACBF
(190,172,191)
#C9BCCA
(201,188,202)
#D4CCD5
(212,204,213)
#DFDCE0
(223,220,224)
#EAECEB
(234,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C4C7D color. Also use rgb(124,76,125) instead hex code.

Text Font Color

.myTextColor { color: #7C4C7D; }

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

This text font color is #7C4C7D.


Background Color

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

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

This div background color is #7C4C7D.


Border color

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

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

This div border color is #7C4C7D.


Opacity

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

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

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

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

This text has shadow with #7C4C7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C4C7D on black background.


Color preview on white background

This text has color #7C4C7D on white background.



Black color preview on #7C4C7D background

This text has black color on #7C4C7D background.


White color preview on #7C4C7D background

This text has white color on #7C4C7D background.