COLOR #726E57

HEX: #726E57 RGB: (114,110,87)

Color info

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

RGB color model

#726E57 color RGB value is (114,110,87).

RGB: (114,110,87) (45%, 43%, 34%)

RGB channels and saturation

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

114
110
87

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

Portions of RGB colors in percentages

R + G + B = 114 + 110 + 87 = 311 (100%)
R 114 of 311 ~ 36.66%
G 110 of 311 ~ 35.37%
B 87 of 311 ~ 27.97'%

%36.66
%35.37
%27.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.51%
  • yellow value is 23.68%
  • key color value is 55.29%

CMYK: (0,4,24,55)
C0M4Y24K55 (0%, 4%, 24%, 55%)
(0.00 / 0.04 / 0.24 / 0.55)

CMYK percentages

%0
%3.51
%23.68
%55.29

Codes

Color #726E57 in popluar color models

72 6E 57
RGB 114 110 87
HSL 51° 13.43% 39.41%
HSB/HSV 51° 23.68% 44.71%
CMYK 0.00% 3.51% 23.68%
55.29%

Color #726E57 in popluar number systems.

HEX 72 6E 57
Decimal 114 110 87
Binary 1110010 1101110 1010111
Octal 162 156 127

Shades and tints

Shades of #726E57

#726E57
(114,110,87)
#686450
(104,100,80)
#5E5A49
(94,90,73)
#545042
(84,80,66)
#4A463B
(74,70,59)
#403C34
(64,60,52)
#36322D
(54,50,45)
#2C2826
(44,40,38)
#221E1F
(34,30,31)
#181418
(24,20,24)
#0E0A11
(14,10,17)
#000000
(0,0,0)

Tints of #726E57

#726E57
(114,110,87)
#7E7B66
(126,123,102)
#8A8875
(138,136,117)
#969584
(150,149,132)
#A2A293
(162,162,147)
#AEAFA2
(174,175,162)
#BABCB1
(186,188,177)
#C6C9C0
(198,201,192)
#D2D6CF
(210,214,207)
#DEE3DE
(222,227,222)
#EAF0ED
(234,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726E57; }

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

This text font color is #726E57.

Background Color

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

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

This div background color is #726E57.

Border color

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

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

This div border color is #726E57.

Opacity

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

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

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

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

This text has shadow with #726E57 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #726E57.

Preview

Color preview on black background

This text has color #726E57 on black background.


Color preview on white background

This text has color #726E57 on white background.


Black color preview on #726E57 background

This text has black color on #726E57 background.


White color preview on #726E57 background

This text has white color on #726E57 background.


Related colors

Complementary color

Complementary color for #hex is #8D91A8.


I love getcolorcode.com

Triadic colors

1 #57726E and #6E5772 with #726E57 are triadic colors.

2 #576E72 and #6E7257 with #726E57 are triadic colors.