COLOR #7C6CB7

HEX: #7C6CB7
RGB: (124,108,183)

Color info

#7C6CB7 contains mainly red and blue colors. Web safe color of #7C6CB7 is #6666CC (or #66C).

RGB color model

#7C6CB7 color RGB value is (124,108,183).

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

RGB channels and saturation

R 124 of 255 = 49%
G 108 of 255 = 42%
B 183 of 255 = 72%

124
108
183

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

Portions of RGB colors in percentages

R + G + B =
124 + 108 + 183 = 415 (100%)
R 124 of 415 ~ 29.88%
G 108 of 415 ~ 26.02%
B 183 of 415 ~ 44.1%

%29.88
%26.02
%44.1

CMYK color model

#7C6CB7 color CMYK value is (32,41,0,28).

  • cyan value is 32.24%
  • magenta value is 40.98%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(32,41,0,28)
C32M41Y0K28 
(32%,41%,0%,28%)
(0.32/0.41/0.00/0.28)	

CMYK percentages

%32.24
%40.98
%0
%28.24

Codes

Color #7C6CB7 in popluar color models

7C6CB7
RGB124108183
HSL253°34.25%57.06%
HSB/HSV253°40.98%71.76%
CMYK32.24%40.98%0.00%
28.24%

Color #7C6CB7 in popluar number systems.

HEX7C6CB7
Decimal124108183
Binary1111100110110010110111
Octal174154267

Shades and tints

Shades of #7C6CB7

#7C6CB7
(124,108,183)
#7163A7
(113,99,167)
#665A97
(102,90,151)
#5B5187
(91,81,135)
#504877
(80,72,119)
#453F67
(69,63,103)
#3A3657
(58,54,87)
#2F2D47
(47,45,71)
#242437
(36,36,55)
#191B27
(25,27,39)
#0E1217
(14,18,23)
#000000
(0,0,0)

Tints of #7C6CB7

#7C6CB7
(124,108,183)
#8779BD
(135,121,189)
#9286C3
(146,134,195)
#9D93C9
(157,147,201)
#A8A0CF
(168,160,207)
#B3ADD5
(179,173,213)
#BEBADB
(190,186,219)
#C9C7E1
(201,199,225)
#D4D4E7
(212,212,231)
#DFE1ED
(223,225,237)
#EAEEF3
(234,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6CB7; }

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

This text font color is #7C6CB7.


Background Color

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

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

This div background color is #7C6CB7.


Border color

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

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

This div border color is #7C6CB7.


Opacity

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

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

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

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

This text has shadow with #7C6CB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6CB7 on black background.


Color preview on white background

This text has color #7C6CB7 on white background.



Black color preview on #7C6CB7 background

This text has black color on #7C6CB7 background.


White color preview on #7C6CB7 background

This text has white color on #7C6CB7 background.