COLOR #7D686D

HEX: #7D686D RGB: (125,104,109)

Color info

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

RGB color model

#7D686D color RGB value is (125,104,109).

RGB: (125,104,109) (49%, 41%, 43%)

RGB channels and saturation

R 125 of 255 = 49%
G 104 of 255 = 41%
B 109 of 255 = 43%

125
104
109

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

Portions of RGB colors in percentages

R + G + B = 125 + 104 + 109 = 338 (100%)
R 125 of 338 ~ 36.98%
G 104 of 338 ~ 30.77%
B 109 of 338 ~ 32.25'%

%36.98
%30.77
%32.25

CMYK color model

#7D686D color CMYK value is (0,17,13,51).

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

CMYK: (0,17,13,51)
C0M17Y13K51 (0%, 17%, 13%, 51%)
(0.00 / 0.17 / 0.13 / 0.51)

CMYK percentages

%0
%16.8
%12.8
%50.98

Codes

Color #7D686D in popluar color models

7D 68 6D
RGB 125 104 109
HSL 346° 9.17% 44.90%
HSB/HSV 346° 16.80% 49.02%
CMYK 0.00% 16.80% 12.80%
50.98%

Color #7D686D in popluar number systems.

HEX 7D 68 6D
Decimal 125 104 109
Binary 1111101 1101000 1101101
Octal 175 150 155

Shades and tints

Shades of #7D686D

#7D686D
(125,104,109)
#725F64
(114,95,100)
#67565B
(103,86,91)
#5C4D52
(92,77,82)
#514449
(81,68,73)
#463B40
(70,59,64)
#3B3237
(59,50,55)
#30292E
(48,41,46)
#252025
(37,32,37)
#1A171C
(26,23,28)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #7D686D

#7D686D
(125,104,109)
#88757A
(136,117,122)
#938287
(147,130,135)
#9E8F94
(158,143,148)
#A99CA1
(169,156,161)
#B4A9AE
(180,169,174)
#BFB6BB
(191,182,187)
#CAC3C8
(202,195,200)
#D5D0D5
(213,208,213)
#E0DDE2
(224,221,226)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D686D; }

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

This text font color is #7D686D.

Background Color

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

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

This div background color is #7D686D.

Border color

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

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

This div border color is #7D686D.

Opacity

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

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

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

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

This text has shadow with #7D686D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D686D.

Preview

Color preview on black background

This text has color #7D686D on black background.


Color preview on white background

This text has color #7D686D on white background.


Black color preview on #7D686D background

This text has black color on #7D686D background.


White color preview on #7D686D background

This text has white color on #7D686D background.


Related colors

Complementary color

Complementary color for #hex is #829792.


I love getcolorcode.com

Triadic colors

1 #6D7D68 and #686D7D with #7D686D are triadic colors.

2 #6D687D and #687D6D with #7D686D are triadic colors.