COLOR #726D56

HEX: #726D56
RGB: (114,109,86)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

114
109
86

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

Portions of RGB colors in percentages

R + G + B =
114 + 109 + 86 = 309 (100%)
R 114 of 309 ~ 36.89%
G 109 of 309 ~ 35.28%
B 86 of 309 ~ 27.83%

%36.89
%35.28
%27.83

CMYK color model

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

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

CMYK percentages

%0
%4.39
%24.56
%55.29

Codes

Color #726D56 in popluar color models

726D56
RGB11410986
HSL49°14.00%39.22%
HSB/HSV49°24.56%44.71%
CMYK0.00%4.39%24.56%
55.29%

Color #726D56 in popluar number systems.

HEX726D56
Decimal11410986
Binary111001011011011010110
Octal162155126

Shades and tints

Shades of #726D56

#726D56
(114,109,86)
#68644F
(104,100,79)
#5E5B48
(94,91,72)
#545241
(84,82,65)
#4A493A
(74,73,58)
#404033
(64,64,51)
#36372C
(54,55,44)
#2C2E25
(44,46,37)
#22251E
(34,37,30)
#181C17
(24,28,23)
#0E1310
(14,19,16)
#000000
(0,0,0)

Tints of #726D56

#726D56
(114,109,86)
#7E7A65
(126,122,101)
#8A8774
(138,135,116)
#969483
(150,148,131)
#A2A192
(162,161,146)
#AEAEA1
(174,174,161)
#BABBB0
(186,187,176)
#C6C8BF
(198,200,191)
#D2D5CE
(210,213,206)
#DEE2DD
(222,226,221)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726D56; }

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

This text font color is #726D56.


Background Color

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

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

This div background color is #726D56.


Border color

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

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

This div border color is #726D56.


Opacity

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

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

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

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

This text has shadow with #726D56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726D56 on black background.


Color preview on white background

This text has color #726D56 on white background.



Black color preview on #726D56 background

This text has black color on #726D56 background.


White color preview on #726D56 background

This text has white color on #726D56 background.