COLOR #7D6832

HEX: #7D6832 RGB: (125,104,50)

Color info

#7D6832 contains mainly red and green colors. Web safe color of #7D6832 is #666633 (or #663).

RGB color model

#7D6832 color RGB value is (125,104,50).

RGB: (125,104,50) (49%, 41%, 20%)

RGB channels and saturation

R 125 of 255 = 49%
G 104 of 255 = 41%
B 50 of 255 = 20%

125
104
50

R + G + B ~ 37%. #7D6832 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 125 + 104 + 50 = 279 (100%)
R 125 of 279 ~ 44.8%
G 104 of 279 ~ 37.28%
B 50 of 279 ~ 17.92'%

%44.8
%37.28
%17.92

CMYK color model

#7D6832 color CMYK value is (0,17,60,51).

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

CMYK: (0,17,60,51)
C0M17Y60K51 (0%, 17%, 60%, 51%)
(0.00 / 0.17 / 0.60 / 0.51)

CMYK percentages

%0
%16.8
%60
%50.98

Codes

Color #7D6832 in popluar color models

7D 68 32
RGB 125 104 50
HSL 43° 42.86% 34.31%
HSB/HSV 43° 60.00% 49.02%
CMYK 0.00% 16.80% 60.00%
50.98%

Color #7D6832 in popluar number systems.

HEX 7D 68 32
Decimal 125 104 50
Binary 1111101 1101000 110010
Octal 175 150 62

Shades and tints

Shades of #7D6832

#7D6832
(125,104,50)
#725F2E
(114,95,46)
#67562A
(103,86,42)
#5C4D26
(92,77,38)
#514422
(81,68,34)
#463B1E
(70,59,30)
#3B321A
(59,50,26)
#302916
(48,41,22)
#252012
(37,32,18)
#1A170E
(26,23,14)
#0F0E0A
(15,14,10)
#000000
(0,0,0)

Tints of #7D6832

#7D6832
(125,104,50)
#887544
(136,117,68)
#938256
(147,130,86)
#9E8F68
(158,143,104)
#A99C7A
(169,156,122)
#B4A98C
(180,169,140)
#BFB69E
(191,182,158)
#CAC3B0
(202,195,176)
#D5D0C2
(213,208,194)
#E0DDD4
(224,221,212)
#EBEAE6
(235,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D6832; }

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

This text font color is #7D6832.

Background Color

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

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

This div background color is #7D6832.

Border color

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

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

This div border color is #7D6832.

Opacity

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

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

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

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

This text has shadow with #7D6832 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D6832.

Preview

Color preview on black background

This text has color #7D6832 on black background.


Color preview on white background

This text has color #7D6832 on white background.


Black color preview on #7D6832 background

This text has black color on #7D6832 background.


White color preview on #7D6832 background

This text has white color on #7D6832 background.


Related colors

Complementary color

Complementary color for #hex is #8297CD.


I love getcolorcode.com

Triadic colors

1 #327D68 and #68327D with #7D6832 are triadic colors.

2 #32687D and #687D32 with #7D6832 are triadic colors.