COLOR #7D6C5B

HEX: #7D6C5B
RGB: (125,108,91)

Color info

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

RGB color model

#7D6C5B color RGB value is (125,108,91).

  • red value is 125;
  • green value is 108;
  • blue value is 91.
RGB:
(125,108,91)
(49%,42%,36%)

RGB channels and saturation

R 125 of 255 = 49%
G 108 of 255 = 42%
B 91 of 255 = 36%

125
108
91

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

Portions of RGB colors in percentages

R + G + B =
125 + 108 + 91 = 324 (100%)
R 125 of 324 ~ 38.58%
G 108 of 324 ~ 33.33%
B 91 of 324 ~ 28.09%

%38.58
%33.33
%28.09

CMYK color model

#7D6C5B color CMYK value is (0,14,27,51).

  • cyan value is 0.00%
  • magenta value is 13.60%
  • yellow value is 27.20%
  • key color value is 50.98%
CMYK:
(0,14,27,51)
C0M14Y27K51 
(0%,14%,27%,51%)
(0.00/0.14/0.27/0.51)	

CMYK percentages

%0
%13.6
%27.2
%50.98

Codes

Color #7D6C5B in popluar color models

7D6C5B
RGB12510891
HSL30°15.74%42.35%
HSB/HSV30°27.20%49.02%
CMYK0.00%13.60%27.20%
50.98%

Color #7D6C5B in popluar number systems.

HEX7D6C5B
Decimal12510891
Binary111110111011001011011
Octal175154133

Shades and tints

Shades of #7D6C5B

#7D6C5B
(125,108,91)
#726353
(114,99,83)
#675A4B
(103,90,75)
#5C5143
(92,81,67)
#51483B
(81,72,59)
#463F33
(70,63,51)
#3B362B
(59,54,43)
#302D23
(48,45,35)
#25241B
(37,36,27)
#1A1B13
(26,27,19)
#0F120B
(15,18,11)
#000000
(0,0,0)

Tints of #7D6C5B

#7D6C5B
(125,108,91)
#887969
(136,121,105)
#938677
(147,134,119)
#9E9385
(158,147,133)
#A9A093
(169,160,147)
#B4ADA1
(180,173,161)
#BFBAAF
(191,186,175)
#CAC7BD
(202,199,189)
#D5D4CB
(213,212,203)
#E0E1D9
(224,225,217)
#EBEEE7
(235,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6C5B color. Also use rgb(125,108,91) instead hex code.

Text Font Color

.myTextColor { color: #7D6C5B; }

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

This text font color is #7D6C5B.


Background Color

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

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

This div background color is #7D6C5B.


Border color

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

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

This div border color is #7D6C5B.


Opacity

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

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

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

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

This text has shadow with #7D6C5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6C5B on black background.


Color preview on white background

This text has color #7D6C5B on white background.



Black color preview on #7D6C5B background

This text has black color on #7D6C5B background.


White color preview on #7D6C5B background

This text has white color on #7D6C5B background.