COLOR #726651

HEX: #726651
RGB: (114,102,81)

Color info

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

RGB color model

#726651 color RGB value is (114,102,81).

  • red value is 114;
  • green value is 102;
  • blue value is 81.
RGB:
(114,102,81)
(45%,40%,32%)

RGB channels and saturation

R 114 of 255 = 45%
G 102 of 255 = 40%
B 81 of 255 = 32%

114
102
81

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

Portions of RGB colors in percentages

R + G + B =
114 + 102 + 81 = 297 (100%)
R 114 of 297 ~ 38.38%
G 102 of 297 ~ 34.34%
B 81 of 297 ~ 27.27%

%38.38
%34.34
%27.27

CMYK color model

#726651 color CMYK value is (0,11,29,55).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 28.95%
  • key color value is 55.29%
CMYK:
(0,11,29,55)
C0M11Y29K55 
(0%,11%,29%,55%)
(0.00/0.11/0.29/0.55)	

CMYK percentages

%0
%10.53
%28.95
%55.29

Codes

Color #726651 in popluar color models

726651
RGB11410281
HSL38°16.92%38.24%
HSB/HSV38°28.95%44.71%
CMYK0.00%10.53%28.95%
55.29%

Color #726651 in popluar number systems.

HEX726651
Decimal11410281
Binary111001011001101010001
Octal162146121

Shades and tints

Shades of #726651

#726651
(114,102,81)
#685D4A
(104,93,74)
#5E5443
(94,84,67)
#544B3C
(84,75,60)
#4A4235
(74,66,53)
#40392E
(64,57,46)
#363027
(54,48,39)
#2C2720
(44,39,32)
#221E19
(34,30,25)
#181512
(24,21,18)
#0E0C0B
(14,12,11)
#000000
(0,0,0)

Tints of #726651

#726651
(114,102,81)
#7E7360
(126,115,96)
#8A806F
(138,128,111)
#968D7E
(150,141,126)
#A29A8D
(162,154,141)
#AEA79C
(174,167,156)
#BAB4AB
(186,180,171)
#C6C1BA
(198,193,186)
#D2CEC9
(210,206,201)
#DEDBD8
(222,219,216)
#EAE8E7
(234,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #726651 color. Also use rgb(114,102,81) instead hex code.

Text Font Color

.myTextColor { color: #726651; }

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

This text font color is #726651.


Background Color

.myBgColor { background-color: #726651; }

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

This div background color is #726651.


Border color

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

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

This div border color is #726651.


Opacity

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

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

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

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

This text has shadow with #726651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726651 on black background.


Color preview on white background

This text has color #726651 on white background.



Black color preview on #726651 background

This text has black color on #726651 background.


White color preview on #726651 background

This text has white color on #726651 background.