COLOR #726664

HEX: #726664
RGB: (114,102,100)

Color info

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

RGB color model

#726664 color RGB value is (114,102,100).

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

RGB channels and saturation

R 114 of 255 = 45%
G 102 of 255 = 40%
B 100 of 255 = 39%

114
102
100

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

Portions of RGB colors in percentages

R + G + B =
114 + 102 + 100 = 316 (100%)
R 114 of 316 ~ 36.08%
G 102 of 316 ~ 32.28%
B 100 of 316 ~ 31.65%

%36.08
%32.28
%31.65

CMYK color model

#726664 color CMYK value is (0,11,12,55).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 12.28%
  • key color value is 55.29%
CMYK:
(0,11,12,55)
C0M11Y12K55 
(0%,11%,12%,55%)
(0.00/0.11/0.12/0.55)	

CMYK percentages

%0
%10.53
%12.28
%55.29

Codes

Color #726664 in popluar color models

726664
RGB114102100
HSL6.54%41.96%
HSB/HSV12.28%44.71%
CMYK0.00%10.53%12.28%
55.29%

Color #726664 in popluar number systems.

HEX726664
Decimal114102100
Binary111001011001101100100
Octal162146144

Shades and tints

Shades of #726664

#726664
(114,102,100)
#685D5B
(104,93,91)
#5E5452
(94,84,82)
#544B49
(84,75,73)
#4A4240
(74,66,64)
#403937
(64,57,55)
#36302E
(54,48,46)
#2C2725
(44,39,37)
#221E1C
(34,30,28)
#181513
(24,21,19)
#0E0C0A
(14,12,10)
#000000
(0,0,0)

Tints of #726664

#726664
(114,102,100)
#7E7372
(126,115,114)
#8A8080
(138,128,128)
#968D8E
(150,141,142)
#A29A9C
(162,154,156)
#AEA7AA
(174,167,170)
#BAB4B8
(186,180,184)
#C6C1C6
(198,193,198)
#D2CED4
(210,206,212)
#DEDBE2
(222,219,226)
#EAE8F0
(234,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726664; }

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

This text font color is #726664.


Background Color

.myBgColor { background-color: #726664; }

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

This div background color is #726664.


Border color

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

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

This div border color is #726664.


Opacity

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

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

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

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

This text has shadow with #726664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726664 on black background.


Color preview on white background

This text has color #726664 on white background.



Black color preview on #726664 background

This text has black color on #726664 background.


White color preview on #726664 background

This text has white color on #726664 background.