COLOR #7A668B

HEX: #7A668B RGB: (122,102,139)

Color info

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

RGB color model

#7A668B color RGB value is (122,102,139).

RGB: (122,102,139) (48%, 40%, 55%)

RGB channels and saturation

R 122 of 255 = 48%
G 102 of 255 = 40%
B 139 of 255 = 55%

122
102
139

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

Portions of RGB colors in percentages

R + G + B = 122 + 102 + 139 = 363 (100%)
R 122 of 363 ~ 33.61%
G 102 of 363 ~ 28.1%
B 139 of 363 ~ 38.29'%

%33.61
%28.1
%38.29

CMYK color model

#7A668B color CMYK value is (12,27,0,45).

  • cyan value is 12.23%
  • magenta value is 26.62%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (12,27,0,45)
C12M27Y0K45 (12%, 27%, 0%, 45%)
(0.12 / 0.27 / 0.00 / 0.45)

CMYK percentages

%12.23
%26.62
%0
%45.49

Codes

Color #7A668B in popluar color models

7A 66 8B
RGB 122 102 139
HSL 272° 15.35% 47.25%
HSB/HSV 272° 26.62% 54.51%
CMYK 12.23% 26.62% 0.00%
45.49%

Color #7A668B in popluar number systems.

HEX 7A 66 8B
Decimal 122 102 139
Binary 1111010 1100110 10001011
Octal 172 146 213

Shades and tints

Shades of #7A668B

#7A668B
(122,102,139)
#6F5D7F
(111,93,127)
#645473
(100,84,115)
#594B67
(89,75,103)
#4E425B
(78,66,91)
#43394F
(67,57,79)
#383043
(56,48,67)
#2D2737
(45,39,55)
#221E2B
(34,30,43)
#17151F
(23,21,31)
#0C0C13
(12,12,19)
#000000
(0,0,0)

Tints of #7A668B

#7A668B
(122,102,139)
#867395
(134,115,149)
#92809F
(146,128,159)
#9E8DA9
(158,141,169)
#AA9AB3
(170,154,179)
#B6A7BD
(182,167,189)
#C2B4C7
(194,180,199)
#CEC1D1
(206,193,209)
#DACEDB
(218,206,219)
#E6DBE5
(230,219,229)
#F2E8EF
(242,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A668B; }

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

This text font color is #7A668B.

Background Color

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

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

This div background color is #7A668B.

Border color

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

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

This div border color is #7A668B.

Opacity

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

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

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

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

This text has shadow with #7A668B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A668B.

Preview

Color preview on black background

This text has color #7A668B on black background.


Color preview on white background

This text has color #7A668B on white background.


Black color preview on #7A668B background

This text has black color on #7A668B background.


White color preview on #7A668B background

This text has white color on #7A668B background.


Related colors

Complementary color

Complementary color for #hex is #859974.


I love getcolorcode.com

Triadic colors

1 #8B7A66 and #668B7A with #7A668B are triadic colors.

2 #8B667A and #667A8B with #7A668B are triadic colors.