COLOR #7A326A

HEX: #7A326A
RGB: (122,50,106)

Color info

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

RGB color model

#7A326A color RGB value is (122,50,106).

  • red value is 122;
  • green value is 50;
  • blue value is 106.
RGB:
(122,50,106)
(48%,20%,42%)

RGB channels and saturation

R 122 of 255 = 48%
G 50 of 255 = 20%
B 106 of 255 = 42%

122
50
106

R + G + B ~ 37%. #7A326A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 50 + 106 = 278 (100%)
R 122 of 278 ~ 43.88%
G 50 of 278 ~ 17.99%
B 106 of 278 ~ 38.13%

%43.88
%17.99
%38.13

CMYK color model

#7A326A color CMYK value is (0,59,13,52).

  • cyan value is 0.00%
  • magenta value is 59.02%
  • yellow value is 13.11%
  • key color value is 52.16%
CMYK:
(0,59,13,52)
C0M59Y13K52 
(0%,59%,13%,52%)
(0.00/0.59/0.13/0.52)	

CMYK percentages

%0
%59.02
%13.11
%52.16

Codes

Color #7A326A in popluar color models

7A326A
RGB12250106
HSL313°41.86%33.73%
HSB/HSV313°59.02%47.84%
CMYK0.00%59.02%13.11%
52.16%

Color #7A326A in popluar number systems.

HEX7A326A
Decimal12250106
Binary11110101100101101010
Octal17262152

Shades and tints

Shades of #7A326A

#7A326A
(122,50,106)
#6F2E61
(111,46,97)
#642A58
(100,42,88)
#59264F
(89,38,79)
#4E2246
(78,34,70)
#431E3D
(67,30,61)
#381A34
(56,26,52)
#2D162B
(45,22,43)
#221222
(34,18,34)
#170E19
(23,14,25)
#0C0A10
(12,10,16)
#000000
(0,0,0)

Tints of #7A326A

#7A326A
(122,50,106)
#864477
(134,68,119)
#925684
(146,86,132)
#9E6891
(158,104,145)
#AA7A9E
(170,122,158)
#B68CAB
(182,140,171)
#C29EB8
(194,158,184)
#CEB0C5
(206,176,197)
#DAC2D2
(218,194,210)
#E6D4DF
(230,212,223)
#F2E6EC
(242,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A326A; }

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

This text font color is #7A326A.


Background Color

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

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

This div background color is #7A326A.


Border color

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

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

This div border color is #7A326A.


Opacity

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

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

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

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

This text has shadow with #7A326A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A326A on black background.


Color preview on white background

This text has color #7A326A on white background.



Black color preview on #7A326A background

This text has black color on #7A326A background.


White color preview on #7A326A background

This text has white color on #7A326A background.