COLOR #7A4886

HEX: #7A4886
RGB: (122,72,134)

Color info

#7A4886 contains mainly red and blue colors. Web safe color of #7A4886 is #663399 (or #639).

RGB color model

#7A4886 color RGB value is (122,72,134).

  • red value is 122;
  • green value is 72;
  • blue value is 134.
RGB:
(122,72,134)
(48%,28%,53%)

RGB channels and saturation

R 122 of 255 = 48%
G 72 of 255 = 28%
B 134 of 255 = 53%

122
72
134

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

Portions of RGB colors in percentages

R + G + B =
122 + 72 + 134 = 328 (100%)
R 122 of 328 ~ 37.2%
G 72 of 328 ~ 21.95%
B 134 of 328 ~ 40.85%

%37.2
%21.95
%40.85

CMYK color model

#7A4886 color CMYK value is (9,46,0,47).

  • cyan value is 8.96%
  • magenta value is 46.27%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(9,46,0,47)
C9M46Y0K47 
(9%,46%,0%,47%)
(0.09/0.46/0.00/0.47)	

CMYK percentages

%8.96
%46.27
%0
%47.45

Codes

Color #7A4886 in popluar color models

7A4886
RGB12272134
HSL288°30.10%40.39%
HSB/HSV288°46.27%52.55%
CMYK8.96%46.27%0.00%
47.45%

Color #7A4886 in popluar number systems.

HEX7A4886
Decimal12272134
Binary1111010100100010000110
Octal172110206

Shades and tints

Shades of #7A4886

#7A4886
(122,72,134)
#6F427A
(111,66,122)
#643C6E
(100,60,110)
#593662
(89,54,98)
#4E3056
(78,48,86)
#432A4A
(67,42,74)
#38243E
(56,36,62)
#2D1E32
(45,30,50)
#221826
(34,24,38)
#17121A
(23,18,26)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #7A4886

#7A4886
(122,72,134)
#865891
(134,88,145)
#92689C
(146,104,156)
#9E78A7
(158,120,167)
#AA88B2
(170,136,178)
#B698BD
(182,152,189)
#C2A8C8
(194,168,200)
#CEB8D3
(206,184,211)
#DAC8DE
(218,200,222)
#E6D8E9
(230,216,233)
#F2E8F4
(242,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A4886 color. Also use rgb(122,72,134) instead hex code.

Text Font Color

.myTextColor { color: #7A4886; }

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

This text font color is #7A4886.


Background Color

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

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

This div background color is #7A4886.


Border color

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

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

This div border color is #7A4886.


Opacity

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

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

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

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

This text has shadow with #7A4886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A4886 on black background.


Color preview on white background

This text has color #7A4886 on white background.



Black color preview on #7A4886 background

This text has black color on #7A4886 background.


White color preview on #7A4886 background

This text has white color on #7A4886 background.