COLOR #7C687F

HEX: #7C687F
RGB: (124,104,127)

Color info

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

RGB color model

#7C687F color RGB value is (124,104,127).

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

RGB channels and saturation

R 124 of 255 = 49%
G 104 of 255 = 41%
B 127 of 255 = 50%

124
104
127

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

Portions of RGB colors in percentages

R + G + B =
124 + 104 + 127 = 355 (100%)
R 124 of 355 ~ 34.93%
G 104 of 355 ~ 29.3%
B 127 of 355 ~ 35.77%

%34.93
%29.3
%35.77

CMYK color model

#7C687F color CMYK value is (2,18,0,50).

  • cyan value is 2.36%
  • magenta value is 18.11%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(2,18,0,50)
C2M18Y0K50 
(2%,18%,0%,50%)
(0.02/0.18/0.00/0.50)	

CMYK percentages

%2.36
%18.11
%0
%50.2

Codes

Color #7C687F in popluar color models

7C687F
RGB124104127
HSL292°9.96%45.29%
HSB/HSV292°18.11%49.80%
CMYK2.36%18.11%0.00%
50.20%

Color #7C687F in popluar number systems.

HEX7C687F
Decimal124104127
Binary111110011010001111111
Octal174150177

Shades and tints

Shades of #7C687F

#7C687F
(124,104,127)
#715F74
(113,95,116)
#665669
(102,86,105)
#5B4D5E
(91,77,94)
#504453
(80,68,83)
#453B48
(69,59,72)
#3A323D
(58,50,61)
#2F2932
(47,41,50)
#242027
(36,32,39)
#19171C
(25,23,28)
#0E0E11
(14,14,17)
#000000
(0,0,0)

Tints of #7C687F

#7C687F
(124,104,127)
#87758A
(135,117,138)
#928295
(146,130,149)
#9D8FA0
(157,143,160)
#A89CAB
(168,156,171)
#B3A9B6
(179,169,182)
#BEB6C1
(190,182,193)
#C9C3CC
(201,195,204)
#D4D0D7
(212,208,215)
#DFDDE2
(223,221,226)
#EAEAED
(234,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C687F; }

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

This text font color is #7C687F.


Background Color

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

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

This div background color is #7C687F.


Border color

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

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

This div border color is #7C687F.


Opacity

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

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

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

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

This text has shadow with #7C687F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C687F on black background.


Color preview on white background

This text has color #7C687F on white background.



Black color preview on #7C687F background

This text has black color on #7C687F background.


White color preview on #7C687F background

This text has white color on #7C687F background.