COLOR #7D6640

HEX: #7D6640 RGB: (125,102,64)

Color info

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

RGB color model

#7D6640 color RGB value is (125,102,64).

RGB: (125,102,64) (49%, 40%, 25%)

RGB channels and saturation

R 125 of 255 = 49%
G 102 of 255 = 40%
B 64 of 255 = 25%

125
102
64

R + G + B ~ 38%. #7D6640 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 125 + 102 + 64 = 291 (100%)
R 125 of 291 ~ 42.96%
G 102 of 291 ~ 35.05%
B 64 of 291 ~ 21.99'%

%42.96
%35.05
%21.99

CMYK color model

#7D6640 color CMYK value is (0,18,49,51).

  • cyan value is 0.00%
  • magenta value is 18.40%
  • yellow value is 48.80%
  • key color value is 50.98%

CMYK: (0,18,49,51)
C0M18Y49K51 (0%, 18%, 49%, 51%)
(0.00 / 0.18 / 0.49 / 0.51)

CMYK percentages

%0
%18.4
%48.8
%50.98

Codes

Color #7D6640 in popluar color models

7D 66 40
RGB 125 102 64
HSL 37° 32.28% 37.06%
HSB/HSV 37° 48.80% 49.02%
CMYK 0.00% 18.40% 48.80%
50.98%

Color #7D6640 in popluar number systems.

HEX 7D 66 40
Decimal 125 102 64
Binary 1111101 1100110 1000000
Octal 175 146 100

Shades and tints

Shades of #7D6640

#7D6640
(125,102,64)
#725D3B
(114,93,59)
#675436
(103,84,54)
#5C4B31
(92,75,49)
#51422C
(81,66,44)
#463927
(70,57,39)
#3B3022
(59,48,34)
#30271D
(48,39,29)
#251E18
(37,30,24)
#1A1513
(26,21,19)
#0F0C0E
(15,12,14)
#000000
(0,0,0)

Tints of #7D6640

#7D6640
(125,102,64)
#887351
(136,115,81)
#938062
(147,128,98)
#9E8D73
(158,141,115)
#A99A84
(169,154,132)
#B4A795
(180,167,149)
#BFB4A6
(191,180,166)
#CAC1B7
(202,193,183)
#D5CEC8
(213,206,200)
#E0DBD9
(224,219,217)
#EBE8EA
(235,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6640 color. Also use rgb(125,102,64) instead hex code.

Text Font Color

.myTextColor { color: #7D6640; }

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

This text font color is #7D6640.

Background Color

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

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

This div background color is #7D6640.

Border color

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

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

This div border color is #7D6640.

Opacity

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

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

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

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

This text has shadow with #7D6640 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D6640.

Preview

Color preview on black background

This text has color #7D6640 on black background.


Color preview on white background

This text has color #7D6640 on white background.


Black color preview on #7D6640 background

This text has black color on #7D6640 background.


White color preview on #7D6640 background

This text has white color on #7D6640 background.


Related colors

Complementary color

Complementary color for #hex is #8299BF.


I love getcolorcode.com

Triadic colors

1 #407D66 and #66407D with #7D6640 are triadic colors.

2 #40667D and #667D40 with #7D6640 are triadic colors.