COLOR #7D686B

HEX: #7D686B
RGB: (125,104,107)

Color info

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

RGB color model

#7D686B color RGB value is (125,104,107).

  • red value is 125;
  • green value is 104;
  • blue value is 107.
RGB:
(125,104,107)
(49%,41%,42%)

RGB channels and saturation

R 125 of 255 = 49%
G 104 of 255 = 41%
B 107 of 255 = 42%

125
104
107

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

Portions of RGB colors in percentages

R + G + B =
125 + 104 + 107 = 336 (100%)
R 125 of 336 ~ 37.2%
G 104 of 336 ~ 30.95%
B 107 of 336 ~ 31.85%

%37.2
%30.95
%31.85

CMYK color model

#7D686B color CMYK value is (0,17,14,51).

  • cyan value is 0.00%
  • magenta value is 16.80%
  • yellow value is 14.40%
  • key color value is 50.98%
CMYK:
(0,17,14,51)
C0M17Y14K51 
(0%,17%,14%,51%)
(0.00/0.17/0.14/0.51)	

CMYK percentages

%0
%16.8
%14.4
%50.98

Codes

Color #7D686B in popluar color models

7D686B
RGB125104107
HSL351°9.17%44.90%
HSB/HSV351°16.80%49.02%
CMYK0.00%16.80%14.40%
50.98%

Color #7D686B in popluar number systems.

HEX7D686B
Decimal125104107
Binary111110111010001101011
Octal175150153

Shades and tints

Shades of #7D686B

#7D686B
(125,104,107)
#725F62
(114,95,98)
#675659
(103,86,89)
#5C4D50
(92,77,80)
#514447
(81,68,71)
#463B3E
(70,59,62)
#3B3235
(59,50,53)
#30292C
(48,41,44)
#252023
(37,32,35)
#1A171A
(26,23,26)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #7D686B

#7D686B
(125,104,107)
#887578
(136,117,120)
#938285
(147,130,133)
#9E8F92
(158,143,146)
#A99C9F
(169,156,159)
#B4A9AC
(180,169,172)
#BFB6B9
(191,182,185)
#CAC3C6
(202,195,198)
#D5D0D3
(213,208,211)
#E0DDE0
(224,221,224)
#EBEAED
(235,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D686B; }

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

This text font color is #7D686B.


Background Color

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

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

This div background color is #7D686B.


Border color

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

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

This div border color is #7D686B.


Opacity

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

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

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

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

This text has shadow with #7D686B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D686B on black background.


Color preview on white background

This text has color #7D686B on white background.



Black color preview on #7D686B background

This text has black color on #7D686B background.


White color preview on #7D686B background

This text has white color on #7D686B background.