COLOR #726164

HEX: #726164 RGB: (114,97,100)

Color info

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

RGB color model

#726164 color RGB value is (114,97,100).

RGB: (114,97,100) (45%, 38%, 39%)

RGB channels and saturation

R 114 of 255 = 45%
G 97 of 255 = 38%
B 100 of 255 = 39%

114
97
100

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

Portions of RGB colors in percentages

R + G + B = 114 + 97 + 100 = 311 (100%)
R 114 of 311 ~ 36.66%
G 97 of 311 ~ 31.19%
B 100 of 311 ~ 32.15'%

%36.66
%31.19
%32.15

CMYK color model

#726164 color CMYK value is (0,15,12,55).

  • cyan value is 0.00%
  • magenta value is 14.91%
  • yellow value is 12.28%
  • key color value is 55.29%
CMYK: (0,15,12,55) C0M15Y12K55 (0%,15%,12%,55%) (0.00/0.15/0.12/0.55) 

CMYK percentages

%0
%14.91
%12.28
%55.29

Codes

Color #726164 in popluar color models

72 61 64
RGB 114 97 100
HSL 349° 8.06% 41.37%
HSB/HSV 349° 14.91% 44.71%
CMYK 0.00% 14.91% 12.28%
55.29%

Color #726164 in popluar number systems.

HEX 72 61 64
Decimal 114 97 100
Binary 1110010 1100001 1100100
Octal 162 141 144

Shades and tints

Shades of #726164

#726164
(114,97,100)
#68595B
(104,89,91)
#5E5152
(94,81,82)
#544949
(84,73,73)
#4A4140
(74,65,64)
#403937
(64,57,55)
#36312E
(54,49,46)
#2C2925
(44,41,37)
#22211C
(34,33,28)
#181913
(24,25,19)
#0E110A
(14,17,10)
#000000
(0,0,0)

Tints of #726164

#726164
(114,97,100)
#7E6F72
(126,111,114)
#8A7D80
(138,125,128)
#968B8E
(150,139,142)
#A2999C
(162,153,156)
#AEA7AA
(174,167,170)
#BAB5B8
(186,181,184)
#C6C3C6
(198,195,198)
#D2D1D4
(210,209,212)
#DEDFE2
(222,223,226)
#EAEDF0
(234,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #726164 color. Also use rgb(114,97,100) instead hex code.

Text Font Color

.myTextColor { color: #726164; }

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

This text font color is #726164.

Background Color

.myBgColor { background-color: #726164; }

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

This div background color is #726164.

Border color

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

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

This div border color is #726164.

Opacity

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

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

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

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

This text has shadow with #726164 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #726164.

Preview

Color preview on black background

This text has color #726164 on black background.


Color preview on white background

This text has color #726164 on white background.


Black color preview on #726164 background

This text has black color on #726164 background.


White color preview on #726164 background

This text has white color on #726164 background.


Related colors

Complementary color

Complementary color for #hex is #8D9E9B.


I love getcolorcode.com

Triadic colors

1 #647261 and #616472 with #726164 are triadic colors.

2 #646172 and #617264 with #726164 are triadic colors.