COLOR #7C6C7B

HEX: #7C6C7B
RGB: (124,108,123)

Color info

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

RGB color model

#7C6C7B color RGB value is (124,108,123).

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

RGB channels and saturation

R 124 of 255 = 49%
G 108 of 255 = 42%
B 123 of 255 = 48%

124
108
123

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

Portions of RGB colors in percentages

R + G + B =
124 + 108 + 123 = 355 (100%)
R 124 of 355 ~ 34.93%
G 108 of 355 ~ 30.42%
B 123 of 355 ~ 34.65%

%34.93
%30.42
%34.65

CMYK color model

#7C6C7B color CMYK value is (0,13,1,51).

  • cyan value is 0.00%
  • magenta value is 12.90%
  • yellow value is 0.81%
  • key color value is 51.37%
CMYK:
(0,13,1,51)
C0M13Y1K51 
(0%,13%,1%,51%)
(0.00/0.13/0.01/0.51)	

CMYK percentages

%0
%12.9
%0.81
%51.37

Codes

Color #7C6C7B in popluar color models

7C6C7B
RGB124108123
HSL304°6.90%45.49%
HSB/HSV304°12.90%48.63%
CMYK0.00%12.90%0.81%
51.37%

Color #7C6C7B in popluar number systems.

HEX7C6C7B
Decimal124108123
Binary111110011011001111011
Octal174154173

Shades and tints

Shades of #7C6C7B

#7C6C7B
(124,108,123)
#716370
(113,99,112)
#665A65
(102,90,101)
#5B515A
(91,81,90)
#50484F
(80,72,79)
#453F44
(69,63,68)
#3A3639
(58,54,57)
#2F2D2E
(47,45,46)
#242423
(36,36,35)
#191B18
(25,27,24)
#0E120D
(14,18,13)
#000000
(0,0,0)

Tints of #7C6C7B

#7C6C7B
(124,108,123)
#877987
(135,121,135)
#928693
(146,134,147)
#9D939F
(157,147,159)
#A8A0AB
(168,160,171)
#B3ADB7
(179,173,183)
#BEBAC3
(190,186,195)
#C9C7CF
(201,199,207)
#D4D4DB
(212,212,219)
#DFE1E7
(223,225,231)
#EAEEF3
(234,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6C7B; }

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

This text font color is #7C6C7B.


Background Color

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

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

This div background color is #7C6C7B.


Border color

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

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

This div border color is #7C6C7B.


Opacity

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

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

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

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

This text has shadow with #7C6C7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6C7B on black background.


Color preview on white background

This text has color #7C6C7B on white background.



Black color preview on #7C6C7B background

This text has black color on #7C6C7B background.


White color preview on #7C6C7B background

This text has white color on #7C6C7B background.