COLOR #726F57

HEX: #726F57
RGB: (114,111,87)

Color info

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

RGB color model

#726F57 color RGB value is (114,111,87).

  • red value is 114;
  • green value is 111;
  • blue value is 87.
RGB:
(114,111,87)
(45%,44%,34%)

RGB channels and saturation

R 114 of 255 = 45%
G 111 of 255 = 44%
B 87 of 255 = 34%

114
111
87

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

Portions of RGB colors in percentages

R + G + B =
114 + 111 + 87 = 312 (100%)
R 114 of 312 ~ 36.54%
G 111 of 312 ~ 35.58%
B 87 of 312 ~ 27.88%

%36.54
%35.58
%27.88

CMYK color model

#726F57 color CMYK value is (0,3,24,55).

  • cyan value is 0.00%
  • magenta value is 2.63%
  • yellow value is 23.68%
  • key color value is 55.29%
CMYK:
(0,3,24,55)
C0M3Y24K55 
(0%,3%,24%,55%)
(0.00/0.03/0.24/0.55)	

CMYK percentages

%0
%2.63
%23.68
%55.29

Codes

Color #726F57 in popluar color models

726F57
RGB11411187
HSL53°13.43%39.41%
HSB/HSV53°23.68%44.71%
CMYK0.00%2.63%23.68%
55.29%

Color #726F57 in popluar number systems.

HEX726F57
Decimal11411187
Binary111001011011111010111
Octal162157127

Shades and tints

Shades of #726F57

#726F57
(114,111,87)
#686550
(104,101,80)
#5E5B49
(94,91,73)
#545142
(84,81,66)
#4A473B
(74,71,59)
#403D34
(64,61,52)
#36332D
(54,51,45)
#2C2926
(44,41,38)
#221F1F
(34,31,31)
#181518
(24,21,24)
#0E0B11
(14,11,17)
#000000
(0,0,0)

Tints of #726F57

#726F57
(114,111,87)
#7E7C66
(126,124,102)
#8A8975
(138,137,117)
#969684
(150,150,132)
#A2A393
(162,163,147)
#AEB0A2
(174,176,162)
#BABDB1
(186,189,177)
#C6CAC0
(198,202,192)
#D2D7CF
(210,215,207)
#DEE4DE
(222,228,222)
#EAF1ED
(234,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726F57; }

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

This text font color is #726F57.


Background Color

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

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

This div background color is #726F57.


Border color

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

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

This div border color is #726F57.


Opacity

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

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

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

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

This text has shadow with #726F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726F57 on black background.


Color preview on white background

This text has color #726F57 on white background.



Black color preview on #726F57 background

This text has black color on #726F57 background.


White color preview on #726F57 background

This text has white color on #726F57 background.