COLOR #7D727F

HEX: #7D727F
RGB: (125,114,127)

Color info

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

RGB color model

#7D727F color RGB value is (125,114,127).

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

RGB channels and saturation

R 125 of 255 = 49%
G 114 of 255 = 45%
B 127 of 255 = 50%

125
114
127

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

Portions of RGB colors in percentages

R + G + B =
125 + 114 + 127 = 366 (100%)
R 125 of 366 ~ 34.15%
G 114 of 366 ~ 31.15%
B 127 of 366 ~ 34.7%

%34.15
%31.15
%34.7

CMYK color model

#7D727F color CMYK value is (2,10,0,50).

  • cyan value is 1.57%
  • magenta value is 10.24%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(2,10,0,50)
C2M10Y0K50 
(2%,10%,0%,50%)
(0.02/0.10/0.00/0.50)	

CMYK percentages

%1.57
%10.24
%0
%50.2

Codes

Color #7D727F in popluar color models

7D727F
RGB125114127
HSL291°5.39%47.25%
HSB/HSV291°10.24%49.80%
CMYK1.57%10.24%0.00%
50.20%

Color #7D727F in popluar number systems.

HEX7D727F
Decimal125114127
Binary111110111100101111111
Octal175162177

Shades and tints

Shades of #7D727F

#7D727F
(125,114,127)
#726874
(114,104,116)
#675E69
(103,94,105)
#5C545E
(92,84,94)
#514A53
(81,74,83)
#464048
(70,64,72)
#3B363D
(59,54,61)
#302C32
(48,44,50)
#252227
(37,34,39)
#1A181C
(26,24,28)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #7D727F

#7D727F
(125,114,127)
#887E8A
(136,126,138)
#938A95
(147,138,149)
#9E96A0
(158,150,160)
#A9A2AB
(169,162,171)
#B4AEB6
(180,174,182)
#BFBAC1
(191,186,193)
#CAC6CC
(202,198,204)
#D5D2D7
(213,210,215)
#E0DEE2
(224,222,226)
#EBEAED
(235,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D727F; }

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

This text font color is #7D727F.


Background Color

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

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

This div background color is #7D727F.


Border color

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

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

This div border color is #7D727F.


Opacity

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

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

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

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

This text has shadow with #7D727F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D727F on black background.


Color preview on white background

This text has color #7D727F on white background.



Black color preview on #7D727F background

This text has black color on #7D727F background.


White color preview on #7D727F background

This text has white color on #7D727F background.