COLOR #7C6C9B

HEX: #7C6C9B
RGB: (124,108,155)

Color info

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

RGB color model

#7C6C9B color RGB value is (124,108,155).

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

RGB channels and saturation

R 124 of 255 = 49%
G 108 of 255 = 42%
B 155 of 255 = 61%

124
108
155

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

Portions of RGB colors in percentages

R + G + B =
124 + 108 + 155 = 387 (100%)
R 124 of 387 ~ 32.04%
G 108 of 387 ~ 27.91%
B 155 of 387 ~ 40.05%

%32.04
%27.91
%40.05

CMYK color model

#7C6C9B color CMYK value is (20,30,0,39).

  • cyan value is 20.00%
  • magenta value is 30.32%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(20,30,0,39)
C20M30Y0K39 
(20%,30%,0%,39%)
(0.20/0.30/0.00/0.39)	

CMYK percentages

%20
%30.32
%0
%39.22

Codes

Color #7C6C9B in popluar color models

7C6C9B
RGB124108155
HSL260°19.03%51.57%
HSB/HSV260°30.32%60.78%
CMYK20.00%30.32%0.00%
39.22%

Color #7C6C9B in popluar number systems.

HEX7C6C9B
Decimal124108155
Binary1111100110110010011011
Octal174154233

Shades and tints

Shades of #7C6C9B

#7C6C9B
(124,108,155)
#71638D
(113,99,141)
#665A7F
(102,90,127)
#5B5171
(91,81,113)
#504863
(80,72,99)
#453F55
(69,63,85)
#3A3647
(58,54,71)
#2F2D39
(47,45,57)
#24242B
(36,36,43)
#191B1D
(25,27,29)
#0E120F
(14,18,15)
#000000
(0,0,0)

Tints of #7C6C9B

#7C6C9B
(124,108,155)
#8779A4
(135,121,164)
#9286AD
(146,134,173)
#9D93B6
(157,147,182)
#A8A0BF
(168,160,191)
#B3ADC8
(179,173,200)
#BEBAD1
(190,186,209)
#C9C7DA
(201,199,218)
#D4D4E3
(212,212,227)
#DFE1EC
(223,225,236)
#EAEEF5
(234,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6C9B; }

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

This text font color is #7C6C9B.


Background Color

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

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

This div background color is #7C6C9B.


Border color

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

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

This div border color is #7C6C9B.


Opacity

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

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

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

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

This text has shadow with #7C6C9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6C9B on black background.


Color preview on white background

This text has color #7C6C9B on white background.



Black color preview on #7C6C9B background

This text has black color on #7C6C9B background.


White color preview on #7C6C9B background

This text has white color on #7C6C9B background.