COLOR #726A3F

HEX: #726A3F RGB: (114,106,63)

Color info

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

RGB color model

#726A3F color RGB value is (114,106,63).

RGB: (114,106,63) (45%, 42%, 25%)

RGB channels and saturation

R 114 of 255 = 45%
G 106 of 255 = 42%
B 63 of 255 = 25%

114
106
63

R + G + B ~ 37%. #726A3F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 114 + 106 + 63 = 283 (100%)
R 114 of 283 ~ 40.28%
G 106 of 283 ~ 37.46%
B 63 of 283 ~ 22.26'%

%40.28
%37.46
%22.26

CMYK color model

#726A3F color CMYK value is (0,7,45,55).

  • cyan value is 0.00%
  • magenta value is 7.02%
  • yellow value is 44.74%
  • key color value is 55.29%
CMYK: (0,7,45,55) C0M7Y45K55 (0%,7%,45%,55%) (0.00/0.07/0.45/0.55) 

CMYK percentages

%0
%7.02
%44.74
%55.29

Codes

Color #726A3F in popluar color models

72 6A 3F
RGB 114 106 63
HSL 51° 28.81% 34.71%
HSB/HSV 51° 44.74% 44.71%
CMYK 0.00% 7.02% 44.74%
55.29%

Color #726A3F in popluar number systems.

HEX 72 6A 3F
Decimal 114 106 63
Binary 1110010 1101010 111111
Octal 162 152 77

Shades and tints

Shades of #726A3F

#726A3F
(114,106,63)
#68613A
(104,97,58)
#5E5835
(94,88,53)
#544F30
(84,79,48)
#4A462B
(74,70,43)
#403D26
(64,61,38)
#363421
(54,52,33)
#2C2B1C
(44,43,28)
#222217
(34,34,23)
#181912
(24,25,18)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #726A3F

#726A3F
(114,106,63)
#7E7750
(126,119,80)
#8A8461
(138,132,97)
#969172
(150,145,114)
#A29E83
(162,158,131)
#AEAB94
(174,171,148)
#BAB8A5
(186,184,165)
#C6C5B6
(198,197,182)
#D2D2C7
(210,210,199)
#DEDFD8
(222,223,216)
#EAECE9
(234,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726A3F; }

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

This text font color is #726A3F.

Background Color

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

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

This div background color is #726A3F.

Border color

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

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

This div border color is #726A3F.

Opacity

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

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

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

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

This text has shadow with #726A3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #726A3F.

Preview

Color preview on black background

This text has color #726A3F on black background.


Color preview on white background

This text has color #726A3F on white background.


Black color preview on #726A3F background

This text has black color on #726A3F background.


White color preview on #726A3F background

This text has white color on #726A3F background.


Related colors

Complementary color

Complementary color for #hex is #8D95C0.


I love getcolorcode.com

Triadic colors

1 #3F726A and #6A3F72 with #726A3F are triadic colors.

2 #3F6A72 and #6A723F with #726A3F are triadic colors.