COLOR #7A688E

HEX: #7A688E RGB: (122,104,142)

Color info

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

RGB color model

#7A688E color RGB value is (122,104,142).

RGB: (122,104,142) (48%, 41%, 56%)

RGB channels and saturation

R 122 of 255 = 48%
G 104 of 255 = 41%
B 142 of 255 = 56%

122
104
142

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

Portions of RGB colors in percentages

R + G + B = 122 + 104 + 142 = 368 (100%)
R 122 of 368 ~ 33.15%
G 104 of 368 ~ 28.26%
B 142 of 368 ~ 38.59'%

%33.15
%28.26
%38.59

CMYK color model

#7A688E color CMYK value is (14,27,0,44).

  • cyan value is 14.08%
  • magenta value is 26.76%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK: (14,27,0,44) C14M27Y0K44 (14%,27%,0%,44%) (0.14/0.27/0.00/0.44) 

CMYK percentages

%14.08
%26.76
%0
%44.31

Codes

Color #7A688E in popluar color models

7A 68 8E
RGB 122 104 142
HSL 268° 15.45% 48.24%
HSB/HSV 268° 26.76% 55.69%
CMYK 14.08% 26.76% 0.00%
44.31%

Color #7A688E in popluar number systems.

HEX 7A 68 8E
Decimal 122 104 142
Binary 1111010 1101000 10001110
Octal 172 150 216

Shades and tints

Shades of #7A688E

#7A688E
(122,104,142)
#6F5F82
(111,95,130)
#645676
(100,86,118)
#594D6A
(89,77,106)
#4E445E
(78,68,94)
#433B52
(67,59,82)
#383246
(56,50,70)
#2D293A
(45,41,58)
#22202E
(34,32,46)
#171722
(23,23,34)
#0C0E16
(12,14,22)
#000000
(0,0,0)

Tints of #7A688E

#7A688E
(122,104,142)
#867598
(134,117,152)
#9282A2
(146,130,162)
#9E8FAC
(158,143,172)
#AA9CB6
(170,156,182)
#B6A9C0
(182,169,192)
#C2B6CA
(194,182,202)
#CEC3D4
(206,195,212)
#DAD0DE
(218,208,222)
#E6DDE8
(230,221,232)
#F2EAF2
(242,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A688E; }

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

This text font color is #7A688E.

Background Color

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

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

This div background color is #7A688E.

Border color

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

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

This div border color is #7A688E.

Opacity

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

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

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

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

This text has shadow with #7A688E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A688E.

Preview

Color preview on black background

This text has color #7A688E on black background.


Color preview on white background

This text has color #7A688E on white background.


Black color preview on #7A688E background

This text has black color on #7A688E background.


White color preview on #7A688E background

This text has white color on #7A688E background.


Related colors

Complementary color

Complementary color for #hex is #859771.


I love getcolorcode.com

Triadic colors

1 #8E7A68 and #688E7A with #7A688E are triadic colors.

2 #8E687A and #687A8E with #7A688E are triadic colors.