COLOR #7B6AAA

HEX: #7B6AAA
RGB: (123,106,170)

Color info

#7B6AAA contains mainly red and blue colors. Web safe color of #7B6AAA is #666699 (or #669).

RGB color model

#7B6AAA color RGB value is (123,106,170).

  • red value is 123;
  • green value is 106;
  • blue value is 170.
RGB:
(123,106,170)
(48%,42%,67%)

RGB channels and saturation

R 123 of 255 = 48%
G 106 of 255 = 42%
B 170 of 255 = 67%

123
106
170

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

Portions of RGB colors in percentages

R + G + B =
123 + 106 + 170 = 399 (100%)
R 123 of 399 ~ 30.83%
G 106 of 399 ~ 26.57%
B 170 of 399 ~ 42.61%

%30.83
%26.57
%42.61

CMYK color model

#7B6AAA color CMYK value is (28,38,0,33).

  • cyan value is 27.65%
  • magenta value is 37.65%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(28,38,0,33)
C28M38Y0K33 
(28%,38%,0%,33%)
(0.28/0.38/0.00/0.33)	

CMYK percentages

%27.65
%37.65
%0
%33.33

Codes

Color #7B6AAA in popluar color models

7B6AAA
RGB123106170
HSL256°27.35%54.12%
HSB/HSV256°37.65%66.67%
CMYK27.65%37.65%0.00%
33.33%

Color #7B6AAA in popluar number systems.

HEX7B6AAA
Decimal123106170
Binary1111011110101010101010
Octal173152252

Shades and tints

Shades of #7B6AAA

#7B6AAA
(123,106,170)
#70619B
(112,97,155)
#65588C
(101,88,140)
#5A4F7D
(90,79,125)
#4F466E
(79,70,110)
#443D5F
(68,61,95)
#393450
(57,52,80)
#2E2B41
(46,43,65)
#232232
(35,34,50)
#181923
(24,25,35)
#0D1014
(13,16,20)
#000000
(0,0,0)

Tints of #7B6AAA

#7B6AAA
(123,106,170)
#8777B1
(135,119,177)
#9384B8
(147,132,184)
#9F91BF
(159,145,191)
#AB9EC6
(171,158,198)
#B7ABCD
(183,171,205)
#C3B8D4
(195,184,212)
#CFC5DB
(207,197,219)
#DBD2E2
(219,210,226)
#E7DFE9
(231,223,233)
#F3ECF0
(243,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B6AAA color. Also use rgb(123,106,170) instead hex code.

Text Font Color

.myTextColor { color: #7B6AAA; }

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

This text font color is #7B6AAA.


Background Color

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

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

This div background color is #7B6AAA.


Border color

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

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

This div border color is #7B6AAA.


Opacity

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

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

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

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

This text has shadow with #7B6AAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6AAA on black background.


Color preview on white background

This text has color #7B6AAA on white background.



Black color preview on #7B6AAA background

This text has black color on #7B6AAA background.


White color preview on #7B6AAA background

This text has white color on #7B6AAA background.