COLOR #7A3C77

HEX: #7A3C77
RGB: (122,60,119)

Color info

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

RGB color model

#7A3C77 color RGB value is (122,60,119).

  • red value is 122;
  • green value is 60;
  • blue value is 119.
RGB:
(122,60,119)
(48%,24%,47%)

RGB channels and saturation

R 122 of 255 = 48%
G 60 of 255 = 24%
B 119 of 255 = 47%

122
60
119

R + G + B ~ 40%. #7A3C77 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
122 + 60 + 119 = 301 (100%)
R 122 of 301 ~ 40.53%
G 60 of 301 ~ 19.93%
B 119 of 301 ~ 39.53%

%40.53
%19.93
%39.53

CMYK color model

#7A3C77 color CMYK value is (0,51,2,52).

  • cyan value is 0.00%
  • magenta value is 50.82%
  • yellow value is 2.46%
  • key color value is 52.16%
CMYK:
(0,51,2,52)
C0M51Y2K52 
(0%,51%,2%,52%)
(0.00/0.51/0.02/0.52)	

CMYK percentages

%0
%50.82
%2.46
%52.16

Codes

Color #7A3C77 in popluar color models

7A3C77
RGB12260119
HSL303°34.07%35.69%
HSB/HSV303°50.82%47.84%
CMYK0.00%50.82%2.46%
52.16%

Color #7A3C77 in popluar number systems.

HEX7A3C77
Decimal12260119
Binary11110101111001110111
Octal17274167

Shades and tints

Shades of #7A3C77

#7A3C77
(122,60,119)
#6F376D
(111,55,109)
#643263
(100,50,99)
#592D59
(89,45,89)
#4E284F
(78,40,79)
#432345
(67,35,69)
#381E3B
(56,30,59)
#2D1931
(45,25,49)
#221427
(34,20,39)
#170F1D
(23,15,29)
#0C0A13
(12,10,19)
#000000
(0,0,0)

Tints of #7A3C77

#7A3C77
(122,60,119)
#864D83
(134,77,131)
#925E8F
(146,94,143)
#9E6F9B
(158,111,155)
#AA80A7
(170,128,167)
#B691B3
(182,145,179)
#C2A2BF
(194,162,191)
#CEB3CB
(206,179,203)
#DAC4D7
(218,196,215)
#E6D5E3
(230,213,227)
#F2E6EF
(242,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A3C77 color. Also use rgb(122,60,119) instead hex code.

Text Font Color

.myTextColor { color: #7A3C77; }

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

This text font color is #7A3C77.


Background Color

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

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

This div background color is #7A3C77.


Border color

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

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

This div border color is #7A3C77.


Opacity

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

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

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

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

This text has shadow with #7A3C77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A3C77 on black background.


Color preview on white background

This text has color #7A3C77 on white background.



Black color preview on #7A3C77 background

This text has black color on #7A3C77 background.


White color preview on #7A3C77 background

This text has white color on #7A3C77 background.