COLOR #726960

HEX: #726960
RGB: (114,105,96)

Color info

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

RGB color model

#726960 color RGB value is (114,105,96).

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

RGB channels and saturation

R 114 of 255 = 45%
G 105 of 255 = 41%
B 96 of 255 = 38%

114
105
96

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

Portions of RGB colors in percentages

R + G + B =
114 + 105 + 96 = 315 (100%)
R 114 of 315 ~ 36.19%
G 105 of 315 ~ 33.33%
B 96 of 315 ~ 30.48%

%36.19
%33.33
%30.48

CMYK color model

#726960 color CMYK value is (0,8,16,55).

  • cyan value is 0.00%
  • magenta value is 7.89%
  • yellow value is 15.79%
  • key color value is 55.29%
CMYK:
(0,8,16,55)
C0M8Y16K55 
(0%,8%,16%,55%)
(0.00/0.08/0.16/0.55)	

CMYK percentages

%0
%7.89
%15.79
%55.29

Codes

Color #726960 in popluar color models

726960
RGB11410596
HSL30°8.57%41.18%
HSB/HSV30°15.79%44.71%
CMYK0.00%7.89%15.79%
55.29%

Color #726960 in popluar number systems.

HEX726960
Decimal11410596
Binary111001011010011100000
Octal162151140

Shades and tints

Shades of #726960

#726960
(114,105,96)
#686058
(104,96,88)
#5E5750
(94,87,80)
#544E48
(84,78,72)
#4A4540
(74,69,64)
#403C38
(64,60,56)
#363330
(54,51,48)
#2C2A28
(44,42,40)
#222120
(34,33,32)
#181818
(24,24,24)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #726960

#726960
(114,105,96)
#7E766E
(126,118,110)
#8A837C
(138,131,124)
#96908A
(150,144,138)
#A29D98
(162,157,152)
#AEAAA6
(174,170,166)
#BAB7B4
(186,183,180)
#C6C4C2
(198,196,194)
#D2D1D0
(210,209,208)
#DEDEDE
(222,222,222)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726960; }

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

This text font color is #726960.


Background Color

.myBgColor { background-color: #726960; }

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

This div background color is #726960.


Border color

.myBorderColor { border: 1px solid #726960; }

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

This div border color is #726960.


Opacity

.myOpacity80 { color: #726960; opacity: 0.8; }

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

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

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

This text has shadow with #726960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726960 on black background.


Color preview on white background

This text has color #726960 on white background.



Black color preview on #726960 background

This text has black color on #726960 background.


White color preview on #726960 background

This text has white color on #726960 background.