COLOR #7A66A5

HEX: #7A66A5
RGB: (122,102,165)

Color info

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

RGB color model

#7A66A5 color RGB value is (122,102,165).

  • red value is 122;
  • green value is 102;
  • blue value is 165.
RGB:
(122,102,165)
(48%,40%,65%)

RGB channels and saturation

R 122 of 255 = 48%
G 102 of 255 = 40%
B 165 of 255 = 65%

122
102
165

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

Portions of RGB colors in percentages

R + G + B =
122 + 102 + 165 = 389 (100%)
R 122 of 389 ~ 31.36%
G 102 of 389 ~ 26.22%
B 165 of 389 ~ 42.42%

%31.36
%26.22
%42.42

CMYK color model

#7A66A5 color CMYK value is (26,38,0,35).

  • cyan value is 26.06%
  • magenta value is 38.18%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(26,38,0,35)
C26M38Y0K35 
(26%,38%,0%,35%)
(0.26/0.38/0.00/0.35)	

CMYK percentages

%26.06
%38.18
%0
%35.29

Codes

Color #7A66A5 in popluar color models

7A66A5
RGB122102165
HSL259°25.93%52.35%
HSB/HSV259°38.18%64.71%
CMYK26.06%38.18%0.00%
35.29%

Color #7A66A5 in popluar number systems.

HEX7A66A5
Decimal122102165
Binary1111010110011010100101
Octal172146245

Shades and tints

Shades of #7A66A5

#7A66A5
(122,102,165)
#6F5D96
(111,93,150)
#645487
(100,84,135)
#594B78
(89,75,120)
#4E4269
(78,66,105)
#43395A
(67,57,90)
#38304B
(56,48,75)
#2D273C
(45,39,60)
#221E2D
(34,30,45)
#17151E
(23,21,30)
#0C0C0F
(12,12,15)
#000000
(0,0,0)

Tints of #7A66A5

#7A66A5
(122,102,165)
#8673AD
(134,115,173)
#9280B5
(146,128,181)
#9E8DBD
(158,141,189)
#AA9AC5
(170,154,197)
#B6A7CD
(182,167,205)
#C2B4D5
(194,180,213)
#CEC1DD
(206,193,221)
#DACEE5
(218,206,229)
#E6DBED
(230,219,237)
#F2E8F5
(242,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A66A5; }

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

This text font color is #7A66A5.


Background Color

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

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

This div background color is #7A66A5.


Border color

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

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

This div border color is #7A66A5.


Opacity

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

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

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

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

This text has shadow with #7A66A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A66A5 on black background.


Color preview on white background

This text has color #7A66A5 on white background.



Black color preview on #7A66A5 background

This text has black color on #7A66A5 background.


White color preview on #7A66A5 background

This text has white color on #7A66A5 background.