COLOR #7A2C50

HEX: #7A2C50
RGB: (122,44,80)

Color info

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

RGB color model

#7A2C50 color RGB value is (122,44,80).

  • red value is 122;
  • green value is 44;
  • blue value is 80.
RGB:
(122,44,80)
(48%,17%,31%)

RGB channels and saturation

R 122 of 255 = 48%
G 44 of 255 = 17%
B 80 of 255 = 31%

122
44
80

R + G + B ~ 32%. #7A2C50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 44 + 80 = 246 (100%)
R 122 of 246 ~ 49.59%
G 44 of 246 ~ 17.89%
B 80 of 246 ~ 32.52%

%49.59
%17.89
%32.52

CMYK color model

#7A2C50 color CMYK value is (0,64,34,52).

  • cyan value is 0.00%
  • magenta value is 63.93%
  • yellow value is 34.43%
  • key color value is 52.16%
CMYK:
(0,64,34,52)
C0M64Y34K52 
(0%,64%,34%,52%)
(0.00/0.64/0.34/0.52)	

CMYK percentages

%0
%63.93
%34.43
%52.16

Codes

Color #7A2C50 in popluar color models

7A2C50
RGB1224480
HSL332°46.99%32.55%
HSB/HSV332°63.93%47.84%
CMYK0.00%63.93%34.43%
52.16%

Color #7A2C50 in popluar number systems.

HEX7A2C50
Decimal1224480
Binary11110101011001010000
Octal17254120

Shades and tints

Shades of #7A2C50

#7A2C50
(122,44,80)
#6F2849
(111,40,73)
#642442
(100,36,66)
#59203B
(89,32,59)
#4E1C34
(78,28,52)
#43182D
(67,24,45)
#381426
(56,20,38)
#2D101F
(45,16,31)
#220C18
(34,12,24)
#170811
(23,8,17)
#0C040A
(12,4,10)
#000000
(0,0,0)

Tints of #7A2C50

#7A2C50
(122,44,80)
#863F5F
(134,63,95)
#92526E
(146,82,110)
#9E657D
(158,101,125)
#AA788C
(170,120,140)
#B68B9B
(182,139,155)
#C29EAA
(194,158,170)
#CEB1B9
(206,177,185)
#DAC4C8
(218,196,200)
#E6D7D7
(230,215,215)
#F2EAE6
(242,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A2C50 color. Also use rgb(122,44,80) instead hex code.

Text Font Color

.myTextColor { color: #7A2C50; }

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

This text font color is #7A2C50.


Background Color

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

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

This div background color is #7A2C50.


Border color

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

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

This div border color is #7A2C50.


Opacity

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

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

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

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

This text has shadow with #7A2C50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A2C50 on black background.


Color preview on white background

This text has color #7A2C50 on white background.



Black color preview on #7A2C50 background

This text has black color on #7A2C50 background.


White color preview on #7A2C50 background

This text has white color on #7A2C50 background.