COLOR #7C6F5D

HEX: #7C6F5D
RGB: (124,111,93)

Color info

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

RGB color model

#7C6F5D color RGB value is (124,111,93).

  • red value is 124;
  • green value is 111;
  • blue value is 93.
RGB:
(124,111,93)
(49%,44%,36%)

RGB channels and saturation

R 124 of 255 = 49%
G 111 of 255 = 44%
B 93 of 255 = 36%

124
111
93

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

Portions of RGB colors in percentages

R + G + B =
124 + 111 + 93 = 328 (100%)
R 124 of 328 ~ 37.8%
G 111 of 328 ~ 33.84%
B 93 of 328 ~ 28.35%

%37.8
%33.84
%28.35

CMYK color model

#7C6F5D color CMYK value is (0,10,25,51).

  • cyan value is 0.00%
  • magenta value is 10.48%
  • yellow value is 25.00%
  • key color value is 51.37%
CMYK:
(0,10,25,51)
C0M10Y25K51 
(0%,10%,25%,51%)
(0.00/0.10/0.25/0.51)	

CMYK percentages

%0
%10.48
%25
%51.37

Codes

Color #7C6F5D in popluar color models

7C6F5D
RGB12411193
HSL35°14.29%42.55%
HSB/HSV35°25.00%48.63%
CMYK0.00%10.48%25.00%
51.37%

Color #7C6F5D in popluar number systems.

HEX7C6F5D
Decimal12411193
Binary111110011011111011101
Octal174157135

Shades and tints

Shades of #7C6F5D

#7C6F5D
(124,111,93)
#716555
(113,101,85)
#665B4D
(102,91,77)
#5B5145
(91,81,69)
#50473D
(80,71,61)
#453D35
(69,61,53)
#3A332D
(58,51,45)
#2F2925
(47,41,37)
#241F1D
(36,31,29)
#191515
(25,21,21)
#0E0B0D
(14,11,13)
#000000
(0,0,0)

Tints of #7C6F5D

#7C6F5D
(124,111,93)
#877C6B
(135,124,107)
#928979
(146,137,121)
#9D9687
(157,150,135)
#A8A395
(168,163,149)
#B3B0A3
(179,176,163)
#BEBDB1
(190,189,177)
#C9CABF
(201,202,191)
#D4D7CD
(212,215,205)
#DFE4DB
(223,228,219)
#EAF1E9
(234,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C6F5D color. Also use rgb(124,111,93) instead hex code.

Text Font Color

.myTextColor { color: #7C6F5D; }

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

This text font color is #7C6F5D.


Background Color

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

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

This div background color is #7C6F5D.


Border color

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

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

This div border color is #7C6F5D.


Opacity

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

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

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

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

This text has shadow with #7C6F5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6F5D on black background.


Color preview on white background

This text has color #7C6F5D on white background.



Black color preview on #7C6F5D background

This text has black color on #7C6F5D background.


White color preview on #7C6F5D background

This text has white color on #7C6F5D background.