COLOR #7C6D8E

HEX: #7C6D8E
RGB: (124,109,142)

Color info

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

RGB color model

#7C6D8E color RGB value is (124,109,142).

  • red value is 124;
  • green value is 109;
  • blue value is 142.
RGB:
(124,109,142)
(49%,43%,56%)

RGB channels and saturation

R 124 of 255 = 49%
G 109 of 255 = 43%
B 142 of 255 = 56%

124
109
142

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

Portions of RGB colors in percentages

R + G + B =
124 + 109 + 142 = 375 (100%)
R 124 of 375 ~ 33.07%
G 109 of 375 ~ 29.07%
B 142 of 375 ~ 37.87%

%33.07
%29.07
%37.87

CMYK color model

#7C6D8E color CMYK value is (13,23,0,44).

  • cyan value is 12.68%
  • magenta value is 23.24%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(13,23,0,44)
C13M23Y0K44 
(13%,23%,0%,44%)
(0.13/0.23/0.00/0.44)	

CMYK percentages

%12.68
%23.24
%0
%44.31

Codes

Color #7C6D8E in popluar color models

7C6D8E
RGB124109142
HSL267°13.15%49.22%
HSB/HSV267°23.24%55.69%
CMYK12.68%23.24%0.00%
44.31%

Color #7C6D8E in popluar number systems.

HEX7C6D8E
Decimal124109142
Binary1111100110110110001110
Octal174155216

Shades and tints

Shades of #7C6D8E

#7C6D8E
(124,109,142)
#716482
(113,100,130)
#665B76
(102,91,118)
#5B526A
(91,82,106)
#50495E
(80,73,94)
#454052
(69,64,82)
#3A3746
(58,55,70)
#2F2E3A
(47,46,58)
#24252E
(36,37,46)
#191C22
(25,28,34)
#0E1316
(14,19,22)
#000000
(0,0,0)

Tints of #7C6D8E

#7C6D8E
(124,109,142)
#877A98
(135,122,152)
#9287A2
(146,135,162)
#9D94AC
(157,148,172)
#A8A1B6
(168,161,182)
#B3AEC0
(179,174,192)
#BEBBCA
(190,187,202)
#C9C8D4
(201,200,212)
#D4D5DE
(212,213,222)
#DFE2E8
(223,226,232)
#EAEFF2
(234,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C6D8E color. Also use rgb(124,109,142) instead hex code.

Text Font Color

.myTextColor { color: #7C6D8E; }

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

This text font color is #7C6D8E.


Background Color

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

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

This div background color is #7C6D8E.


Border color

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

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

This div border color is #7C6D8E.


Opacity

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

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

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

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

This text has shadow with #7C6D8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6D8E on black background.


Color preview on white background

This text has color #7C6D8E on white background.



Black color preview on #7C6D8E background

This text has black color on #7C6D8E background.


White color preview on #7C6D8E background

This text has white color on #7C6D8E background.