COLOR #7D6760

HEX: #7D6760 RGB: (125,103,96)

Color info

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

RGB color model

#7D6760 color RGB value is (125,103,96).

RGB: (125,103,96) (49%, 40%, 38%)

RGB channels and saturation

R 125 of 255 = 49%
G 103 of 255 = 40%
B 96 of 255 = 38%

125
103
96

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

Portions of RGB colors in percentages

R + G + B = 125 + 103 + 96 = 324 (100%)
R 125 of 324 ~ 38.58%
G 103 of 324 ~ 31.79%
B 96 of 324 ~ 29.63'%

%38.58
%31.79
%29.63

CMYK color model

#7D6760 color CMYK value is (0,18,23,51).

  • cyan value is 0.00%
  • magenta value is 17.60%
  • yellow value is 23.20%
  • key color value is 50.98%

CMYK: (0,18,23,51)
C0M18Y23K51 (0%, 18%, 23%, 51%)
(0.00 / 0.18 / 0.23 / 0.51)

CMYK percentages

%0
%17.6
%23.2
%50.98

Codes

Color #7D6760 in popluar color models

7D 67 60
RGB 125 103 96
HSL 14° 13.12% 43.33%
HSB/HSV 14° 23.20% 49.02%
CMYK 0.00% 17.60% 23.20%
50.98%

Color #7D6760 in popluar number systems.

HEX 7D 67 60
Decimal 125 103 96
Binary 1111101 1100111 1100000
Octal 175 147 140

Shades and tints

Shades of #7D6760

#7D6760
(125,103,96)
#725E58
(114,94,88)
#675550
(103,85,80)
#5C4C48
(92,76,72)
#514340
(81,67,64)
#463A38
(70,58,56)
#3B3130
(59,49,48)
#302828
(48,40,40)
#251F20
(37,31,32)
#1A1618
(26,22,24)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #7D6760

#7D6760
(125,103,96)
#88746E
(136,116,110)
#93817C
(147,129,124)
#9E8E8A
(158,142,138)
#A99B98
(169,155,152)
#B4A8A6
(180,168,166)
#BFB5B4
(191,181,180)
#CAC2C2
(202,194,194)
#D5CFD0
(213,207,208)
#E0DCDE
(224,220,222)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6760 color. Also use rgb(125,103,96) instead hex code.

Text Font Color

.myTextColor { color: #7D6760; }

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

This text font color is #7D6760.

Background Color

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

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

This div background color is #7D6760.

Border color

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

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

This div border color is #7D6760.

Opacity

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

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

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

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

This text has shadow with #7D6760 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D6760.

Preview

Color preview on black background

This text has color #7D6760 on black background.


Color preview on white background

This text has color #7D6760 on white background.


Black color preview on #7D6760 background

This text has black color on #7D6760 background.


White color preview on #7D6760 background

This text has white color on #7D6760 background.


Related colors

Complementary color

Complementary color for #hex is #82989F.


I love getcolorcode.com

Triadic colors

1 #607D67 and #67607D with #7D6760 are triadic colors.

2 #60677D and #677D60 with #7D6760 are triadic colors.