COLOR #7D687F

HEX: #7D687F
RGB: (125,104,127)

Color info

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

RGB color model

#7D687F color RGB value is (125,104,127).

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

RGB channels and saturation

R 125 of 255 = 49%
G 104 of 255 = 41%
B 127 of 255 = 50%

125
104
127

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

Portions of RGB colors in percentages

R + G + B =
125 + 104 + 127 = 356 (100%)
R 125 of 356 ~ 35.11%
G 104 of 356 ~ 29.21%
B 127 of 356 ~ 35.67%

%35.11
%29.21
%35.67

CMYK color model

#7D687F color CMYK value is (2,18,0,50).

  • cyan value is 1.57%
  • magenta value is 18.11%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(2,18,0,50)
C2M18Y0K50 
(2%,18%,0%,50%)
(0.02/0.18/0.00/0.50)	

CMYK percentages

%1.57
%18.11
%0
%50.2

Codes

Color #7D687F in popluar color models

7D687F
RGB125104127
HSL295°9.96%45.29%
HSB/HSV295°18.11%49.80%
CMYK1.57%18.11%0.00%
50.20%

Color #7D687F in popluar number systems.

HEX7D687F
Decimal125104127
Binary111110111010001111111
Octal175150177

Shades and tints

Shades of #7D687F

#7D687F
(125,104,127)
#725F74
(114,95,116)
#675669
(103,86,105)
#5C4D5E
(92,77,94)
#514453
(81,68,83)
#463B48
(70,59,72)
#3B323D
(59,50,61)
#302932
(48,41,50)
#252027
(37,32,39)
#1A171C
(26,23,28)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #7D687F

#7D687F
(125,104,127)
#88758A
(136,117,138)
#938295
(147,130,149)
#9E8FA0
(158,143,160)
#A99CAB
(169,156,171)
#B4A9B6
(180,169,182)
#BFB6C1
(191,182,193)
#CAC3CC
(202,195,204)
#D5D0D7
(213,208,215)
#E0DDE2
(224,221,226)
#EBEAED
(235,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D687F; }

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

This text font color is #7D687F.


Background Color

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

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

This div background color is #7D687F.


Border color

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

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

This div border color is #7D687F.


Opacity

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

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

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

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

This text has shadow with #7D687F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D687F on black background.


Color preview on white background

This text has color #7D687F on white background.



Black color preview on #7D687F background

This text has black color on #7D687F background.


White color preview on #7D687F background

This text has white color on #7D687F background.