COLOR #726F60

HEX: #726F60
RGB: (114,111,96)

Color info

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

RGB color model

#726F60 color RGB value is (114,111,96).

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

RGB channels and saturation

R 114 of 255 = 45%
G 111 of 255 = 44%
B 96 of 255 = 38%

114
111
96

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

Portions of RGB colors in percentages

R + G + B =
114 + 111 + 96 = 321 (100%)
R 114 of 321 ~ 35.51%
G 111 of 321 ~ 34.58%
B 96 of 321 ~ 29.91%

%35.51
%34.58
%29.91

CMYK color model

#726F60 color CMYK value is (0,3,16,55).

  • cyan value is 0.00%
  • magenta value is 2.63%
  • yellow value is 15.79%
  • key color value is 55.29%
CMYK:
(0,3,16,55)
C0M3Y16K55 
(0%,3%,16%,55%)
(0.00/0.03/0.16/0.55)	

CMYK percentages

%0
%2.63
%15.79
%55.29

Codes

Color #726F60 in popluar color models

726F60
RGB11411196
HSL50°8.57%41.18%
HSB/HSV50°15.79%44.71%
CMYK0.00%2.63%15.79%
55.29%

Color #726F60 in popluar number systems.

HEX726F60
Decimal11411196
Binary111001011011111100000
Octal162157140

Shades and tints

Shades of #726F60

#726F60
(114,111,96)
#686558
(104,101,88)
#5E5B50
(94,91,80)
#545148
(84,81,72)
#4A4740
(74,71,64)
#403D38
(64,61,56)
#363330
(54,51,48)
#2C2928
(44,41,40)
#221F20
(34,31,32)
#181518
(24,21,24)
#0E0B10
(14,11,16)
#000000
(0,0,0)

Tints of #726F60

#726F60
(114,111,96)
#7E7C6E
(126,124,110)
#8A897C
(138,137,124)
#96968A
(150,150,138)
#A2A398
(162,163,152)
#AEB0A6
(174,176,166)
#BABDB4
(186,189,180)
#C6CAC2
(198,202,194)
#D2D7D0
(210,215,208)
#DEE4DE
(222,228,222)
#EAF1EC
(234,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726F60; }

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

This text font color is #726F60.


Background Color

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

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

This div background color is #726F60.


Border color

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

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

This div border color is #726F60.


Opacity

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

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

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

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

This text has shadow with #726F60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726F60 on black background.


Color preview on white background

This text has color #726F60 on white background.



Black color preview on #726F60 background

This text has black color on #726F60 background.


White color preview on #726F60 background

This text has white color on #726F60 background.