COLOR #7A668E

HEX: #7A668E
RGB: (122,102,142)

Color info

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

RGB color model

#7A668E color RGB value is (122,102,142).

  • red value is 122;
  • green value is 102;
  • blue value is 142.
RGB:
(122,102,142)
(48%,40%,56%)

RGB channels and saturation

R 122 of 255 = 48%
G 102 of 255 = 40%
B 142 of 255 = 56%

122
102
142

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

Portions of RGB colors in percentages

R + G + B =
122 + 102 + 142 = 366 (100%)
R 122 of 366 ~ 33.33%
G 102 of 366 ~ 27.87%
B 142 of 366 ~ 38.8%

%33.33
%27.87
%38.8

CMYK color model

#7A668E color CMYK value is (14,28,0,44).

  • cyan value is 14.08%
  • magenta value is 28.17%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(14,28,0,44)
C14M28Y0K44 
(14%,28%,0%,44%)
(0.14/0.28/0.00/0.44)	

CMYK percentages

%14.08
%28.17
%0
%44.31

Codes

Color #7A668E in popluar color models

7A668E
RGB122102142
HSL270°16.39%47.84%
HSB/HSV270°28.17%55.69%
CMYK14.08%28.17%0.00%
44.31%

Color #7A668E in popluar number systems.

HEX7A668E
Decimal122102142
Binary1111010110011010001110
Octal172146216

Shades and tints

Shades of #7A668E

#7A668E
(122,102,142)
#6F5D82
(111,93,130)
#645476
(100,84,118)
#594B6A
(89,75,106)
#4E425E
(78,66,94)
#433952
(67,57,82)
#383046
(56,48,70)
#2D273A
(45,39,58)
#221E2E
(34,30,46)
#171522
(23,21,34)
#0C0C16
(12,12,22)
#000000
(0,0,0)

Tints of #7A668E

#7A668E
(122,102,142)
#867398
(134,115,152)
#9280A2
(146,128,162)
#9E8DAC
(158,141,172)
#AA9AB6
(170,154,182)
#B6A7C0
(182,167,192)
#C2B4CA
(194,180,202)
#CEC1D4
(206,193,212)
#DACEDE
(218,206,222)
#E6DBE8
(230,219,232)
#F2E8F2
(242,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A668E; }

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

This text font color is #7A668E.


Background Color

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

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

This div background color is #7A668E.


Border color

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

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

This div border color is #7A668E.


Opacity

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

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

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

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

This text has shadow with #7A668E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A668E on black background.


Color preview on white background

This text has color #7A668E on white background.



Black color preview on #7A668E background

This text has black color on #7A668E background.


White color preview on #7A668E background

This text has white color on #7A668E background.