COLOR #7C666D

HEX: #7C666D
RGB: (124,102,109)

Color info

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

RGB color model

#7C666D color RGB value is (124,102,109).

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

RGB channels and saturation

R 124 of 255 = 49%
G 102 of 255 = 40%
B 109 of 255 = 43%

124
102
109

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

Portions of RGB colors in percentages

R + G + B =
124 + 102 + 109 = 335 (100%)
R 124 of 335 ~ 37.01%
G 102 of 335 ~ 30.45%
B 109 of 335 ~ 32.54%

%37.01
%30.45
%32.54

CMYK color model

#7C666D color CMYK value is (0,18,12,51).

  • cyan value is 0.00%
  • magenta value is 17.74%
  • yellow value is 12.10%
  • key color value is 51.37%
CMYK:
(0,18,12,51)
C0M18Y12K51 
(0%,18%,12%,51%)
(0.00/0.18/0.12/0.51)	

CMYK percentages

%0
%17.74
%12.1
%51.37

Codes

Color #7C666D in popluar color models

7C666D
RGB124102109
HSL341°9.73%44.31%
HSB/HSV341°17.74%48.63%
CMYK0.00%17.74%12.10%
51.37%

Color #7C666D in popluar number systems.

HEX7C666D
Decimal124102109
Binary111110011001101101101
Octal174146155

Shades and tints

Shades of #7C666D

#7C666D
(124,102,109)
#715D64
(113,93,100)
#66545B
(102,84,91)
#5B4B52
(91,75,82)
#504249
(80,66,73)
#453940
(69,57,64)
#3A3037
(58,48,55)
#2F272E
(47,39,46)
#241E25
(36,30,37)
#19151C
(25,21,28)
#0E0C13
(14,12,19)
#000000
(0,0,0)

Tints of #7C666D

#7C666D
(124,102,109)
#87737A
(135,115,122)
#928087
(146,128,135)
#9D8D94
(157,141,148)
#A89AA1
(168,154,161)
#B3A7AE
(179,167,174)
#BEB4BB
(190,180,187)
#C9C1C8
(201,193,200)
#D4CED5
(212,206,213)
#DFDBE2
(223,219,226)
#EAE8EF
(234,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C666D; }

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

This text font color is #7C666D.


Background Color

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

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

This div background color is #7C666D.


Border color

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

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

This div border color is #7C666D.


Opacity

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

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

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

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

This text has shadow with #7C666D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C666D on black background.


Color preview on white background

This text has color #7C666D on white background.



Black color preview on #7C666D background

This text has black color on #7C666D background.


White color preview on #7C666D background

This text has white color on #7C666D background.