COLOR #726964

HEX: #726964
RGB: (114,105,100)

Color info

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

RGB color model

#726964 color RGB value is (114,105,100).

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

RGB channels and saturation

R 114 of 255 = 45%
G 105 of 255 = 41%
B 100 of 255 = 39%

114
105
100

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

Portions of RGB colors in percentages

R + G + B =
114 + 105 + 100 = 319 (100%)
R 114 of 319 ~ 35.74%
G 105 of 319 ~ 32.92%
B 100 of 319 ~ 31.35%

%35.74
%32.92
%31.35

CMYK color model

#726964 color CMYK value is (0,8,12,55).

  • cyan value is 0.00%
  • magenta value is 7.89%
  • yellow value is 12.28%
  • key color value is 55.29%
CMYK:
(0,8,12,55)
C0M8Y12K55 
(0%,8%,12%,55%)
(0.00/0.08/0.12/0.55)	

CMYK percentages

%0
%7.89
%12.28
%55.29

Codes

Color #726964 in popluar color models

726964
RGB114105100
HSL21°6.54%41.96%
HSB/HSV21°12.28%44.71%
CMYK0.00%7.89%12.28%
55.29%

Color #726964 in popluar number systems.

HEX726964
Decimal114105100
Binary111001011010011100100
Octal162151144

Shades and tints

Shades of #726964

#726964
(114,105,100)
#68605B
(104,96,91)
#5E5752
(94,87,82)
#544E49
(84,78,73)
#4A4540
(74,69,64)
#403C37
(64,60,55)
#36332E
(54,51,46)
#2C2A25
(44,42,37)
#22211C
(34,33,28)
#181813
(24,24,19)
#0E0F0A
(14,15,10)
#000000
(0,0,0)

Tints of #726964

#726964
(114,105,100)
#7E7672
(126,118,114)
#8A8380
(138,131,128)
#96908E
(150,144,142)
#A29D9C
(162,157,156)
#AEAAAA
(174,170,170)
#BAB7B8
(186,183,184)
#C6C4C6
(198,196,198)
#D2D1D4
(210,209,212)
#DEDEE2
(222,222,226)
#EAEBF0
(234,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726964; }

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

This text font color is #726964.


Background Color

.myBgColor { background-color: #726964; }

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

This div background color is #726964.


Border color

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

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

This div border color is #726964.


Opacity

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

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

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

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

This text has shadow with #726964 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726964 on black background.


Color preview on white background

This text has color #726964 on white background.



Black color preview on #726964 background

This text has black color on #726964 background.


White color preview on #726964 background

This text has white color on #726964 background.