COLOR #7D677F

HEX: #7D677F
RGB: (125,103,127)

Color info

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

RGB color model

#7D677F color RGB value is (125,103,127).

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

RGB channels and saturation

R 125 of 255 = 49%
G 103 of 255 = 40%
B 127 of 255 = 50%

125
103
127

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

Portions of RGB colors in percentages

R + G + B =
125 + 103 + 127 = 355 (100%)
R 125 of 355 ~ 35.21%
G 103 of 355 ~ 29.01%
B 127 of 355 ~ 35.77%

%35.21
%29.01
%35.77

CMYK color model

#7D677F color CMYK value is (2,19,0,50).

  • cyan value is 1.57%
  • magenta value is 18.90%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(2,19,0,50)
C2M19Y0K50 
(2%,19%,0%,50%)
(0.02/0.19/0.00/0.50)	

CMYK percentages

%1.57
%18.9
%0
%50.2

Codes

Color #7D677F in popluar color models

7D677F
RGB125103127
HSL295°10.43%45.10%
HSB/HSV295°18.90%49.80%
CMYK1.57%18.90%0.00%
50.20%

Color #7D677F in popluar number systems.

HEX7D677F
Decimal125103127
Binary111110111001111111111
Octal175147177

Shades and tints

Shades of #7D677F

#7D677F
(125,103,127)
#725E74
(114,94,116)
#675569
(103,85,105)
#5C4C5E
(92,76,94)
#514353
(81,67,83)
#463A48
(70,58,72)
#3B313D
(59,49,61)
#302832
(48,40,50)
#251F27
(37,31,39)
#1A161C
(26,22,28)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #7D677F

#7D677F
(125,103,127)
#88748A
(136,116,138)
#938195
(147,129,149)
#9E8EA0
(158,142,160)
#A99BAB
(169,155,171)
#B4A8B6
(180,168,182)
#BFB5C1
(191,181,193)
#CAC2CC
(202,194,204)
#D5CFD7
(213,207,215)
#E0DCE2
(224,220,226)
#EBE9ED
(235,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D677F; }

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

This text font color is #7D677F.


Background Color

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

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

This div background color is #7D677F.


Border color

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

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

This div border color is #7D677F.


Opacity

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

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

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

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

This text has shadow with #7D677F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D677F on black background.


Color preview on white background

This text has color #7D677F on white background.



Black color preview on #7D677F background

This text has black color on #7D677F background.


White color preview on #7D677F background

This text has white color on #7D677F background.