COLOR #726D7F

HEX: #726D7F
RGB: (114,109,127)

Color info

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

RGB color model

#726D7F color RGB value is (114,109,127).

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

RGB channels and saturation

R 114 of 255 = 45%
G 109 of 255 = 43%
B 127 of 255 = 50%

114
109
127

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

Portions of RGB colors in percentages

R + G + B =
114 + 109 + 127 = 350 (100%)
R 114 of 350 ~ 32.57%
G 109 of 350 ~ 31.14%
B 127 of 350 ~ 36.29%

%32.57
%31.14
%36.29

CMYK color model

#726D7F color CMYK value is (10,14,0,50).

  • cyan value is 10.24%
  • magenta value is 14.17%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(10,14,0,50)
C10M14Y0K50 
(10%,14%,0%,50%)
(0.10/0.14/0.00/0.50)	

CMYK percentages

%10.24
%14.17
%0
%50.2

Codes

Color #726D7F in popluar color models

726D7F
RGB114109127
HSL257°7.63%46.27%
HSB/HSV257°14.17%49.80%
CMYK10.24%14.17%0.00%
50.20%

Color #726D7F in popluar number systems.

HEX726D7F
Decimal114109127
Binary111001011011011111111
Octal162155177

Shades and tints

Shades of #726D7F

#726D7F
(114,109,127)
#686474
(104,100,116)
#5E5B69
(94,91,105)
#54525E
(84,82,94)
#4A4953
(74,73,83)
#404048
(64,64,72)
#36373D
(54,55,61)
#2C2E32
(44,46,50)
#222527
(34,37,39)
#181C1C
(24,28,28)
#0E1311
(14,19,17)
#000000
(0,0,0)

Tints of #726D7F

#726D7F
(114,109,127)
#7E7A8A
(126,122,138)
#8A8795
(138,135,149)
#9694A0
(150,148,160)
#A2A1AB
(162,161,171)
#AEAEB6
(174,174,182)
#BABBC1
(186,187,193)
#C6C8CC
(198,200,204)
#D2D5D7
(210,213,215)
#DEE2E2
(222,226,226)
#EAEFED
(234,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #726D7F color. Also use rgb(114,109,127) instead hex code.

Text Font Color

.myTextColor { color: #726D7F; }

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

This text font color is #726D7F.


Background Color

.myBgColor { background-color: #726D7F; }

<div style="background-color:#726D7F">Inner text</div>

This div background color is #726D7F.


Border color

.myBorderColor { border: 1px solid #726D7F; }

<div style="border:3px solid #726D7F">Div</div>

This div border color is #726D7F.


Opacity

.myOpacity80 { color: #726D7F; opacity: 0.8; }

<p style="color:#726D7F;opacity:0.8;">80%</p>

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

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

This text has shadow with #726D7F color.

.textShadow {text-shadow: 3px 3px 1px #726D7F, 3px 3px 1px red;}

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

This text has shadow with #726D7F primary color and red secondary color.


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

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

This text has shadow with #726D7F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726D7F on black background.


Color preview on white background

This text has color #726D7F on white background.



Black color preview on #726D7F background

This text has black color on #726D7F background.


White color preview on #726D7F background

This text has white color on #726D7F background.