COLOR #7C6C7F

HEX: #7C6C7F
RGB: (124,108,127)

Color info

#7C6C7F contains red, green and blue colors in about the same proportion. Web safe color of #7C6C7F is #666666 (or #666).

RGB color model

#7C6C7F color RGB value is (124,108,127).

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

RGB channels and saturation

R 124 of 255 = 49%
G 108 of 255 = 42%
B 127 of 255 = 50%

124
108
127

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

Portions of RGB colors in percentages

R + G + B =
124 + 108 + 127 = 359 (100%)
R 124 of 359 ~ 34.54%
G 108 of 359 ~ 30.08%
B 127 of 359 ~ 35.38%

%34.54
%30.08
%35.38

CMYK color model

#7C6C7F color CMYK value is (2,15,0,50).

  • cyan value is 2.36%
  • magenta value is 14.96%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(2,15,0,50)
C2M15Y0K50 
(2%,15%,0%,50%)
(0.02/0.15/0.00/0.50)	

CMYK percentages

%2.36
%14.96
%0
%50.2

Codes

Color #7C6C7F in popluar color models

7C6C7F
RGB124108127
HSL291°8.09%46.08%
HSB/HSV291°14.96%49.80%
CMYK2.36%14.96%0.00%
50.20%

Color #7C6C7F in popluar number systems.

HEX7C6C7F
Decimal124108127
Binary111110011011001111111
Octal174154177

Shades and tints

Shades of #7C6C7F

#7C6C7F
(124,108,127)
#716374
(113,99,116)
#665A69
(102,90,105)
#5B515E
(91,81,94)
#504853
(80,72,83)
#453F48
(69,63,72)
#3A363D
(58,54,61)
#2F2D32
(47,45,50)
#242427
(36,36,39)
#191B1C
(25,27,28)
#0E1211
(14,18,17)
#000000
(0,0,0)

Tints of #7C6C7F

#7C6C7F
(124,108,127)
#87798A
(135,121,138)
#928695
(146,134,149)
#9D93A0
(157,147,160)
#A8A0AB
(168,160,171)
#B3ADB6
(179,173,182)
#BEBAC1
(190,186,193)
#C9C7CC
(201,199,204)
#D4D4D7
(212,212,215)
#DFE1E2
(223,225,226)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6C7F; }

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

This text font color is #7C6C7F.


Background Color

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

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

This div background color is #7C6C7F.


Border color

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

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

This div border color is #7C6C7F.


Opacity

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

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

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

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

This text has shadow with #7C6C7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6C7F on black background.


Color preview on white background

This text has color #7C6C7F on white background.



Black color preview on #7C6C7F background

This text has black color on #7C6C7F background.


White color preview on #7C6C7F background

This text has white color on #7C6C7F background.