COLOR #7D6E51

HEX: #7D6E51
RGB: (125,110,81)

Color info

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

RGB color model

#7D6E51 color RGB value is (125,110,81).

  • red value is 125;
  • green value is 110;
  • blue value is 81.
RGB:
(125,110,81)
(49%,43%,32%)

RGB channels and saturation

R 125 of 255 = 49%
G 110 of 255 = 43%
B 81 of 255 = 32%

125
110
81

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

Portions of RGB colors in percentages

R + G + B =
125 + 110 + 81 = 316 (100%)
R 125 of 316 ~ 39.56%
G 110 of 316 ~ 34.81%
B 81 of 316 ~ 25.63%

%39.56
%34.81
%25.63

CMYK color model

#7D6E51 color CMYK value is (0,12,35,51).

  • cyan value is 0.00%
  • magenta value is 12.00%
  • yellow value is 35.20%
  • key color value is 50.98%
CMYK:
(0,12,35,51)
C0M12Y35K51 
(0%,12%,35%,51%)
(0.00/0.12/0.35/0.51)	

CMYK percentages

%0
%12
%35.2
%50.98

Codes

Color #7D6E51 in popluar color models

7D6E51
RGB12511081
HSL40°21.36%40.39%
HSB/HSV40°35.20%49.02%
CMYK0.00%12.00%35.20%
50.98%

Color #7D6E51 in popluar number systems.

HEX7D6E51
Decimal12511081
Binary111110111011101010001
Octal175156121

Shades and tints

Shades of #7D6E51

#7D6E51
(125,110,81)
#72644A
(114,100,74)
#675A43
(103,90,67)
#5C503C
(92,80,60)
#514635
(81,70,53)
#463C2E
(70,60,46)
#3B3227
(59,50,39)
#302820
(48,40,32)
#251E19
(37,30,25)
#1A1412
(26,20,18)
#0F0A0B
(15,10,11)
#000000
(0,0,0)

Tints of #7D6E51

#7D6E51
(125,110,81)
#887B60
(136,123,96)
#93886F
(147,136,111)
#9E957E
(158,149,126)
#A9A28D
(169,162,141)
#B4AF9C
(180,175,156)
#BFBCAB
(191,188,171)
#CAC9BA
(202,201,186)
#D5D6C9
(213,214,201)
#E0E3D8
(224,227,216)
#EBF0E7
(235,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6E51 color. Also use rgb(125,110,81) instead hex code.

Text Font Color

.myTextColor { color: #7D6E51; }

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

This text font color is #7D6E51.


Background Color

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

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

This div background color is #7D6E51.


Border color

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

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

This div border color is #7D6E51.


Opacity

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

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

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

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

This text has shadow with #7D6E51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6E51 on black background.


Color preview on white background

This text has color #7D6E51 on white background.



Black color preview on #7D6E51 background

This text has black color on #7D6E51 background.


White color preview on #7D6E51 background

This text has white color on #7D6E51 background.