COLOR #7A1C4E

HEX: #7A1C4E
RGB: (122,28,78)

Color info

#7A1C4E contains mainly red and blue colors. Web safe color of #7A1C4E is #663366 (or #636).

RGB color model

#7A1C4E color RGB value is (122,28,78).

  • red value is 122;
  • green value is 28;
  • blue value is 78.
RGB:
(122,28,78)
(48%,11%,31%)

RGB channels and saturation

R 122 of 255 = 48%
G 28 of 255 = 11%
B 78 of 255 = 31%

122
28
78

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

Portions of RGB colors in percentages

R + G + B =
122 + 28 + 78 = 228 (100%)
R 122 of 228 ~ 53.51%
G 28 of 228 ~ 12.28%
B 78 of 228 ~ 34.21%

%53.51
%12.28
%34.21

CMYK color model

#7A1C4E color CMYK value is (0,77,36,52).

  • cyan value is 0.00%
  • magenta value is 77.05%
  • yellow value is 36.07%
  • key color value is 52.16%
CMYK:
(0,77,36,52)
C0M77Y36K52 
(0%,77%,36%,52%)
(0.00/0.77/0.36/0.52)	

CMYK percentages

%0
%77.05
%36.07
%52.16

Codes

Color #7A1C4E in popluar color models

7A1C4E
RGB1222878
HSL328°62.67%29.41%
HSB/HSV328°77.05%47.84%
CMYK0.00%77.05%36.07%
52.16%

Color #7A1C4E in popluar number systems.

HEX7A1C4E
Decimal1222878
Binary1111010111001001110
Octal17234116

Shades and tints

Shades of #7A1C4E

#7A1C4E
(122,28,78)
#6F1A47
(111,26,71)
#641840
(100,24,64)
#591639
(89,22,57)
#4E1432
(78,20,50)
#43122B
(67,18,43)
#381024
(56,16,36)
#2D0E1D
(45,14,29)
#220C16
(34,12,22)
#170A0F
(23,10,15)
#0C0808
(12,8,8)
#000000
(0,0,0)

Tints of #7A1C4E

#7A1C4E
(122,28,78)
#86305E
(134,48,94)
#92446E
(146,68,110)
#9E587E
(158,88,126)
#AA6C8E
(170,108,142)
#B6809E
(182,128,158)
#C294AE
(194,148,174)
#CEA8BE
(206,168,190)
#DABCCE
(218,188,206)
#E6D0DE
(230,208,222)
#F2E4EE
(242,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A1C4E color. Also use rgb(122,28,78) instead hex code.

Text Font Color

.myTextColor { color: #7A1C4E; }

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

This text font color is #7A1C4E.


Background Color

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

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

This div background color is #7A1C4E.


Border color

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

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

This div border color is #7A1C4E.


Opacity

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

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

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

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

This text has shadow with #7A1C4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A1C4E on black background.


Color preview on white background

This text has color #7A1C4E on white background.



Black color preview on #7A1C4E background

This text has black color on #7A1C4E background.


White color preview on #7A1C4E background

This text has white color on #7A1C4E background.