COLOR #726C79

HEX: #726C79
RGB: (114,108,121)

Color info

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

RGB color model

#726C79 color RGB value is (114,108,121).

  • red value is 114;
  • green value is 108;
  • blue value is 121.
RGB:
(114,108,121)
(45%,42%,47%)

RGB channels and saturation

R 114 of 255 = 45%
G 108 of 255 = 42%
B 121 of 255 = 47%

114
108
121

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

Portions of RGB colors in percentages

R + G + B =
114 + 108 + 121 = 343 (100%)
R 114 of 343 ~ 33.24%
G 108 of 343 ~ 31.49%
B 121 of 343 ~ 35.28%

%33.24
%31.49
%35.28

CMYK color model

#726C79 color CMYK value is (6,11,0,53).

  • cyan value is 5.79%
  • magenta value is 10.74%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(6,11,0,53)
C6M11Y0K53 
(6%,11%,0%,53%)
(0.06/0.11/0.00/0.53)	

CMYK percentages

%5.79
%10.74
%0
%52.55

Codes

Color #726C79 in popluar color models

726C79
RGB114108121
HSL268°5.68%44.90%
HSB/HSV268°10.74%47.45%
CMYK5.79%10.74%0.00%
52.55%

Color #726C79 in popluar number systems.

HEX726C79
Decimal114108121
Binary111001011011001111001
Octal162154171

Shades and tints

Shades of #726C79

#726C79
(114,108,121)
#68636E
(104,99,110)
#5E5A63
(94,90,99)
#545158
(84,81,88)
#4A484D
(74,72,77)
#403F42
(64,63,66)
#363637
(54,54,55)
#2C2D2C
(44,45,44)
#222421
(34,36,33)
#181B16
(24,27,22)
#0E120B
(14,18,11)
#000000
(0,0,0)

Tints of #726C79

#726C79
(114,108,121)
#7E7985
(126,121,133)
#8A8691
(138,134,145)
#96939D
(150,147,157)
#A2A0A9
(162,160,169)
#AEADB5
(174,173,181)
#BABAC1
(186,186,193)
#C6C7CD
(198,199,205)
#D2D4D9
(210,212,217)
#DEE1E5
(222,225,229)
#EAEEF1
(234,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #726C79 color. Also use rgb(114,108,121) instead hex code.

Text Font Color

.myTextColor { color: #726C79; }

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

This text font color is #726C79.


Background Color

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

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

This div background color is #726C79.


Border color

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

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

This div border color is #726C79.


Opacity

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

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

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

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

This text has shadow with #726C79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726C79 on black background.


Color preview on white background

This text has color #726C79 on white background.



Black color preview on #726C79 background

This text has black color on #726C79 background.


White color preview on #726C79 background

This text has white color on #726C79 background.