COLOR #7A6F8B

HEX: #7A6F8B
RGB: (122,111,139)

Color info

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

RGB color model

#7A6F8B color RGB value is (122,111,139).

  • red value is 122;
  • green value is 111;
  • blue value is 139.
RGB:
(122,111,139)
(48%,44%,55%)

RGB channels and saturation

R 122 of 255 = 48%
G 111 of 255 = 44%
B 139 of 255 = 55%

122
111
139

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

Portions of RGB colors in percentages

R + G + B =
122 + 111 + 139 = 372 (100%)
R 122 of 372 ~ 32.8%
G 111 of 372 ~ 29.84%
B 139 of 372 ~ 37.37%

%32.8
%29.84
%37.37

CMYK color model

#7A6F8B color CMYK value is (12,20,0,45).

  • cyan value is 12.23%
  • magenta value is 20.14%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(12,20,0,45)
C12M20Y0K45 
(12%,20%,0%,45%)
(0.12/0.20/0.00/0.45)	

CMYK percentages

%12.23
%20.14
%0
%45.49

Codes

Color #7A6F8B in popluar color models

7A6F8B
RGB122111139
HSL264°11.20%49.02%
HSB/HSV264°20.14%54.51%
CMYK12.23%20.14%0.00%
45.49%

Color #7A6F8B in popluar number systems.

HEX7A6F8B
Decimal122111139
Binary1111010110111110001011
Octal172157213

Shades and tints

Shades of #7A6F8B

#7A6F8B
(122,111,139)
#6F657F
(111,101,127)
#645B73
(100,91,115)
#595167
(89,81,103)
#4E475B
(78,71,91)
#433D4F
(67,61,79)
#383343
(56,51,67)
#2D2937
(45,41,55)
#221F2B
(34,31,43)
#17151F
(23,21,31)
#0C0B13
(12,11,19)
#000000
(0,0,0)

Tints of #7A6F8B

#7A6F8B
(122,111,139)
#867C95
(134,124,149)
#92899F
(146,137,159)
#9E96A9
(158,150,169)
#AAA3B3
(170,163,179)
#B6B0BD
(182,176,189)
#C2BDC7
(194,189,199)
#CECAD1
(206,202,209)
#DAD7DB
(218,215,219)
#E6E4E5
(230,228,229)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6F8B; }

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

This text font color is #7A6F8B.


Background Color

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

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

This div background color is #7A6F8B.


Border color

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

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

This div border color is #7A6F8B.


Opacity

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

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

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

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

This text has shadow with #7A6F8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6F8B on black background.


Color preview on white background

This text has color #7A6F8B on white background.



Black color preview on #7A6F8B background

This text has black color on #7A6F8B background.


White color preview on #7A6F8B background

This text has white color on #7A6F8B background.