COLOR #726D72

HEX: #726D72
RGB: (114,109,114)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

114
109
114

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

Portions of RGB colors in percentages

R + G + B =
114 + 109 + 114 = 337 (100%)
R 114 of 337 ~ 33.83%
G 109 of 337 ~ 32.34%
B 114 of 337 ~ 33.83%

%33.83
%32.34
%33.83

CMYK color model

#726D72 color CMYK value is (0,4,0,55).

  • cyan value is 0.00%
  • magenta value is 4.39%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(0,4,0,55)
C0M4Y0K55 
(0%,4%,0%,55%)
(0.00/0.04/0.00/0.55)	

CMYK percentages

%0
%4.39
%0
%55.29

Codes

Color #726D72 in popluar color models

726D72
RGB114109114
HSL300°2.24%43.73%
HSB/HSV300°4.39%44.71%
CMYK0.00%4.39%0.00%
55.29%

Color #726D72 in popluar number systems.

HEX726D72
Decimal114109114
Binary111001011011011110010
Octal162155162

Shades and tints

Shades of #726D72

#726D72
(114,109,114)
#686468
(104,100,104)
#5E5B5E
(94,91,94)
#545254
(84,82,84)
#4A494A
(74,73,74)
#404040
(64,64,64)
#363736
(54,55,54)
#2C2E2C
(44,46,44)
#222522
(34,37,34)
#181C18
(24,28,24)
#0E130E
(14,19,14)
#000000
(0,0,0)

Tints of #726D72

#726D72
(114,109,114)
#7E7A7E
(126,122,126)
#8A878A
(138,135,138)
#969496
(150,148,150)
#A2A1A2
(162,161,162)
#AEAEAE
(174,174,174)
#BABBBA
(186,187,186)
#C6C8C6
(198,200,198)
#D2D5D2
(210,213,210)
#DEE2DE
(222,226,222)
#EAEFEA
(234,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726D72; }

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

This text font color is #726D72.


Background Color

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

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

This div background color is #726D72.


Border color

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

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

This div border color is #726D72.


Opacity

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

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

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

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

This text has shadow with #726D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726D72 on black background.


Color preview on white background

This text has color #726D72 on white background.



Black color preview on #726D72 background

This text has black color on #726D72 background.


White color preview on #726D72 background

This text has white color on #726D72 background.