COLOR #7C1A4E

HEX: #7C1A4E
RGB: (124,26,78)

Color info

#7C1A4E contains mainly red and blue colors. Web safe color of #7C1A4E is #660066 (or #606).

RGB color model

#7C1A4E color RGB value is (124,26,78).

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

RGB channels and saturation

R 124 of 255 = 49%
G 26 of 255 = 10%
B 78 of 255 = 31%

124
26
78

R + G + B ~ 30%. #7C1A4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 26 + 78 = 228 (100%)
R 124 of 228 ~ 54.39%
G 26 of 228 ~ 11.4%
B 78 of 228 ~ 34.21%

%54.39
%11.4
%34.21

CMYK color model

#7C1A4E color CMYK value is (0,79,37,51).

  • cyan value is 0.00%
  • magenta value is 79.03%
  • yellow value is 37.10%
  • key color value is 51.37%
CMYK:
(0,79,37,51)
C0M79Y37K51 
(0%,79%,37%,51%)
(0.00/0.79/0.37/0.51)	

CMYK percentages

%0
%79.03
%37.1
%51.37

Codes

Color #7C1A4E in popluar color models

7C1A4E
RGB1242678
HSL328°65.33%29.41%
HSB/HSV328°79.03%48.63%
CMYK0.00%79.03%37.10%
51.37%

Color #7C1A4E in popluar number systems.

HEX7C1A4E
Decimal1242678
Binary1111100110101001110
Octal17432116

Shades and tints

Shades of #7C1A4E

#7C1A4E
(124,26,78)
#711847
(113,24,71)
#661640
(102,22,64)
#5B1439
(91,20,57)
#501232
(80,18,50)
#45102B
(69,16,43)
#3A0E24
(58,14,36)
#2F0C1D
(47,12,29)
#240A16
(36,10,22)
#19080F
(25,8,15)
#0E0608
(14,6,8)
#000000
(0,0,0)

Tints of #7C1A4E

#7C1A4E
(124,26,78)
#872E5E
(135,46,94)
#92426E
(146,66,110)
#9D567E
(157,86,126)
#A86A8E
(168,106,142)
#B37E9E
(179,126,158)
#BE92AE
(190,146,174)
#C9A6BE
(201,166,190)
#D4BACE
(212,186,206)
#DFCEDE
(223,206,222)
#EAE2EE
(234,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C1A4E; }

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

This text font color is #7C1A4E.


Background Color

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

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

This div background color is #7C1A4E.


Border color

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

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

This div border color is #7C1A4E.


Opacity

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

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

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

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

This text has shadow with #7C1A4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C1A4E on black background.


Color preview on white background

This text has color #7C1A4E on white background.



Black color preview on #7C1A4E background

This text has black color on #7C1A4E background.


White color preview on #7C1A4E background

This text has white color on #7C1A4E background.