COLOR #726C65

HEX: #726C65 RGB: (114,108,101)

Color info

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

RGB color model

#726C65 color RGB value is (114,108,101).

RGB: (114,108,101) (45%, 42%, 40%)

RGB channels and saturation

R 114 of 255 = 45%
G 108 of 255 = 42%
B 101 of 255 = 40%

114
108
101

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

Portions of RGB colors in percentages

R + G + B = 114 + 108 + 101 = 323 (100%)
R 114 of 323 ~ 35.29%
G 108 of 323 ~ 33.44%
B 101 of 323 ~ 31.27'%

%35.29
%33.44
%31.27

CMYK color model

#726C65 color CMYK value is (0,5,11,55).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 11.40%
  • key color value is 55.29%
CMYK: (0,5,11,55) C0M5Y11K55 (0%,5%,11%,55%) (0.00/0.05/0.11/0.55) 

CMYK percentages

%0
%5.26
%11.4
%55.29

Codes

Color #726C65 in popluar color models

72 6C 65
RGB 114 108 101
HSL 32° 6.05% 42.16%
HSB/HSV 32° 11.40% 44.71%
CMYK 0.00% 5.26% 11.40%
55.29%

Color #726C65 in popluar number systems.

HEX 72 6C 65
Decimal 114 108 101
Binary 1110010 1101100 1100101
Octal 162 154 145

Shades and tints

Shades of #726C65

#726C65
(114,108,101)
#68635C
(104,99,92)
#5E5A53
(94,90,83)
#54514A
(84,81,74)
#4A4841
(74,72,65)
#403F38
(64,63,56)
#36362F
(54,54,47)
#2C2D26
(44,45,38)
#22241D
(34,36,29)
#181B14
(24,27,20)
#0E120B
(14,18,11)
#000000
(0,0,0)

Tints of #726C65

#726C65
(114,108,101)
#7E7973
(126,121,115)
#8A8681
(138,134,129)
#96938F
(150,147,143)
#A2A09D
(162,160,157)
#AEADAB
(174,173,171)
#BABAB9
(186,186,185)
#C6C7C7
(198,199,199)
#D2D4D5
(210,212,213)
#DEE1E3
(222,225,227)
#EAEEF1
(234,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726C65; }

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

This text font color is #726C65.

Background Color

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

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

This div background color is #726C65.

Border color

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

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

This div border color is #726C65.

Opacity

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

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

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

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

This text has shadow with #726C65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #726C65.

Preview

Color preview on black background

This text has color #726C65 on black background.


Color preview on white background

This text has color #726C65 on white background.


Black color preview on #726C65 background

This text has black color on #726C65 background.


White color preview on #726C65 background

This text has white color on #726C65 background.


Related colors

Complementary color

Complementary color for #hex is #8D939A.


I love getcolorcode.com

Triadic colors

1 #65726C and #6C6572 with #726C65 are triadic colors.

2 #656C72 and #6C7265 with #726C65 are triadic colors.