COLOR #7A6595

HEX: #7A6595 RGB: (122,101,149)

Color info

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

RGB color model

#7A6595 color RGB value is (122,101,149).

RGB: (122,101,149) (48%, 40%, 58%)

RGB channels and saturation

R 122 of 255 = 48%
G 101 of 255 = 40%
B 149 of 255 = 58%

122
101
149

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

Portions of RGB colors in percentages

R + G + B = 122 + 101 + 149 = 372 (100%)
R 122 of 372 ~ 32.8%
G 101 of 372 ~ 27.15%
B 149 of 372 ~ 40.05'%

%32.8
%27.15
%40.05

CMYK color model

#7A6595 color CMYK value is (18,32,0,42).

  • cyan value is 18.12%
  • magenta value is 32.21%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (18,32,0,42)
C18M32Y0K42 (18%, 32%, 0%, 42%)
(0.18 / 0.32 / 0.00 / 0.42)

CMYK percentages

%18.12
%32.21
%0
%41.57

Codes

Color #7A6595 in popluar color models

7A 65 95
RGB 122 101 149
HSL 266° 19.20% 49.02%
HSB/HSV 266° 32.21% 58.43%
CMYK 18.12% 32.21% 0.00%
41.57%

Color #7A6595 in popluar number systems.

HEX 7A 65 95
Decimal 122 101 149
Binary 1111010 1100101 10010101
Octal 172 145 225

Shades and tints

Shades of #7A6595

#7A6595
(122,101,149)
#6F5C88
(111,92,136)
#64537B
(100,83,123)
#594A6E
(89,74,110)
#4E4161
(78,65,97)
#433854
(67,56,84)
#382F47
(56,47,71)
#2D263A
(45,38,58)
#221D2D
(34,29,45)
#171420
(23,20,32)
#0C0B13
(12,11,19)
#000000
(0,0,0)

Tints of #7A6595

#7A6595
(122,101,149)
#86739E
(134,115,158)
#9281A7
(146,129,167)
#9E8FB0
(158,143,176)
#AA9DB9
(170,157,185)
#B6ABC2
(182,171,194)
#C2B9CB
(194,185,203)
#CEC7D4
(206,199,212)
#DAD5DD
(218,213,221)
#E6E3E6
(230,227,230)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A6595 color. Also use rgb(122,101,149) instead hex code.

Text Font Color

.myTextColor { color: #7A6595; }

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

This text font color is #7A6595.

Background Color

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

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

This div background color is #7A6595.

Border color

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

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

This div border color is #7A6595.

Opacity

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

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

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

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

This text has shadow with #7A6595 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A6595.

Preview

Color preview on black background

This text has color #7A6595 on black background.


Color preview on white background

This text has color #7A6595 on white background.


Black color preview on #7A6595 background

This text has black color on #7A6595 background.


White color preview on #7A6595 background

This text has white color on #7A6595 background.


Related colors

Complementary color

Complementary color for #hex is #859A6A.


I love getcolorcode.com

Triadic colors

1 #957A65 and #65957A with #7A6595 are triadic colors.

2 #95657A and #657A95 with #7A6595 are triadic colors.