COLOR #7A6B9E

HEX: #7A6B9E RGB: (122,107,158)

Color info

#7A6B9E contains red, green and blue colors in about the same proportion. Web safe color of #7A6B9E is #666699 (or #669).

RGB color model

#7A6B9E color RGB value is (122,107,158).

RGB: (122,107,158) (48%, 42%, 62%)

RGB channels and saturation

R 122 of 255 = 48%
G 107 of 255 = 42%
B 158 of 255 = 62%

122
107
158

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

Portions of RGB colors in percentages

R + G + B = 122 + 107 + 158 = 387 (100%)
R 122 of 387 ~ 31.52%
G 107 of 387 ~ 27.65%
B 158 of 387 ~ 40.83'%

%31.52
%27.65
%40.83

CMYK color model

#7A6B9E color CMYK value is (23,32,0,38).

  • cyan value is 22.78%
  • magenta value is 32.28%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK: (23,32,0,38) C23M32Y0K38 (23%,32%,0%,38%) (0.23/0.32/0.00/0.38) 

CMYK percentages

%22.78
%32.28
%0
%38.04

Codes

Color #7A6B9E in popluar color models

7A 6B 9E
RGB 122 107 158
HSL 258° 20.82% 51.96%
HSB/HSV 258° 32.28% 61.96%
CMYK 22.78% 32.28% 0.00%
38.04%

Color #7A6B9E in popluar number systems.

HEX 7A 6B 9E
Decimal 122 107 158
Binary 1111010 1101011 10011110
Octal 172 153 236

Shades and tints

Shades of #7A6B9E

#7A6B9E
(122,107,158)
#6F6290
(111,98,144)
#645982
(100,89,130)
#595074
(89,80,116)
#4E4766
(78,71,102)
#433E58
(67,62,88)
#38354A
(56,53,74)
#2D2C3C
(45,44,60)
#22232E
(34,35,46)
#171A20
(23,26,32)
#0C1112
(12,17,18)
#000000
(0,0,0)

Tints of #7A6B9E

#7A6B9E
(122,107,158)
#8678A6
(134,120,166)
#9285AE
(146,133,174)
#9E92B6
(158,146,182)
#AA9FBE
(170,159,190)
#B6ACC6
(182,172,198)
#C2B9CE
(194,185,206)
#CEC6D6
(206,198,214)
#DAD3DE
(218,211,222)
#E6E0E6
(230,224,230)
#F2EDEE
(242,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A6B9E color. Also use rgb(122,107,158) instead hex code.

Text Font Color

.myTextColor { color: #7A6B9E; }

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

This text font color is #7A6B9E.

Background Color

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

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

This div background color is #7A6B9E.

Border color

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

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

This div border color is #7A6B9E.

Opacity

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

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

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

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

This text has shadow with #7A6B9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A6B9E.

Preview

Color preview on black background

This text has color #7A6B9E on black background.


Color preview on white background

This text has color #7A6B9E on white background.


Black color preview on #7A6B9E background

This text has black color on #7A6B9E background.


White color preview on #7A6B9E background

This text has white color on #7A6B9E background.


Related colors

Complementary color

Complementary color for #hex is #859461.


I love getcolorcode.com

Triadic colors

1 #9E7A6B and #6B9E7A with #7A6B9E are triadic colors.

2 #9E6B7A and #6B7A9E with #7A6B9E are triadic colors.