COLOR #726560

HEX: #726560
RGB: (114,101,96)

Color info

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

RGB color model

#726560 color RGB value is (114,101,96).

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

RGB channels and saturation

R 114 of 255 = 45%
G 101 of 255 = 40%
B 96 of 255 = 38%

114
101
96

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

Portions of RGB colors in percentages

R + G + B =
114 + 101 + 96 = 311 (100%)
R 114 of 311 ~ 36.66%
G 101 of 311 ~ 32.48%
B 96 of 311 ~ 30.87%

%36.66
%32.48
%30.87

CMYK color model

#726560 color CMYK value is (0,11,16,55).

  • cyan value is 0.00%
  • magenta value is 11.40%
  • yellow value is 15.79%
  • key color value is 55.29%
CMYK:
(0,11,16,55)
C0M11Y16K55 
(0%,11%,16%,55%)
(0.00/0.11/0.16/0.55)	

CMYK percentages

%0
%11.4
%15.79
%55.29

Codes

Color #726560 in popluar color models

726560
RGB11410196
HSL17°8.57%41.18%
HSB/HSV17°15.79%44.71%
CMYK0.00%11.40%15.79%
55.29%

Color #726560 in popluar number systems.

HEX726560
Decimal11410196
Binary111001011001011100000
Octal162145140

Shades and tints

Shades of #726560

#726560
(114,101,96)
#685C58
(104,92,88)
#5E5350
(94,83,80)
#544A48
(84,74,72)
#4A4140
(74,65,64)
#403838
(64,56,56)
#362F30
(54,47,48)
#2C2628
(44,38,40)
#221D20
(34,29,32)
#181418
(24,20,24)
#0E0B10
(14,11,16)
#000000
(0,0,0)

Tints of #726560

#726560
(114,101,96)
#7E736E
(126,115,110)
#8A817C
(138,129,124)
#968F8A
(150,143,138)
#A29D98
(162,157,152)
#AEABA6
(174,171,166)
#BAB9B4
(186,185,180)
#C6C7C2
(198,199,194)
#D2D5D0
(210,213,208)
#DEE3DE
(222,227,222)
#EAF1EC
(234,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726560; }

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

This text font color is #726560.


Background Color

.myBgColor { background-color: #726560; }

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

This div background color is #726560.


Border color

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

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

This div border color is #726560.


Opacity

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

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

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

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

This text has shadow with #726560 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726560 on black background.


Color preview on white background

This text has color #726560 on white background.



Black color preview on #726560 background

This text has black color on #726560 background.


White color preview on #726560 background

This text has white color on #726560 background.