COLOR #726364

HEX: #726364
RGB: (114,99,100)

Color info

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

RGB color model

#726364 color RGB value is (114,99,100).

  • red value is 114;
  • green value is 99;
  • blue value is 100.
RGB:
(114,99,100)
(45%,39%,39%)

RGB channels and saturation

R 114 of 255 = 45%
G 99 of 255 = 39%
B 100 of 255 = 39%

114
99
100

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

Portions of RGB colors in percentages

R + G + B =
114 + 99 + 100 = 313 (100%)
R 114 of 313 ~ 36.42%
G 99 of 313 ~ 31.63%
B 100 of 313 ~ 31.95%

%36.42
%31.63
%31.95

CMYK color model

#726364 color CMYK value is (0,13,12,55).

  • cyan value is 0.00%
  • magenta value is 13.16%
  • yellow value is 12.28%
  • key color value is 55.29%
CMYK:
(0,13,12,55)
C0M13Y12K55 
(0%,13%,12%,55%)
(0.00/0.13/0.12/0.55)	

CMYK percentages

%0
%13.16
%12.28
%55.29

Codes

Color #726364 in popluar color models

726364
RGB11499100
HSL356°7.04%41.76%
HSB/HSV356°13.16%44.71%
CMYK0.00%13.16%12.28%
55.29%

Color #726364 in popluar number systems.

HEX726364
Decimal11499100
Binary111001011000111100100
Octal162143144

Shades and tints

Shades of #726364

#726364
(114,99,100)
#685A5B
(104,90,91)
#5E5152
(94,81,82)
#544849
(84,72,73)
#4A3F40
(74,63,64)
#403637
(64,54,55)
#362D2E
(54,45,46)
#2C2425
(44,36,37)
#221B1C
(34,27,28)
#181213
(24,18,19)
#0E090A
(14,9,10)
#000000
(0,0,0)

Tints of #726364

#726364
(114,99,100)
#7E7172
(126,113,114)
#8A7F80
(138,127,128)
#968D8E
(150,141,142)
#A29B9C
(162,155,156)
#AEA9AA
(174,169,170)
#BAB7B8
(186,183,184)
#C6C5C6
(198,197,198)
#D2D3D4
(210,211,212)
#DEE1E2
(222,225,226)
#EAEFF0
(234,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726364; }

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

This text font color is #726364.


Background Color

.myBgColor { background-color: #726364; }

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

This div background color is #726364.


Border color

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

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

This div border color is #726364.


Opacity

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

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

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

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

This text has shadow with #726364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726364 on black background.


Color preview on white background

This text has color #726364 on white background.



Black color preview on #726364 background

This text has black color on #726364 background.


White color preview on #726364 background

This text has white color on #726364 background.