COLOR #7A699B

HEX: #7A699B RGB: (122,105,155)

Color info

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

RGB color model

#7A699B color RGB value is (122,105,155).

RGB: (122,105,155) (48%, 41%, 61%)

RGB channels and saturation

R 122 of 255 = 48%
G 105 of 255 = 41%
B 155 of 255 = 61%

122
105
155

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

Portions of RGB colors in percentages

R + G + B = 122 + 105 + 155 = 382 (100%)
R 122 of 382 ~ 31.94%
G 105 of 382 ~ 27.49%
B 155 of 382 ~ 40.58'%

%31.94
%27.49
%40.58

CMYK color model

#7A699B color CMYK value is (21,32,0,39).

  • cyan value is 21.29%
  • magenta value is 32.26%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (21,32,0,39)
C21M32Y0K39 (21%, 32%, 0%, 39%)
(0.21 / 0.32 / 0.00 / 0.39)

CMYK percentages

%21.29
%32.26
%0
%39.22

Codes

Color #7A699B in popluar color models

7A 69 9B
RGB 122 105 155
HSL 260° 20.00% 50.98%
HSB/HSV 260° 32.26% 60.78%
CMYK 21.29% 32.26% 0.00%
39.22%

Color #7A699B in popluar number systems.

HEX 7A 69 9B
Decimal 122 105 155
Binary 1111010 1101001 10011011
Octal 172 151 233

Shades and tints

Shades of #7A699B

#7A699B
(122,105,155)
#6F608D
(111,96,141)
#64577F
(100,87,127)
#594E71
(89,78,113)
#4E4563
(78,69,99)
#433C55
(67,60,85)
#383347
(56,51,71)
#2D2A39
(45,42,57)
#22212B
(34,33,43)
#17181D
(23,24,29)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #7A699B

#7A699B
(122,105,155)
#8676A4
(134,118,164)
#9283AD
(146,131,173)
#9E90B6
(158,144,182)
#AA9DBF
(170,157,191)
#B6AAC8
(182,170,200)
#C2B7D1
(194,183,209)
#CEC4DA
(206,196,218)
#DAD1E3
(218,209,227)
#E6DEEC
(230,222,236)
#F2EBF5
(242,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A699B color. Also use rgb(122,105,155) instead hex code.

Text Font Color

.myTextColor { color: #7A699B; }

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

This text font color is #7A699B.

Background Color

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

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

This div background color is #7A699B.

Border color

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

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

This div border color is #7A699B.

Opacity

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

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

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

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

This text has shadow with #7A699B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A699B.

Preview

Color preview on black background

This text has color #7A699B on black background.


Color preview on white background

This text has color #7A699B on white background.


Black color preview on #7A699B background

This text has black color on #7A699B background.


White color preview on #7A699B background

This text has white color on #7A699B background.


Related colors

Complementary color

Complementary color for #hex is #859664.


I love getcolorcode.com

Triadic colors

1 #9B7A69 and #699B7A with #7A699B are triadic colors.

2 #9B697A and #697A9B with #7A699B are triadic colors.