COLOR #7C6D5B

HEX: #7C6D5B
RGB: (124,109,91)

Color info

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

RGB color model

#7C6D5B color RGB value is (124,109,91).

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

RGB channels and saturation

R 124 of 255 = 49%
G 109 of 255 = 43%
B 91 of 255 = 36%

124
109
91

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

Portions of RGB colors in percentages

R + G + B =
124 + 109 + 91 = 324 (100%)
R 124 of 324 ~ 38.27%
G 109 of 324 ~ 33.64%
B 91 of 324 ~ 28.09%

%38.27
%33.64
%28.09

CMYK color model

#7C6D5B color CMYK value is (0,12,27,51).

  • cyan value is 0.00%
  • magenta value is 12.10%
  • yellow value is 26.61%
  • key color value is 51.37%
CMYK:
(0,12,27,51)
C0M12Y27K51 
(0%,12%,27%,51%)
(0.00/0.12/0.27/0.51)	

CMYK percentages

%0
%12.1
%26.61
%51.37

Codes

Color #7C6D5B in popluar color models

7C6D5B
RGB12410991
HSL33°15.35%42.16%
HSB/HSV33°26.61%48.63%
CMYK0.00%12.10%26.61%
51.37%

Color #7C6D5B in popluar number systems.

HEX7C6D5B
Decimal12410991
Binary111110011011011011011
Octal174155133

Shades and tints

Shades of #7C6D5B

#7C6D5B
(124,109,91)
#716453
(113,100,83)
#665B4B
(102,91,75)
#5B5243
(91,82,67)
#50493B
(80,73,59)
#454033
(69,64,51)
#3A372B
(58,55,43)
#2F2E23
(47,46,35)
#24251B
(36,37,27)
#191C13
(25,28,19)
#0E130B
(14,19,11)
#000000
(0,0,0)

Tints of #7C6D5B

#7C6D5B
(124,109,91)
#877A69
(135,122,105)
#928777
(146,135,119)
#9D9485
(157,148,133)
#A8A193
(168,161,147)
#B3AEA1
(179,174,161)
#BEBBAF
(190,187,175)
#C9C8BD
(201,200,189)
#D4D5CB
(212,213,203)
#DFE2D9
(223,226,217)
#EAEFE7
(234,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6D5B; }

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

This text font color is #7C6D5B.


Background Color

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

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

This div background color is #7C6D5B.


Border color

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

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

This div border color is #7C6D5B.


Opacity

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

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

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

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

This text has shadow with #7C6D5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6D5B on black background.


Color preview on white background

This text has color #7C6D5B on white background.



Black color preview on #7C6D5B background

This text has black color on #7C6D5B background.


White color preview on #7C6D5B background

This text has white color on #7C6D5B background.