COLOR #7A496E

HEX: #7A496E RGB: (122,73,110)

Color info

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

RGB color model

#7A496E color RGB value is (122,73,110).

RGB: (122,73,110) (48%, 29%, 43%)

RGB channels and saturation

R 122 of 255 = 48%
G 73 of 255 = 29%
B 110 of 255 = 43%

122
73
110

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

Portions of RGB colors in percentages

R + G + B = 122 + 73 + 110 = 305 (100%)
R 122 of 305 ~ 40%
G 73 of 305 ~ 23.93%
B 110 of 305 ~ 36.07'%

%40
%23.93
%36.07

CMYK color model

#7A496E color CMYK value is (0,40,10,52).

  • cyan value is 0.00%
  • magenta value is 40.16%
  • yellow value is 9.84%
  • key color value is 52.16%

CMYK: (0,40,10,52)
C0M40Y10K52 (0%, 40%, 10%, 52%)
(0.00 / 0.40 / 0.10 / 0.52)

CMYK percentages

%0
%40.16
%9.84
%52.16

Codes

Color #7A496E in popluar color models

7A 49 6E
RGB 122 73 110
HSL 315° 25.13% 38.24%
HSB/HSV 315° 40.16% 47.84%
CMYK 0.00% 40.16% 9.84%
52.16%

Color #7A496E in popluar number systems.

HEX 7A 49 6E
Decimal 122 73 110
Binary 1111010 1001001 1101110
Octal 172 111 156

Shades and tints

Shades of #7A496E

#7A496E
(122,73,110)
#6F4364
(111,67,100)
#643D5A
(100,61,90)
#593750
(89,55,80)
#4E3146
(78,49,70)
#432B3C
(67,43,60)
#382532
(56,37,50)
#2D1F28
(45,31,40)
#22191E
(34,25,30)
#171314
(23,19,20)
#0C0D0A
(12,13,10)
#000000
(0,0,0)

Tints of #7A496E

#7A496E
(122,73,110)
#86597B
(134,89,123)
#926988
(146,105,136)
#9E7995
(158,121,149)
#AA89A2
(170,137,162)
#B699AF
(182,153,175)
#C2A9BC
(194,169,188)
#CEB9C9
(206,185,201)
#DAC9D6
(218,201,214)
#E6D9E3
(230,217,227)
#F2E9F0
(242,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A496E; }

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

This text font color is #7A496E.

Background Color

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

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

This div background color is #7A496E.

Border color

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

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

This div border color is #7A496E.

Opacity

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

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

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

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

This text has shadow with #7A496E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A496E.

Preview

Color preview on black background

This text has color #7A496E on black background.


Color preview on white background

This text has color #7A496E on white background.


Black color preview on #7A496E background

This text has black color on #7A496E background.


White color preview on #7A496E background

This text has white color on #7A496E background.


Related colors

Complementary color

Complementary color for #hex is #85B691.


I love getcolorcode.com

Triadic colors

1 #6E7A49 and #496E7A with #7A496E are triadic colors.

2 #6E497A and #497A6E with #7A496E are triadic colors.