COLOR #7D6F5D

HEX: #7D6F5D
RGB: (125,111,93)

Color info

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

RGB color model

#7D6F5D color RGB value is (125,111,93).

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

RGB channels and saturation

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

125
111
93

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

Portions of RGB colors in percentages

R + G + B =
125 + 111 + 93 = 329 (100%)
R 125 of 329 ~ 37.99%
G 111 of 329 ~ 33.74%
B 93 of 329 ~ 28.27%

%37.99
%33.74
%28.27

CMYK color model

#7D6F5D color CMYK value is (0,11,26,51).

  • cyan value is 0.00%
  • magenta value is 11.20%
  • yellow value is 25.60%
  • key color value is 50.98%
CMYK:
(0,11,26,51)
C0M11Y26K51 
(0%,11%,26%,51%)
(0.00/0.11/0.26/0.51)	

CMYK percentages

%0
%11.2
%25.6
%50.98

Codes

Color #7D6F5D in popluar color models

7D6F5D
RGB12511193
HSL34°14.68%42.75%
HSB/HSV34°25.60%49.02%
CMYK0.00%11.20%25.60%
50.98%

Color #7D6F5D in popluar number systems.

HEX7D6F5D
Decimal12511193
Binary111110111011111011101
Octal175157135

Shades and tints

Shades of #7D6F5D

#7D6F5D
(125,111,93)
#726555
(114,101,85)
#675B4D
(103,91,77)
#5C5145
(92,81,69)
#51473D
(81,71,61)
#463D35
(70,61,53)
#3B332D
(59,51,45)
#302925
(48,41,37)
#251F1D
(37,31,29)
#1A1515
(26,21,21)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #7D6F5D

#7D6F5D
(125,111,93)
#887C6B
(136,124,107)
#938979
(147,137,121)
#9E9687
(158,150,135)
#A9A395
(169,163,149)
#B4B0A3
(180,176,163)
#BFBDB1
(191,189,177)
#CACABF
(202,202,191)
#D5D7CD
(213,215,205)
#E0E4DB
(224,228,219)
#EBF1E9
(235,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D6F5D; }

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

This text font color is #7D6F5D.


Background Color

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

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

This div background color is #7D6F5D.


Border color

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

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

This div border color is #7D6F5D.


Opacity

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

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

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

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

This text has shadow with #7D6F5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6F5D on black background.


Color preview on white background

This text has color #7D6F5D on white background.



Black color preview on #7D6F5D background

This text has black color on #7D6F5D background.


White color preview on #7D6F5D background

This text has white color on #7D6F5D background.