COLOR #7A6D9C

HEX: #7A6D9C RGB: (122,109,156)

Color info

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

RGB color model

#7A6D9C color RGB value is (122,109,156).

RGB: (122,109,156) (48%, 43%, 61%)

RGB channels and saturation

R 122 of 255 = 48%
G 109 of 255 = 43%
B 156 of 255 = 61%

122
109
156

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

Portions of RGB colors in percentages

R + G + B = 122 + 109 + 156 = 387 (100%)
R 122 of 387 ~ 31.52%
G 109 of 387 ~ 28.17%
B 156 of 387 ~ 40.31'%

%31.52
%28.17
%40.31

CMYK color model

#7A6D9C color CMYK value is (22,30,0,39).

  • cyan value is 21.79%
  • magenta value is 30.13%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK: (22,30,0,39) C22M30Y0K39 (22%,30%,0%,39%) (0.22/0.30/0.00/0.39) 

CMYK percentages

%21.79
%30.13
%0
%38.82

Codes

Color #7A6D9C in popluar color models

7A 6D 9C
RGB 122 109 156
HSL 257° 19.18% 51.96%
HSB/HSV 257° 30.13% 61.18%
CMYK 21.79% 30.13% 0.00%
38.82%

Color #7A6D9C in popluar number systems.

HEX 7A 6D 9C
Decimal 122 109 156
Binary 1111010 1101101 10011100
Octal 172 155 234

Shades and tints

Shades of #7A6D9C

#7A6D9C
(122,109,156)
#6F648E
(111,100,142)
#645B80
(100,91,128)
#595272
(89,82,114)
#4E4964
(78,73,100)
#434056
(67,64,86)
#383748
(56,55,72)
#2D2E3A
(45,46,58)
#22252C
(34,37,44)
#171C1E
(23,28,30)
#0C1310
(12,19,16)
#000000
(0,0,0)

Tints of #7A6D9C

#7A6D9C
(122,109,156)
#867AA5
(134,122,165)
#9287AE
(146,135,174)
#9E94B7
(158,148,183)
#AAA1C0
(170,161,192)
#B6AEC9
(182,174,201)
#C2BBD2
(194,187,210)
#CEC8DB
(206,200,219)
#DAD5E4
(218,213,228)
#E6E2ED
(230,226,237)
#F2EFF6
(242,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A6D9C color. Also use rgb(122,109,156) instead hex code.

Text Font Color

.myTextColor { color: #7A6D9C; }

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

This text font color is #7A6D9C.

Background Color

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

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

This div background color is #7A6D9C.

Border color

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

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

This div border color is #7A6D9C.

Opacity

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

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

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

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

This text has shadow with #7A6D9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A6D9C.

Preview

Color preview on black background

This text has color #7A6D9C on black background.


Color preview on white background

This text has color #7A6D9C on white background.


Black color preview on #7A6D9C background

This text has black color on #7A6D9C background.


White color preview on #7A6D9C background

This text has white color on #7A6D9C background.


Related colors

Complementary color

Complementary color for #hex is #859263.


I love getcolorcode.com

Triadic colors

1 #9C7A6D and #6D9C7A with #7A6D9C are triadic colors.

2 #9C6D7A and #6D7A9C with #7A6D9C are triadic colors.