COLOR #7A4777

HEX: #7A4777
RGB: (122,71,119)

Color info

#7A4777 contains red, green and blue colors in about the same proportion. Web safe color of #7A4777 is #663366 (or #636).

RGB color model

#7A4777 color RGB value is (122,71,119).

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

RGB channels and saturation

R 122 of 255 = 48%
G 71 of 255 = 28%
B 119 of 255 = 47%

122
71
119

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

Portions of RGB colors in percentages

R + G + B =
122 + 71 + 119 = 312 (100%)
R 122 of 312 ~ 39.1%
G 71 of 312 ~ 22.76%
B 119 of 312 ~ 38.14%

%39.1
%22.76
%38.14

CMYK color model

#7A4777 color CMYK value is (0,42,2,52).

  • cyan value is 0.00%
  • magenta value is 41.80%
  • yellow value is 2.46%
  • key color value is 52.16%
CMYK:
(0,42,2,52)
C0M42Y2K52 
(0%,42%,2%,52%)
(0.00/0.42/0.02/0.52)	

CMYK percentages

%0
%41.8
%2.46
%52.16

Codes

Color #7A4777 in popluar color models

7A4777
RGB12271119
HSL304°26.42%37.84%
HSB/HSV304°41.80%47.84%
CMYK0.00%41.80%2.46%
52.16%

Color #7A4777 in popluar number systems.

HEX7A4777
Decimal12271119
Binary111101010001111110111
Octal172107167

Shades and tints

Shades of #7A4777

#7A4777
(122,71,119)
#6F416D
(111,65,109)
#643B63
(100,59,99)
#593559
(89,53,89)
#4E2F4F
(78,47,79)
#432945
(67,41,69)
#38233B
(56,35,59)
#2D1D31
(45,29,49)
#221727
(34,23,39)
#17111D
(23,17,29)
#0C0B13
(12,11,19)
#000000
(0,0,0)

Tints of #7A4777

#7A4777
(122,71,119)
#865783
(134,87,131)
#92678F
(146,103,143)
#9E779B
(158,119,155)
#AA87A7
(170,135,167)
#B697B3
(182,151,179)
#C2A7BF
(194,167,191)
#CEB7CB
(206,183,203)
#DAC7D7
(218,199,215)
#E6D7E3
(230,215,227)
#F2E7EF
(242,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A4777; }

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

This text font color is #7A4777.


Background Color

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

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

This div background color is #7A4777.


Border color

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

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

This div border color is #7A4777.


Opacity

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

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

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

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

This text has shadow with #7A4777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A4777 on black background.


Color preview on white background

This text has color #7A4777 on white background.



Black color preview on #7A4777 background

This text has black color on #7A4777 background.


White color preview on #7A4777 background

This text has white color on #7A4777 background.