COLOR #726A4D

HEX: #726A4D
RGB: (114,106,77)

Color info

#726A4D contains red, green and blue colors in about the same proportion. Web safe color of #726A4D is #666633 (or #663).

RGB color model

#726A4D color RGB value is (114,106,77).

  • red value is 114;
  • green value is 106;
  • blue value is 77.
RGB:
(114,106,77)
(45%,42%,30%)

RGB channels and saturation

R 114 of 255 = 45%
G 106 of 255 = 42%
B 77 of 255 = 30%

114
106
77

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

Portions of RGB colors in percentages

R + G + B =
114 + 106 + 77 = 297 (100%)
R 114 of 297 ~ 38.38%
G 106 of 297 ~ 35.69%
B 77 of 297 ~ 25.93%

%38.38
%35.69
%25.93

CMYK color model

#726A4D color CMYK value is (0,7,32,55).

  • cyan value is 0.00%
  • magenta value is 7.02%
  • yellow value is 32.46%
  • key color value is 55.29%
CMYK:
(0,7,32,55)
C0M7Y32K55 
(0%,7%,32%,55%)
(0.00/0.07/0.32/0.55)	

CMYK percentages

%0
%7.02
%32.46
%55.29

Codes

Color #726A4D in popluar color models

726A4D
RGB11410677
HSL47°19.37%37.45%
HSB/HSV47°32.46%44.71%
CMYK0.00%7.02%32.46%
55.29%

Color #726A4D in popluar number systems.

HEX726A4D
Decimal11410677
Binary111001011010101001101
Octal162152115

Shades and tints

Shades of #726A4D

#726A4D
(114,106,77)
#686146
(104,97,70)
#5E583F
(94,88,63)
#544F38
(84,79,56)
#4A4631
(74,70,49)
#403D2A
(64,61,42)
#363423
(54,52,35)
#2C2B1C
(44,43,28)
#222215
(34,34,21)
#18190E
(24,25,14)
#0E1007
(14,16,7)
#000000
(0,0,0)

Tints of #726A4D

#726A4D
(114,106,77)
#7E775D
(126,119,93)
#8A846D
(138,132,109)
#96917D
(150,145,125)
#A29E8D
(162,158,141)
#AEAB9D
(174,171,157)
#BAB8AD
(186,184,173)
#C6C5BD
(198,197,189)
#D2D2CD
(210,210,205)
#DEDFDD
(222,223,221)
#EAECED
(234,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #726A4D color. Also use rgb(114,106,77) instead hex code.

Text Font Color

.myTextColor { color: #726A4D; }

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

This text font color is #726A4D.


Background Color

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

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

This div background color is #726A4D.


Border color

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

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

This div border color is #726A4D.


Opacity

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

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

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

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

This text has shadow with #726A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726A4D on black background.


Color preview on white background

This text has color #726A4D on white background.



Black color preview on #726A4D background

This text has black color on #726A4D background.


White color preview on #726A4D background

This text has white color on #726A4D background.