COLOR #726E61

HEX: #726E61 RGB: (114,110,97)

Color info

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

RGB color model

#726E61 color RGB value is (114,110,97).

RGB: (114,110,97) (45%, 43%, 38%)

RGB channels and saturation

R 114 of 255 = 45%
G 110 of 255 = 43%
B 97 of 255 = 38%

114
110
97

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

Portions of RGB colors in percentages

R + G + B = 114 + 110 + 97 = 321 (100%)
R 114 of 321 ~ 35.51%
G 110 of 321 ~ 34.27%
B 97 of 321 ~ 30.22'%

%35.51
%34.27
%30.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.51%
  • yellow value is 14.91%
  • key color value is 55.29%
CMYK: (0,4,15,55) C0M4Y15K55 (0%,4%,15%,55%) (0.00/0.04/0.15/0.55) 

CMYK percentages

%0
%3.51
%14.91
%55.29

Codes

Color #726E61 in popluar color models

72 6E 61
RGB 114 110 97
HSL 46° 8.06% 41.37%
HSB/HSV 46° 14.91% 44.71%
CMYK 0.00% 3.51% 14.91%
55.29%

Color #726E61 in popluar number systems.

HEX 72 6E 61
Decimal 114 110 97
Binary 1110010 1101110 1100001
Octal 162 156 141

Shades and tints

Shades of #726E61

#726E61
(114,110,97)
#686459
(104,100,89)
#5E5A51
(94,90,81)
#545049
(84,80,73)
#4A4641
(74,70,65)
#403C39
(64,60,57)
#363231
(54,50,49)
#2C2829
(44,40,41)
#221E21
(34,30,33)
#181419
(24,20,25)
#0E0A11
(14,10,17)
#000000
(0,0,0)

Tints of #726E61

#726E61
(114,110,97)
#7E7B6F
(126,123,111)
#8A887D
(138,136,125)
#96958B
(150,149,139)
#A2A299
(162,162,153)
#AEAFA7
(174,175,167)
#BABCB5
(186,188,181)
#C6C9C3
(198,201,195)
#D2D6D1
(210,214,209)
#DEE3DF
(222,227,223)
#EAF0ED
(234,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726E61; }

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

This text font color is #726E61.

Background Color

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

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

This div background color is #726E61.

Border color

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

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

This div border color is #726E61.

Opacity

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

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

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

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

This text has shadow with #726E61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #726E61.

Preview

Color preview on black background

This text has color #726E61 on black background.


Color preview on white background

This text has color #726E61 on white background.


Black color preview on #726E61 background

This text has black color on #726E61 background.


White color preview on #726E61 background

This text has white color on #726E61 background.


Related colors

Complementary color

Complementary color for #hex is #8D919E.


I love getcolorcode.com

Triadic colors

1 #61726E and #6E6172 with #726E61 are triadic colors.

2 #616E72 and #6E7261 with #726E61 are triadic colors.