COLOR #726E56

HEX: #726E56
RGB: (114,110,86)

Color info

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

RGB color model

#726E56 color RGB value is (114,110,86).

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

RGB channels and saturation

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

114
110
86

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

Portions of RGB colors in percentages

R + G + B =
114 + 110 + 86 = 310 (100%)
R 114 of 310 ~ 36.77%
G 110 of 310 ~ 35.48%
B 86 of 310 ~ 27.74%

%36.77
%35.48
%27.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.51%
  • 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
%3.51
%24.56
%55.29

Codes

Color #726E56 in popluar color models

726E56
RGB11411086
HSL51°14.00%39.22%
HSB/HSV51°24.56%44.71%
CMYK0.00%3.51%24.56%
55.29%

Color #726E56 in popluar number systems.

HEX726E56
Decimal11411086
Binary111001011011101010110
Octal162156126

Shades and tints

Shades of #726E56

#726E56
(114,110,86)
#68644F
(104,100,79)
#5E5A48
(94,90,72)
#545041
(84,80,65)
#4A463A
(74,70,58)
#403C33
(64,60,51)
#36322C
(54,50,44)
#2C2825
(44,40,37)
#221E1E
(34,30,30)
#181417
(24,20,23)
#0E0A10
(14,10,16)
#000000
(0,0,0)

Tints of #726E56

#726E56
(114,110,86)
#7E7B65
(126,123,101)
#8A8874
(138,136,116)
#969583
(150,149,131)
#A2A292
(162,162,146)
#AEAFA1
(174,175,161)
#BABCB0
(186,188,176)
#C6C9BF
(198,201,191)
#D2D6CE
(210,214,206)
#DEE3DD
(222,227,221)
#EAF0EC
(234,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726E56; }

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

This text font color is #726E56.


Background Color

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

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

This div background color is #726E56.


Border color

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

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

This div border color is #726E56.


Opacity

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

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

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

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

This text has shadow with #726E56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726E56 on black background.


Color preview on white background

This text has color #726E56 on white background.



Black color preview on #726E56 background

This text has black color on #726E56 background.


White color preview on #726E56 background

This text has white color on #726E56 background.