COLOR #726755

HEX: #726755
RGB: (114,103,85)

Color info

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

RGB color model

#726755 color RGB value is (114,103,85).

  • red value is 114;
  • green value is 103;
  • blue value is 85.
RGB:
(114,103,85)
(45%,40%,33%)

RGB channels and saturation

R 114 of 255 = 45%
G 103 of 255 = 40%
B 85 of 255 = 33%

114
103
85

R + G + B ~ 39%. #726755 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 103 + 85 = 302 (100%)
R 114 of 302 ~ 37.75%
G 103 of 302 ~ 34.11%
B 85 of 302 ~ 28.15%

%37.75
%34.11
%28.15

CMYK color model

#726755 color CMYK value is (0,10,25,55).

  • cyan value is 0.00%
  • magenta value is 9.65%
  • yellow value is 25.44%
  • key color value is 55.29%
CMYK:
(0,10,25,55)
C0M10Y25K55 
(0%,10%,25%,55%)
(0.00/0.10/0.25/0.55)	

CMYK percentages

%0
%9.65
%25.44
%55.29

Codes

Color #726755 in popluar color models

726755
RGB11410385
HSL37°14.57%39.02%
HSB/HSV37°25.44%44.71%
CMYK0.00%9.65%25.44%
55.29%

Color #726755 in popluar number systems.

HEX726755
Decimal11410385
Binary111001011001111010101
Octal162147125

Shades and tints

Shades of #726755

#726755
(114,103,85)
#685E4E
(104,94,78)
#5E5547
(94,85,71)
#544C40
(84,76,64)
#4A4339
(74,67,57)
#403A32
(64,58,50)
#36312B
(54,49,43)
#2C2824
(44,40,36)
#221F1D
(34,31,29)
#181616
(24,22,22)
#0E0D0F
(14,13,15)
#000000
(0,0,0)

Tints of #726755

#726755
(114,103,85)
#7E7464
(126,116,100)
#8A8173
(138,129,115)
#968E82
(150,142,130)
#A29B91
(162,155,145)
#AEA8A0
(174,168,160)
#BAB5AF
(186,181,175)
#C6C2BE
(198,194,190)
#D2CFCD
(210,207,205)
#DEDCDC
(222,220,220)
#EAE9EB
(234,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #726755 color. Also use rgb(114,103,85) instead hex code.

Text Font Color

.myTextColor { color: #726755; }

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

This text font color is #726755.


Background Color

.myBgColor { background-color: #726755; }

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

This div background color is #726755.


Border color

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

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

This div border color is #726755.


Opacity

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

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

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

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

This text has shadow with #726755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726755 on black background.


Color preview on white background

This text has color #726755 on white background.



Black color preview on #726755 background

This text has black color on #726755 background.


White color preview on #726755 background

This text has white color on #726755 background.