COLOR #7C6C4F

HEX: #7C6C4F
RGB: (124,108,79)

Color info

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

RGB color model

#7C6C4F color RGB value is (124,108,79).

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

RGB channels and saturation

R 124 of 255 = 49%
G 108 of 255 = 42%
B 79 of 255 = 31%

124
108
79

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

Portions of RGB colors in percentages

R + G + B =
124 + 108 + 79 = 311 (100%)
R 124 of 311 ~ 39.87%
G 108 of 311 ~ 34.73%
B 79 of 311 ~ 25.4%

%39.87
%34.73
%25.4

CMYK color model

#7C6C4F color CMYK value is (0,13,36,51).

  • cyan value is 0.00%
  • magenta value is 12.90%
  • yellow value is 36.29%
  • key color value is 51.37%
CMYK:
(0,13,36,51)
C0M13Y36K51 
(0%,13%,36%,51%)
(0.00/0.13/0.36/0.51)	

CMYK percentages

%0
%12.9
%36.29
%51.37

Codes

Color #7C6C4F in popluar color models

7C6C4F
RGB12410879
HSL39°22.17%39.80%
HSB/HSV39°36.29%48.63%
CMYK0.00%12.90%36.29%
51.37%

Color #7C6C4F in popluar number systems.

HEX7C6C4F
Decimal12410879
Binary111110011011001001111
Octal174154117

Shades and tints

Shades of #7C6C4F

#7C6C4F
(124,108,79)
#716348
(113,99,72)
#665A41
(102,90,65)
#5B513A
(91,81,58)
#504833
(80,72,51)
#453F2C
(69,63,44)
#3A3625
(58,54,37)
#2F2D1E
(47,45,30)
#242417
(36,36,23)
#191B10
(25,27,16)
#0E1209
(14,18,9)
#000000
(0,0,0)

Tints of #7C6C4F

#7C6C4F
(124,108,79)
#87795F
(135,121,95)
#92866F
(146,134,111)
#9D937F
(157,147,127)
#A8A08F
(168,160,143)
#B3AD9F
(179,173,159)
#BEBAAF
(190,186,175)
#C9C7BF
(201,199,191)
#D4D4CF
(212,212,207)
#DFE1DF
(223,225,223)
#EAEEEF
(234,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6C4F; }

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

This text font color is #7C6C4F.


Background Color

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

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

This div background color is #7C6C4F.


Border color

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

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

This div border color is #7C6C4F.


Opacity

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

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

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

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

This text has shadow with #7C6C4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6C4F on black background.


Color preview on white background

This text has color #7C6C4F on white background.



Black color preview on #7C6C4F background

This text has black color on #7C6C4F background.


White color preview on #7C6C4F background

This text has white color on #7C6C4F background.