COLOR #7A689A

HEX: #7A689A
RGB: (122,104,154)

Color info

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

RGB color model

#7A689A color RGB value is (122,104,154).

  • red value is 122;
  • green value is 104;
  • blue value is 154.
RGB: (122,104,154) (48%,41%,60%)

RGB channels and saturation

R 122 of 255 = 48%
G 104 of 255 = 41%
B 154 of 255 = 60%

122
104
154

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

Portions of RGB colors in percentages

R + G + B =
122 + 104 + 154 = 380 (100%)
R 122 of 380 ~ 32.11%
G 104 of 380 ~ 27.37%
B 154 of 380 ~ 40.53%

%32.11
%27.37
%40.53

CMYK color model

#7A689A color CMYK value is (21,32,0,40).

  • cyan value is 20.78%
  • magenta value is 32.47%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK: (21,32,0,40) C21M32Y0K40 (21%,32%,0%,40%) (0.21/0.32/0.00/0.40)

CMYK percentages

%20.78
%32.47
%0
%39.61

Codes

Color #7A689A in popluar color models

7A689A
RGB122104154
HSL262°19.84%50.59%
HSB/HSV262°32.47%60.39%
CMYK20.78%32.47%0.00%
39.61%

Color #7A689A in popluar number systems.

HEX7A689A
Decimal122104154
Binary1111010110100010011010
Octal172150232

Shades and tints

Shades of #7A689A

#7A689A
(122,104,154)
#6F5F8C
(111,95,140)
#64567E
(100,86,126)
#594D70
(89,77,112)
#4E4462
(78,68,98)
#433B54
(67,59,84)
#383246
(56,50,70)
#2D2938
(45,41,56)
#22202A
(34,32,42)
#17171C
(23,23,28)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #7A689A

#7A689A
(122,104,154)
#8675A3
(134,117,163)
#9282AC
(146,130,172)
#9E8FB5
(158,143,181)
#AA9CBE
(170,156,190)
#B6A9C7
(182,169,199)
#C2B6D0
(194,182,208)
#CEC3D9
(206,195,217)
#DAD0E2
(218,208,226)
#E6DDEB
(230,221,235)
#F2EAF4
(242,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A689A color. Also use rgb(122,104,154) instead hex code.

Text Font Color

.myTextColor { color: #7A689A; }

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

This text font color is #7A689A.


Background Color

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

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

This div background color is #7A689A.


Border color

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

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

This div border color is #7A689A.


Opacity

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

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

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

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

This text has shadow with #7A689A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7A689A on black background.


Color preview on white background

This text has color #7A689A on white background.



Black color preview on #7A689A background

This text has black color on #7A689A background.


White color preview on #7A689A background

This text has white color on #7A689A background.