COLOR #726D71

HEX: #726D71
RGB: (114,109,113)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

114
109
113

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

Portions of RGB colors in percentages

R + G + B =
114 + 109 + 113 = 336 (100%)
R 114 of 336 ~ 33.93%
G 109 of 336 ~ 32.44%
B 113 of 336 ~ 33.63%

%33.93
%32.44
%33.63

CMYK color model

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

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

CMYK percentages

%0
%4.39
%0.88
%55.29

Codes

Color #726D71 in popluar color models

726D71
RGB114109113
HSL312°2.24%43.73%
HSB/HSV312°4.39%44.71%
CMYK0.00%4.39%0.88%
55.29%

Color #726D71 in popluar number systems.

HEX726D71
Decimal114109113
Binary111001011011011110001
Octal162155161

Shades and tints

Shades of #726D71

#726D71
(114,109,113)
#686467
(104,100,103)
#5E5B5D
(94,91,93)
#545253
(84,82,83)
#4A4949
(74,73,73)
#40403F
(64,64,63)
#363735
(54,55,53)
#2C2E2B
(44,46,43)
#222521
(34,37,33)
#181C17
(24,28,23)
#0E130D
(14,19,13)
#000000
(0,0,0)

Tints of #726D71

#726D71
(114,109,113)
#7E7A7D
(126,122,125)
#8A8789
(138,135,137)
#969495
(150,148,149)
#A2A1A1
(162,161,161)
#AEAEAD
(174,174,173)
#BABBB9
(186,187,185)
#C6C8C5
(198,200,197)
#D2D5D1
(210,213,209)
#DEE2DD
(222,226,221)
#EAEFE9
(234,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726D71; }

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

This text font color is #726D71.


Background Color

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

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

This div background color is #726D71.


Border color

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

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

This div border color is #726D71.


Opacity

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

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

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

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

This text has shadow with #726D71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726D71 on black background.


Color preview on white background

This text has color #726D71 on white background.



Black color preview on #726D71 background

This text has black color on #726D71 background.


White color preview on #726D71 background

This text has white color on #726D71 background.