COLOR #7A2D76

HEX: #7A2D76
RGB: (122,45,118)

Color info

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

RGB color model

#7A2D76 color RGB value is (122,45,118).

  • red value is 122;
  • green value is 45;
  • blue value is 118.
RGB:
(122,45,118)
(48%,18%,46%)

RGB channels and saturation

R 122 of 255 = 48%
G 45 of 255 = 18%
B 118 of 255 = 46%

122
45
118

R + G + B ~ 37%. #7A2D76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 45 + 118 = 285 (100%)
R 122 of 285 ~ 42.81%
G 45 of 285 ~ 15.79%
B 118 of 285 ~ 41.4%

%42.81
%15.79
%41.4

CMYK color model

#7A2D76 color CMYK value is (0,63,3,52).

  • cyan value is 0.00%
  • magenta value is 63.11%
  • yellow value is 3.28%
  • key color value is 52.16%
CMYK:
(0,63,3,52)
C0M63Y3K52 
(0%,63%,3%,52%)
(0.00/0.63/0.03/0.52)	

CMYK percentages

%0
%63.11
%3.28
%52.16

Codes

Color #7A2D76 in popluar color models

7A2D76
RGB12245118
HSL303°46.11%32.75%
HSB/HSV303°63.11%47.84%
CMYK0.00%63.11%3.28%
52.16%

Color #7A2D76 in popluar number systems.

HEX7A2D76
Decimal12245118
Binary11110101011011110110
Octal17255166

Shades and tints

Shades of #7A2D76

#7A2D76
(122,45,118)
#6F296C
(111,41,108)
#642562
(100,37,98)
#592158
(89,33,88)
#4E1D4E
(78,29,78)
#431944
(67,25,68)
#38153A
(56,21,58)
#2D1130
(45,17,48)
#220D26
(34,13,38)
#17091C
(23,9,28)
#0C0512
(12,5,18)
#000000
(0,0,0)

Tints of #7A2D76

#7A2D76
(122,45,118)
#864082
(134,64,130)
#92538E
(146,83,142)
#9E669A
(158,102,154)
#AA79A6
(170,121,166)
#B68CB2
(182,140,178)
#C29FBE
(194,159,190)
#CEB2CA
(206,178,202)
#DAC5D6
(218,197,214)
#E6D8E2
(230,216,226)
#F2EBEE
(242,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A2D76 color. Also use rgb(122,45,118) instead hex code.

Text Font Color

.myTextColor { color: #7A2D76; }

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

This text font color is #7A2D76.


Background Color

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

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

This div background color is #7A2D76.


Border color

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

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

This div border color is #7A2D76.


Opacity

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

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

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

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

This text has shadow with #7A2D76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A2D76 on black background.


Color preview on white background

This text has color #7A2D76 on white background.



Black color preview on #7A2D76 background

This text has black color on #7A2D76 background.


White color preview on #7A2D76 background

This text has white color on #7A2D76 background.