COLOR #7A427A

HEX: #7A427A
RGB: (122,66,122)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

122
66
122

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

Portions of RGB colors in percentages

R + G + B =
122 + 66 + 122 = 310 (100%)
R 122 of 310 ~ 39.35%
G 66 of 310 ~ 21.29%
B 122 of 310 ~ 39.35%

%39.35
%21.29
%39.35

CMYK color model

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

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

CMYK percentages

%0
%45.9
%0
%52.16

Codes

Color #7A427A in popluar color models

7A427A
RGB12266122
HSL300°29.79%36.86%
HSB/HSV300°45.90%47.84%
CMYK0.00%45.90%0.00%
52.16%

Color #7A427A in popluar number systems.

HEX7A427A
Decimal12266122
Binary111101010000101111010
Octal172102172

Shades and tints

Shades of #7A427A

#7A427A
(122,66,122)
#6F3C6F
(111,60,111)
#643664
(100,54,100)
#593059
(89,48,89)
#4E2A4E
(78,42,78)
#432443
(67,36,67)
#381E38
(56,30,56)
#2D182D
(45,24,45)
#221222
(34,18,34)
#170C17
(23,12,23)
#0C060C
(12,6,12)
#000000
(0,0,0)

Tints of #7A427A

#7A427A
(122,66,122)
#865386
(134,83,134)
#926492
(146,100,146)
#9E759E
(158,117,158)
#AA86AA
(170,134,170)
#B697B6
(182,151,182)
#C2A8C2
(194,168,194)
#CEB9CE
(206,185,206)
#DACADA
(218,202,218)
#E6DBE6
(230,219,230)
#F2ECF2
(242,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A427A; }

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

This text font color is #7A427A.


Background Color

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

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

This div background color is #7A427A.


Border color

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

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

This div border color is #7A427A.


Opacity

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

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

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

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

This text has shadow with #7A427A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A427A on black background.


Color preview on white background

This text has color #7A427A on white background.



Black color preview on #7A427A background

This text has black color on #7A427A background.


White color preview on #7A427A background

This text has white color on #7A427A background.