COLOR #7C6CB1

HEX: #7C6CB1
RGB: (124,108,177)

Color info

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

RGB color model

#7C6CB1 color RGB value is (124,108,177).

  • red value is 124;
  • green value is 108;
  • blue value is 177.
RGB:
(124,108,177)
(49%,42%,69%)

RGB channels and saturation

R 124 of 255 = 49%
G 108 of 255 = 42%
B 177 of 255 = 69%

124
108
177

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

Portions of RGB colors in percentages

R + G + B =
124 + 108 + 177 = 409 (100%)
R 124 of 409 ~ 30.32%
G 108 of 409 ~ 26.41%
B 177 of 409 ~ 43.28%

%30.32
%26.41
%43.28

CMYK color model

#7C6CB1 color CMYK value is (30,39,0,31).

  • cyan value is 29.94%
  • magenta value is 38.98%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(30,39,0,31)
C30M39Y0K31 
(30%,39%,0%,31%)
(0.30/0.39/0.00/0.31)	

CMYK percentages

%29.94
%38.98
%0
%30.59

Codes

Color #7C6CB1 in popluar color models

7C6CB1
RGB124108177
HSL254°30.67%55.88%
HSB/HSV254°38.98%69.41%
CMYK29.94%38.98%0.00%
30.59%

Color #7C6CB1 in popluar number systems.

HEX7C6CB1
Decimal124108177
Binary1111100110110010110001
Octal174154261

Shades and tints

Shades of #7C6CB1

#7C6CB1
(124,108,177)
#7163A1
(113,99,161)
#665A91
(102,90,145)
#5B5181
(91,81,129)
#504871
(80,72,113)
#453F61
(69,63,97)
#3A3651
(58,54,81)
#2F2D41
(47,45,65)
#242431
(36,36,49)
#191B21
(25,27,33)
#0E1211
(14,18,17)
#000000
(0,0,0)

Tints of #7C6CB1

#7C6CB1
(124,108,177)
#8779B8
(135,121,184)
#9286BF
(146,134,191)
#9D93C6
(157,147,198)
#A8A0CD
(168,160,205)
#B3ADD4
(179,173,212)
#BEBADB
(190,186,219)
#C9C7E2
(201,199,226)
#D4D4E9
(212,212,233)
#DFE1F0
(223,225,240)
#EAEEF7
(234,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C6CB1 color. Also use rgb(124,108,177) instead hex code.

Text Font Color

.myTextColor { color: #7C6CB1; }

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

This text font color is #7C6CB1.


Background Color

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

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

This div background color is #7C6CB1.


Border color

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

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

This div border color is #7C6CB1.


Opacity

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

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

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

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

This text has shadow with #7C6CB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6CB1 on black background.


Color preview on white background

This text has color #7C6CB1 on white background.



Black color preview on #7C6CB1 background

This text has black color on #7C6CB1 background.


White color preview on #7C6CB1 background

This text has white color on #7C6CB1 background.