COLOR #726C5F

HEX: #726C5F RGB: (114,108,95)

Color info

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

RGB color model

#726C5F color RGB value is (114,108,95).

RGB: (114,108,95) (45%, 42%, 37%)

RGB channels and saturation

R 114 of 255 = 45%
G 108 of 255 = 42%
B 95 of 255 = 37%

114
108
95

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

Portions of RGB colors in percentages

R + G + B = 114 + 108 + 95 = 317 (100%)
R 114 of 317 ~ 35.96%
G 108 of 317 ~ 34.07%
B 95 of 317 ~ 29.97'%

%35.96
%34.07
%29.97

CMYK color model

#726C5F color CMYK value is (0,5,17,55).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 16.67%
  • key color value is 55.29%

CMYK: (0,5,17,55)
C0M5Y17K55 (0%, 5%, 17%, 55%)
(0.00 / 0.05 / 0.17 / 0.55)

CMYK percentages

%0
%5.26
%16.67
%55.29

Codes

Color #726C5F in popluar color models

72 6C 5F
RGB 114 108 95
HSL 41° 9.09% 40.98%
HSB/HSV 41° 16.67% 44.71%
CMYK 0.00% 5.26% 16.67%
55.29%

Color #726C5F in popluar number systems.

HEX 72 6C 5F
Decimal 114 108 95
Binary 1110010 1101100 1011111
Octal 162 154 137

Shades and tints

Shades of #726C5F

#726C5F
(114,108,95)
#686357
(104,99,87)
#5E5A4F
(94,90,79)
#545147
(84,81,71)
#4A483F
(74,72,63)
#403F37
(64,63,55)
#36362F
(54,54,47)
#2C2D27
(44,45,39)
#22241F
(34,36,31)
#181B17
(24,27,23)
#0E120F
(14,18,15)
#000000
(0,0,0)

Tints of #726C5F

#726C5F
(114,108,95)
#7E796D
(126,121,109)
#8A867B
(138,134,123)
#969389
(150,147,137)
#A2A097
(162,160,151)
#AEADA5
(174,173,165)
#BABAB3
(186,186,179)
#C6C7C1
(198,199,193)
#D2D4CF
(210,212,207)
#DEE1DD
(222,225,221)
#EAEEEB
(234,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #726C5F color. Also use rgb(114,108,95) instead hex code.

Text Font Color

.myTextColor { color: #726C5F; }

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

This text font color is #726C5F.

Background Color

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

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

This div background color is #726C5F.

Border color

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

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

This div border color is #726C5F.

Opacity

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

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

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

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

This text has shadow with #726C5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #726C5F.

Preview

Color preview on black background

This text has color #726C5F on black background.


Color preview on white background

This text has color #726C5F on white background.


Black color preview on #726C5F background

This text has black color on #726C5F background.


White color preview on #726C5F background

This text has white color on #726C5F background.


Related colors

Complementary color

Complementary color for #hex is #8D93A0.


I love getcolorcode.com

Triadic colors

1 #5F726C and #6C5F72 with #726C5F are triadic colors.

2 #5F6C72 and #6C725F with #726C5F are triadic colors.