COLOR #7D6D66

HEX: #7D6D66
RGB: (125,109,102)

Color info

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

RGB color model

#7D6D66 color RGB value is (125,109,102).

  • red value is 125;
  • green value is 109;
  • blue value is 102.
RGB:
(125,109,102)
(49%,43%,40%)

RGB channels and saturation

R 125 of 255 = 49%
G 109 of 255 = 43%
B 102 of 255 = 40%

125
109
102

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

Portions of RGB colors in percentages

R + G + B =
125 + 109 + 102 = 336 (100%)
R 125 of 336 ~ 37.2%
G 109 of 336 ~ 32.44%
B 102 of 336 ~ 30.36%

%37.2
%32.44
%30.36

CMYK color model

#7D6D66 color CMYK value is (0,13,18,51).

  • cyan value is 0.00%
  • magenta value is 12.80%
  • yellow value is 18.40%
  • key color value is 50.98%
CMYK:
(0,13,18,51)
C0M13Y18K51 
(0%,13%,18%,51%)
(0.00/0.13/0.18/0.51)	

CMYK percentages

%0
%12.8
%18.4
%50.98

Codes

Color #7D6D66 in popluar color models

7D6D66
RGB125109102
HSL18°10.13%44.51%
HSB/HSV18°18.40%49.02%
CMYK0.00%12.80%18.40%
50.98%

Color #7D6D66 in popluar number systems.

HEX7D6D66
Decimal125109102
Binary111110111011011100110
Octal175155146

Shades and tints

Shades of #7D6D66

#7D6D66
(125,109,102)
#72645D
(114,100,93)
#675B54
(103,91,84)
#5C524B
(92,82,75)
#514942
(81,73,66)
#464039
(70,64,57)
#3B3730
(59,55,48)
#302E27
(48,46,39)
#25251E
(37,37,30)
#1A1C15
(26,28,21)
#0F130C
(15,19,12)
#000000
(0,0,0)

Tints of #7D6D66

#7D6D66
(125,109,102)
#887A73
(136,122,115)
#938780
(147,135,128)
#9E948D
(158,148,141)
#A9A19A
(169,161,154)
#B4AEA7
(180,174,167)
#BFBBB4
(191,187,180)
#CAC8C1
(202,200,193)
#D5D5CE
(213,213,206)
#E0E2DB
(224,226,219)
#EBEFE8
(235,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D6D66; }

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

This text font color is #7D6D66.


Background Color

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

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

This div background color is #7D6D66.


Border color

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

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

This div border color is #7D6D66.


Opacity

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

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

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

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

This text has shadow with #7D6D66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6D66 on black background.


Color preview on white background

This text has color #7D6D66 on white background.



Black color preview on #7D6D66 background

This text has black color on #7D6D66 background.


White color preview on #7D6D66 background

This text has white color on #7D6D66 background.