COLOR #7D6D6F

HEX: #7D6D6F RGB: (125,109,111)

Color info

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

RGB color model

#7D6D6F color RGB value is (125,109,111).

RGB: (125,109,111) (49%, 43%, 44%)

RGB channels and saturation

R 125 of 255 = 49%
G 109 of 255 = 43%
B 111 of 255 = 44%

125
109
111

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

Portions of RGB colors in percentages

R + G + B = 125 + 109 + 111 = 345 (100%)
R 125 of 345 ~ 36.23%
G 109 of 345 ~ 31.59%
B 111 of 345 ~ 32.17'%

%36.23
%31.59
%32.17

CMYK color model

#7D6D6F color CMYK value is (0,13,11,51).

  • cyan value is 0.00%
  • magenta value is 12.80%
  • yellow value is 11.20%
  • key color value is 50.98%

CMYK: (0,13,11,51)
C0M13Y11K51 (0%, 13%, 11%, 51%)
(0.00 / 0.13 / 0.11 / 0.51)

CMYK percentages

%0
%12.8
%11.2
%50.98

Codes

Color #7D6D6F in popluar color models

7D 6D 6F
RGB 125 109 111
HSL 353° 6.84% 45.88%
HSB/HSV 353° 12.80% 49.02%
CMYK 0.00% 12.80% 11.20%
50.98%

Color #7D6D6F in popluar number systems.

HEX 7D 6D 6F
Decimal 125 109 111
Binary 1111101 1101101 1101111
Octal 175 155 157

Shades and tints

Shades of #7D6D6F

#7D6D6F
(125,109,111)
#726465
(114,100,101)
#675B5B
(103,91,91)
#5C5251
(92,82,81)
#514947
(81,73,71)
#46403D
(70,64,61)
#3B3733
(59,55,51)
#302E29
(48,46,41)
#25251F
(37,37,31)
#1A1C15
(26,28,21)
#0F130B
(15,19,11)
#000000
(0,0,0)

Tints of #7D6D6F

#7D6D6F
(125,109,111)
#887A7C
(136,122,124)
#938789
(147,135,137)
#9E9496
(158,148,150)
#A9A1A3
(169,161,163)
#B4AEB0
(180,174,176)
#BFBBBD
(191,187,189)
#CAC8CA
(202,200,202)
#D5D5D7
(213,213,215)
#E0E2E4
(224,226,228)
#EBEFF1
(235,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D6D6F; }

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

This text font color is #7D6D6F.

Background Color

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

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

This div background color is #7D6D6F.

Border color

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

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

This div border color is #7D6D6F.

Opacity

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

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

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

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

This text has shadow with #7D6D6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D6D6F.

Preview

Color preview on black background

This text has color #7D6D6F on black background.


Color preview on white background

This text has color #7D6D6F on white background.


Black color preview on #7D6D6F background

This text has black color on #7D6D6F background.


White color preview on #7D6D6F background

This text has white color on #7D6D6F background.


Related colors

Complementary color

Complementary color for #hex is #829290.


I love getcolorcode.com

Triadic colors

1 #6F7D6D and #6D6F7D with #7D6D6F are triadic colors.

2 #6F6D7D and #6D7D6F with #7D6D6F are triadic colors.