COLOR #7A4278

HEX: #7A4278
RGB: (122,66,120)

Color info

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

RGB color model

#7A4278 color RGB value is (122,66,120).

  • red value is 122;
  • green value is 66;
  • blue value is 120.
RGB:
(122,66,120)
(48%,26%,47%)

RGB channels and saturation

R 122 of 255 = 48%
G 66 of 255 = 26%
B 120 of 255 = 47%

122
66
120

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

Portions of RGB colors in percentages

R + G + B =
122 + 66 + 120 = 308 (100%)
R 122 of 308 ~ 39.61%
G 66 of 308 ~ 21.43%
B 120 of 308 ~ 38.96%

%39.61
%21.43
%38.96

CMYK color model

#7A4278 color CMYK value is (0,46,2,52).

  • cyan value is 0.00%
  • magenta value is 45.90%
  • yellow value is 1.64%
  • key color value is 52.16%
CMYK:
(0,46,2,52)
C0M46Y2K52 
(0%,46%,2%,52%)
(0.00/0.46/0.02/0.52)	

CMYK percentages

%0
%45.9
%1.64
%52.16

Codes

Color #7A4278 in popluar color models

7A4278
RGB12266120
HSL302°29.79%36.86%
HSB/HSV302°45.90%47.84%
CMYK0.00%45.90%1.64%
52.16%

Color #7A4278 in popluar number systems.

HEX7A4278
Decimal12266120
Binary111101010000101111000
Octal172102170

Shades and tints

Shades of #7A4278

#7A4278
(122,66,120)
#6F3C6E
(111,60,110)
#643664
(100,54,100)
#59305A
(89,48,90)
#4E2A50
(78,42,80)
#432446
(67,36,70)
#381E3C
(56,30,60)
#2D1832
(45,24,50)
#221228
(34,18,40)
#170C1E
(23,12,30)
#0C0614
(12,6,20)
#000000
(0,0,0)

Tints of #7A4278

#7A4278
(122,66,120)
#865384
(134,83,132)
#926490
(146,100,144)
#9E759C
(158,117,156)
#AA86A8
(170,134,168)
#B697B4
(182,151,180)
#C2A8C0
(194,168,192)
#CEB9CC
(206,185,204)
#DACAD8
(218,202,216)
#E6DBE4
(230,219,228)
#F2ECF0
(242,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A4278 color. Also use rgb(122,66,120) instead hex code.

Text Font Color

.myTextColor { color: #7A4278; }

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

This text font color is #7A4278.


Background Color

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

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

This div background color is #7A4278.


Border color

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

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

This div border color is #7A4278.


Opacity

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

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

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

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

This text has shadow with #7A4278 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A4278 on black background.


Color preview on white background

This text has color #7A4278 on white background.



Black color preview on #7A4278 background

This text has black color on #7A4278 background.


White color preview on #7A4278 background

This text has white color on #7A4278 background.