COLOR #7A6AA7

HEX: #7A6AA7
RGB: (122,106,167)

Color info

#7A6AA7 contains mainly red and blue colors. Web safe color of #7A6AA7 is #666699 (or #669).

RGB color model

#7A6AA7 color RGB value is (122,106,167).

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

RGB channels and saturation

R 122 of 255 = 48%
G 106 of 255 = 42%
B 167 of 255 = 65%

122
106
167

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

Portions of RGB colors in percentages

R + G + B =
122 + 106 + 167 = 395 (100%)
R 122 of 395 ~ 30.89%
G 106 of 395 ~ 26.84%
B 167 of 395 ~ 42.28%

%30.89
%26.84
%42.28

CMYK color model

#7A6AA7 color CMYK value is (27,37,0,35).

  • cyan value is 26.95%
  • magenta value is 36.53%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(27,37,0,35)
C27M37Y0K35 
(27%,37%,0%,35%)
(0.27/0.37/0.00/0.35)	

CMYK percentages

%26.95
%36.53
%0
%34.51

Codes

Color #7A6AA7 in popluar color models

7A6AA7
RGB122106167
HSL256°25.74%53.53%
HSB/HSV256°36.53%65.49%
CMYK26.95%36.53%0.00%
34.51%

Color #7A6AA7 in popluar number systems.

HEX7A6AA7
Decimal122106167
Binary1111010110101010100111
Octal172152247

Shades and tints

Shades of #7A6AA7

#7A6AA7
(122,106,167)
#6F6198
(111,97,152)
#645889
(100,88,137)
#594F7A
(89,79,122)
#4E466B
(78,70,107)
#433D5C
(67,61,92)
#38344D
(56,52,77)
#2D2B3E
(45,43,62)
#22222F
(34,34,47)
#171920
(23,25,32)
#0C1011
(12,16,17)
#000000
(0,0,0)

Tints of #7A6AA7

#7A6AA7
(122,106,167)
#8677AF
(134,119,175)
#9284B7
(146,132,183)
#9E91BF
(158,145,191)
#AA9EC7
(170,158,199)
#B6ABCF
(182,171,207)
#C2B8D7
(194,184,215)
#CEC5DF
(206,197,223)
#DAD2E7
(218,210,231)
#E6DFEF
(230,223,239)
#F2ECF7
(242,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6AA7; }

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

This text font color is #7A6AA7.


Background Color

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

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

This div background color is #7A6AA7.


Border color

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

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

This div border color is #7A6AA7.


Opacity

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

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

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

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

This text has shadow with #7A6AA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6AA7 on black background.


Color preview on white background

This text has color #7A6AA7 on white background.



Black color preview on #7A6AA7 background

This text has black color on #7A6AA7 background.


White color preview on #7A6AA7 background

This text has white color on #7A6AA7 background.