COLOR #7A4A6A

HEX: #7A4A6A
RGB: (122,74,106)

Color info

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

RGB color model

#7A4A6A color RGB value is (122,74,106).

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

RGB channels and saturation

R 122 of 255 = 48%
G 74 of 255 = 29%
B 106 of 255 = 42%

122
74
106

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

Portions of RGB colors in percentages

R + G + B =
122 + 74 + 106 = 302 (100%)
R 122 of 302 ~ 40.4%
G 74 of 302 ~ 24.5%
B 106 of 302 ~ 35.1%

%40.4
%24.5
%35.1

CMYK color model

#7A4A6A color CMYK value is (0,39,13,52).

  • cyan value is 0.00%
  • magenta value is 39.34%
  • yellow value is 13.11%
  • key color value is 52.16%
CMYK:
(0,39,13,52)
C0M39Y13K52 
(0%,39%,13%,52%)
(0.00/0.39/0.13/0.52)	

CMYK percentages

%0
%39.34
%13.11
%52.16

Codes

Color #7A4A6A in popluar color models

7A4A6A
RGB12274106
HSL320°24.49%38.43%
HSB/HSV320°39.34%47.84%
CMYK0.00%39.34%13.11%
52.16%

Color #7A4A6A in popluar number systems.

HEX7A4A6A
Decimal12274106
Binary111101010010101101010
Octal172112152

Shades and tints

Shades of #7A4A6A

#7A4A6A
(122,74,106)
#6F4461
(111,68,97)
#643E58
(100,62,88)
#59384F
(89,56,79)
#4E3246
(78,50,70)
#432C3D
(67,44,61)
#382634
(56,38,52)
#2D202B
(45,32,43)
#221A22
(34,26,34)
#171419
(23,20,25)
#0C0E10
(12,14,16)
#000000
(0,0,0)

Tints of #7A4A6A

#7A4A6A
(122,74,106)
#865A77
(134,90,119)
#926A84
(146,106,132)
#9E7A91
(158,122,145)
#AA8A9E
(170,138,158)
#B69AAB
(182,154,171)
#C2AAB8
(194,170,184)
#CEBAC5
(206,186,197)
#DACAD2
(218,202,210)
#E6DADF
(230,218,223)
#F2EAEC
(242,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A4A6A; }

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

This text font color is #7A4A6A.


Background Color

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

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

This div background color is #7A4A6A.


Border color

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

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

This div border color is #7A4A6A.


Opacity

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

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

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

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

This text has shadow with #7A4A6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A4A6A on black background.


Color preview on white background

This text has color #7A4A6A on white background.



Black color preview on #7A4A6A background

This text has black color on #7A4A6A background.


White color preview on #7A4A6A background

This text has white color on #7A4A6A background.