COLOR #7D6B5E

HEX: #7D6B5E
RGB: (125,107,94)

Color info

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

RGB color model

#7D6B5E color RGB value is (125,107,94).

  • red value is 125;
  • green value is 107;
  • blue value is 94.
RGB:
(125,107,94)
(49%,42%,37%)

RGB channels and saturation

R 125 of 255 = 49%
G 107 of 255 = 42%
B 94 of 255 = 37%

125
107
94

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

Portions of RGB colors in percentages

R + G + B =
125 + 107 + 94 = 326 (100%)
R 125 of 326 ~ 38.34%
G 107 of 326 ~ 32.82%
B 94 of 326 ~ 28.83%

%38.34
%32.82
%28.83

CMYK color model

#7D6B5E color CMYK value is (0,14,25,51).

  • cyan value is 0.00%
  • magenta value is 14.40%
  • yellow value is 24.80%
  • key color value is 50.98%
CMYK:
(0,14,25,51)
C0M14Y25K51 
(0%,14%,25%,51%)
(0.00/0.14/0.25/0.51)	

CMYK percentages

%0
%14.4
%24.8
%50.98

Codes

Color #7D6B5E in popluar color models

7D6B5E
RGB12510794
HSL25°14.16%42.94%
HSB/HSV25°24.80%49.02%
CMYK0.00%14.40%24.80%
50.98%

Color #7D6B5E in popluar number systems.

HEX7D6B5E
Decimal12510794
Binary111110111010111011110
Octal175153136

Shades and tints

Shades of #7D6B5E

#7D6B5E
(125,107,94)
#726256
(114,98,86)
#67594E
(103,89,78)
#5C5046
(92,80,70)
#51473E
(81,71,62)
#463E36
(70,62,54)
#3B352E
(59,53,46)
#302C26
(48,44,38)
#25231E
(37,35,30)
#1A1A16
(26,26,22)
#0F110E
(15,17,14)
#000000
(0,0,0)

Tints of #7D6B5E

#7D6B5E
(125,107,94)
#88786C
(136,120,108)
#93857A
(147,133,122)
#9E9288
(158,146,136)
#A99F96
(169,159,150)
#B4ACA4
(180,172,164)
#BFB9B2
(191,185,178)
#CAC6C0
(202,198,192)
#D5D3CE
(213,211,206)
#E0E0DC
(224,224,220)
#EBEDEA
(235,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6B5E color. Also use rgb(125,107,94) instead hex code.

Text Font Color

.myTextColor { color: #7D6B5E; }

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

This text font color is #7D6B5E.


Background Color

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

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

This div background color is #7D6B5E.


Border color

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

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

This div border color is #7D6B5E.


Opacity

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

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

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

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

This text has shadow with #7D6B5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6B5E on black background.


Color preview on white background

This text has color #7D6B5E on white background.



Black color preview on #7D6B5E background

This text has black color on #7D6B5E background.


White color preview on #7D6B5E background

This text has white color on #7D6B5E background.