COLOR #7D6849

HEX: #7D6849 RGB: (125,104,73)

Color info

#7D6849 contains red, green and blue colors in about the same proportion. Web safe color of #7D6849 is #666633 (or #663).

RGB color model

#7D6849 color RGB value is (125,104,73).

RGB: (125,104,73) (49%, 41%, 29%)

RGB channels and saturation

R 125 of 255 = 49%
G 104 of 255 = 41%
B 73 of 255 = 29%

125
104
73

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

Portions of RGB colors in percentages

R + G + B = 125 + 104 + 73 = 302 (100%)
R 125 of 302 ~ 41.39%
G 104 of 302 ~ 34.44%
B 73 of 302 ~ 24.17'%

%41.39
%34.44
%24.17

CMYK color model

#7D6849 color CMYK value is (0,17,42,51).

  • cyan value is 0.00%
  • magenta value is 16.80%
  • yellow value is 41.60%
  • key color value is 50.98%

CMYK: (0,17,42,51)
C0M17Y42K51 (0%, 17%, 42%, 51%)
(0.00 / 0.17 / 0.42 / 0.51)

CMYK percentages

%0
%16.8
%41.6
%50.98

Codes

Color #7D6849 in popluar color models

7D 68 49
RGB 125 104 73
HSL 36° 26.26% 38.82%
HSB/HSV 36° 41.60% 49.02%
CMYK 0.00% 16.80% 41.60%
50.98%

Color #7D6849 in popluar number systems.

HEX 7D 68 49
Decimal 125 104 73
Binary 1111101 1101000 1001001
Octal 175 150 111

Shades and tints

Shades of #7D6849

#7D6849
(125,104,73)
#725F43
(114,95,67)
#67563D
(103,86,61)
#5C4D37
(92,77,55)
#514431
(81,68,49)
#463B2B
(70,59,43)
#3B3225
(59,50,37)
#30291F
(48,41,31)
#252019
(37,32,25)
#1A1713
(26,23,19)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #7D6849

#7D6849
(125,104,73)
#887559
(136,117,89)
#938269
(147,130,105)
#9E8F79
(158,143,121)
#A99C89
(169,156,137)
#B4A999
(180,169,153)
#BFB6A9
(191,182,169)
#CAC3B9
(202,195,185)
#D5D0C9
(213,208,201)
#E0DDD9
(224,221,217)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6849 color. Also use rgb(125,104,73) instead hex code.

Text Font Color

.myTextColor { color: #7D6849; }

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

This text font color is #7D6849.

Background Color

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

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

This div background color is #7D6849.

Border color

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

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

This div border color is #7D6849.

Opacity

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

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

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

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

This text has shadow with #7D6849 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D6849.

Preview

Color preview on black background

This text has color #7D6849 on black background.


Color preview on white background

This text has color #7D6849 on white background.


Black color preview on #7D6849 background

This text has black color on #7D6849 background.


White color preview on #7D6849 background

This text has white color on #7D6849 background.


Related colors

Complementary color

Complementary color for #hex is #8297B6.


I love getcolorcode.com

Triadic colors

1 #497D68 and #68497D with #7D6849 are triadic colors.

2 #49687D and #687D49 with #7D6849 are triadic colors.