COLOR #726D59

HEX: #726D59 RGB: (114,109,89)

Color info

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

RGB color model

#726D59 color RGB value is (114,109,89).

RGB: (114,109,89) (45%, 43%, 35%)

RGB channels and saturation

R 114 of 255 = 45%
G 109 of 255 = 43%
B 89 of 255 = 35%

114
109
89

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

Portions of RGB colors in percentages

R + G + B = 114 + 109 + 89 = 312 (100%)
R 114 of 312 ~ 36.54%
G 109 of 312 ~ 34.94%
B 89 of 312 ~ 28.53'%

%36.54
%34.94
%28.53

CMYK color model

#726D59 color CMYK value is (0,4,22,55).

  • cyan value is 0.00%
  • magenta value is 4.39%
  • yellow value is 21.93%
  • key color value is 55.29%

CMYK: (0,4,22,55)
C0M4Y22K55 (0%, 4%, 22%, 55%)
(0.00 / 0.04 / 0.22 / 0.55)

CMYK percentages

%0
%4.39
%21.93
%55.29

Codes

Color #726D59 in popluar color models

72 6D 59
RGB 114 109 89
HSL 48° 12.32% 39.80%
HSB/HSV 48° 21.93% 44.71%
CMYK 0.00% 4.39% 21.93%
55.29%

Color #726D59 in popluar number systems.

HEX 72 6D 59
Decimal 114 109 89
Binary 1110010 1101101 1011001
Octal 162 155 131

Shades and tints

Shades of #726D59

#726D59
(114,109,89)
#686451
(104,100,81)
#5E5B49
(94,91,73)
#545241
(84,82,65)
#4A4939
(74,73,57)
#404031
(64,64,49)
#363729
(54,55,41)
#2C2E21
(44,46,33)
#222519
(34,37,25)
#181C11
(24,28,17)
#0E1309
(14,19,9)
#000000
(0,0,0)

Tints of #726D59

#726D59
(114,109,89)
#7E7A68
(126,122,104)
#8A8777
(138,135,119)
#969486
(150,148,134)
#A2A195
(162,161,149)
#AEAEA4
(174,174,164)
#BABBB3
(186,187,179)
#C6C8C2
(198,200,194)
#D2D5D1
(210,213,209)
#DEE2E0
(222,226,224)
#EAEFEF
(234,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726D59; }

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

This text font color is #726D59.

Background Color

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

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

This div background color is #726D59.

Border color

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

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

This div border color is #726D59.

Opacity

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

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

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

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

This text has shadow with #726D59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #726D59.

Preview

Color preview on black background

This text has color #726D59 on black background.


Color preview on white background

This text has color #726D59 on white background.


Black color preview on #726D59 background

This text has black color on #726D59 background.


White color preview on #726D59 background

This text has white color on #726D59 background.


Related colors

Complementary color

Complementary color for #hex is #8D92A6.


I love getcolorcode.com

Triadic colors

1 #59726D and #6D5972 with #726D59 are triadic colors.

2 #596D72 and #6D7259 with #726D59 are triadic colors.