COLOR #7A3976

HEX: #7A3976
RGB: (122,57,118)

Color info

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

RGB color model

#7A3976 color RGB value is (122,57,118).

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

RGB channels and saturation

R 122 of 255 = 48%
G 57 of 255 = 22%
B 118 of 255 = 46%

122
57
118

R + G + B ~ 39%. #7A3976 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 57 + 118 = 297 (100%)
R 122 of 297 ~ 41.08%
G 57 of 297 ~ 19.19%
B 118 of 297 ~ 39.73%

%41.08
%19.19
%39.73

CMYK color model

#7A3976 color CMYK value is (0,53,3,52).

  • cyan value is 0.00%
  • magenta value is 53.28%
  • yellow value is 3.28%
  • key color value is 52.16%
CMYK:
(0,53,3,52)
C0M53Y3K52 
(0%,53%,3%,52%)
(0.00/0.53/0.03/0.52)	

CMYK percentages

%0
%53.28
%3.28
%52.16

Codes

Color #7A3976 in popluar color models

7A3976
RGB12257118
HSL304°36.31%35.10%
HSB/HSV304°53.28%47.84%
CMYK0.00%53.28%3.28%
52.16%

Color #7A3976 in popluar number systems.

HEX7A3976
Decimal12257118
Binary11110101110011110110
Octal17271166

Shades and tints

Shades of #7A3976

#7A3976
(122,57,118)
#6F346C
(111,52,108)
#642F62
(100,47,98)
#592A58
(89,42,88)
#4E254E
(78,37,78)
#432044
(67,32,68)
#381B3A
(56,27,58)
#2D1630
(45,22,48)
#221126
(34,17,38)
#170C1C
(23,12,28)
#0C0712
(12,7,18)
#000000
(0,0,0)

Tints of #7A3976

#7A3976
(122,57,118)
#864B82
(134,75,130)
#925D8E
(146,93,142)
#9E6F9A
(158,111,154)
#AA81A6
(170,129,166)
#B693B2
(182,147,178)
#C2A5BE
(194,165,190)
#CEB7CA
(206,183,202)
#DAC9D6
(218,201,214)
#E6DBE2
(230,219,226)
#F2EDEE
(242,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A3976; }

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

This text font color is #7A3976.


Background Color

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

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

This div background color is #7A3976.


Border color

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

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

This div border color is #7A3976.


Opacity

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

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

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

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

This text has shadow with #7A3976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A3976 on black background.


Color preview on white background

This text has color #7A3976 on white background.



Black color preview on #7A3976 background

This text has black color on #7A3976 background.


White color preview on #7A3976 background

This text has white color on #7A3976 background.