COLOR #7C6AAB

HEX: #7C6AAB
RGB: (124,106,171)

Color info

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

RGB color model

#7C6AAB color RGB value is (124,106,171).

  • red value is 124;
  • green value is 106;
  • blue value is 171.
RGB:
(124,106,171)
(49%,42%,67%)

RGB channels and saturation

R 124 of 255 = 49%
G 106 of 255 = 42%
B 171 of 255 = 67%

124
106
171

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

Portions of RGB colors in percentages

R + G + B =
124 + 106 + 171 = 401 (100%)
R 124 of 401 ~ 30.92%
G 106 of 401 ~ 26.43%
B 171 of 401 ~ 42.64%

%30.92
%26.43
%42.64

CMYK color model

#7C6AAB color CMYK value is (27,38,0,33).

  • cyan value is 27.49%
  • magenta value is 38.01%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(27,38,0,33)
C27M38Y0K33 
(27%,38%,0%,33%)
(0.27/0.38/0.00/0.33)	

CMYK percentages

%27.49
%38.01
%0
%32.94

Codes

Color #7C6AAB in popluar color models

7C6AAB
RGB124106171
HSL257°27.90%54.31%
HSB/HSV257°38.01%67.06%
CMYK27.49%38.01%0.00%
32.94%

Color #7C6AAB in popluar number systems.

HEX7C6AAB
Decimal124106171
Binary1111100110101010101011
Octal174152253

Shades and tints

Shades of #7C6AAB

#7C6AAB
(124,106,171)
#71619C
(113,97,156)
#66588D
(102,88,141)
#5B4F7E
(91,79,126)
#50466F
(80,70,111)
#453D60
(69,61,96)
#3A3451
(58,52,81)
#2F2B42
(47,43,66)
#242233
(36,34,51)
#191924
(25,25,36)
#0E1015
(14,16,21)
#000000
(0,0,0)

Tints of #7C6AAB

#7C6AAB
(124,106,171)
#8777B2
(135,119,178)
#9284B9
(146,132,185)
#9D91C0
(157,145,192)
#A89EC7
(168,158,199)
#B3ABCE
(179,171,206)
#BEB8D5
(190,184,213)
#C9C5DC
(201,197,220)
#D4D2E3
(212,210,227)
#DFDFEA
(223,223,234)
#EAECF1
(234,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C6AAB color. Also use rgb(124,106,171) instead hex code.

Text Font Color

.myTextColor { color: #7C6AAB; }

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

This text font color is #7C6AAB.


Background Color

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

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

This div background color is #7C6AAB.


Border color

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

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

This div border color is #7C6AAB.


Opacity

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

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

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

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

This text has shadow with #7C6AAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6AAB on black background.


Color preview on white background

This text has color #7C6AAB on white background.



Black color preview on #7C6AAB background

This text has black color on #7C6AAB background.


White color preview on #7C6AAB background

This text has white color on #7C6AAB background.