COLOR #7D6555

HEX: #7D6555 RGB: (125,101,85)

Color info

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

RGB color model

#7D6555 color RGB value is (125,101,85).

RGB: (125,101,85) (49%, 40%, 33%)

RGB channels and saturation

R 125 of 255 = 49%
G 101 of 255 = 40%
B 85 of 255 = 33%

125
101
85

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

Portions of RGB colors in percentages

R + G + B = 125 + 101 + 85 = 311 (100%)
R 125 of 311 ~ 40.19%
G 101 of 311 ~ 32.48%
B 85 of 311 ~ 27.33'%

%40.19
%32.48
%27.33

CMYK color model

#7D6555 color CMYK value is (0,19,32,51).

  • cyan value is 0.00%
  • magenta value is 19.20%
  • yellow value is 32.00%
  • key color value is 50.98%

CMYK: (0,19,32,51)
C0M19Y32K51 (0%, 19%, 32%, 51%)
(0.00 / 0.19 / 0.32 / 0.51)

CMYK percentages

%0
%19.2
%32
%50.98

Codes

Color #7D6555 in popluar color models

7D 65 55
RGB 125 101 85
HSL 24° 19.05% 41.18%
HSB/HSV 24° 32.00% 49.02%
CMYK 0.00% 19.20% 32.00%
50.98%

Color #7D6555 in popluar number systems.

HEX 7D 65 55
Decimal 125 101 85
Binary 1111101 1100101 1010101
Octal 175 145 125

Shades and tints

Shades of #7D6555

#7D6555
(125,101,85)
#725C4E
(114,92,78)
#675347
(103,83,71)
#5C4A40
(92,74,64)
#514139
(81,65,57)
#463832
(70,56,50)
#3B2F2B
(59,47,43)
#302624
(48,38,36)
#251D1D
(37,29,29)
#1A1416
(26,20,22)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #7D6555

#7D6555
(125,101,85)
#887364
(136,115,100)
#938173
(147,129,115)
#9E8F82
(158,143,130)
#A99D91
(169,157,145)
#B4ABA0
(180,171,160)
#BFB9AF
(191,185,175)
#CAC7BE
(202,199,190)
#D5D5CD
(213,213,205)
#E0E3DC
(224,227,220)
#EBF1EB
(235,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6555 color. Also use rgb(125,101,85) instead hex code.

Text Font Color

.myTextColor { color: #7D6555; }

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

This text font color is #7D6555.

Background Color

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

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

This div background color is #7D6555.

Border color

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

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

This div border color is #7D6555.

Opacity

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

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

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

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

This text has shadow with #7D6555 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D6555.

Preview

Color preview on black background

This text has color #7D6555 on black background.


Color preview on white background

This text has color #7D6555 on white background.


Black color preview on #7D6555 background

This text has black color on #7D6555 background.


White color preview on #7D6555 background

This text has white color on #7D6555 background.


Related colors

Complementary color

Complementary color for #hex is #829AAA.


I love getcolorcode.com

Triadic colors

1 #557D65 and #65557D with #7D6555 are triadic colors.

2 #55657D and #657D55 with #7D6555 are triadic colors.