COLOR #7C6F4E

HEX: #7C6F4E
RGB: (124,111,78)

Color info

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

RGB color model

#7C6F4E color RGB value is (124,111,78).

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

RGB channels and saturation

R 124 of 255 = 49%
G 111 of 255 = 44%
B 78 of 255 = 31%

124
111
78

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

Portions of RGB colors in percentages

R + G + B =
124 + 111 + 78 = 313 (100%)
R 124 of 313 ~ 39.62%
G 111 of 313 ~ 35.46%
B 78 of 313 ~ 24.92%

%39.62
%35.46
%24.92

CMYK color model

#7C6F4E color CMYK value is (0,10,37,51).

  • cyan value is 0.00%
  • magenta value is 10.48%
  • yellow value is 37.10%
  • key color value is 51.37%
CMYK:
(0,10,37,51)
C0M10Y37K51 
(0%,10%,37%,51%)
(0.00/0.10/0.37/0.51)	

CMYK percentages

%0
%10.48
%37.1
%51.37

Codes

Color #7C6F4E in popluar color models

7C6F4E
RGB12411178
HSL43°22.77%39.61%
HSB/HSV43°37.10%48.63%
CMYK0.00%10.48%37.10%
51.37%

Color #7C6F4E in popluar number systems.

HEX7C6F4E
Decimal12411178
Binary111110011011111001110
Octal174157116

Shades and tints

Shades of #7C6F4E

#7C6F4E
(124,111,78)
#716547
(113,101,71)
#665B40
(102,91,64)
#5B5139
(91,81,57)
#504732
(80,71,50)
#453D2B
(69,61,43)
#3A3324
(58,51,36)
#2F291D
(47,41,29)
#241F16
(36,31,22)
#19150F
(25,21,15)
#0E0B08
(14,11,8)
#000000
(0,0,0)

Tints of #7C6F4E

#7C6F4E
(124,111,78)
#877C5E
(135,124,94)
#92896E
(146,137,110)
#9D967E
(157,150,126)
#A8A38E
(168,163,142)
#B3B09E
(179,176,158)
#BEBDAE
(190,189,174)
#C9CABE
(201,202,190)
#D4D7CE
(212,215,206)
#DFE4DE
(223,228,222)
#EAF1EE
(234,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6F4E; }

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

This text font color is #7C6F4E.


Background Color

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

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

This div background color is #7C6F4E.


Border color

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

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

This div border color is #7C6F4E.


Opacity

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

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

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

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

This text has shadow with #7C6F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6F4E on black background.


Color preview on white background

This text has color #7C6F4E on white background.



Black color preview on #7C6F4E background

This text has black color on #7C6F4E background.


White color preview on #7C6F4E background

This text has white color on #7C6F4E background.