COLOR #726D6F

HEX: #726D6F
RGB: (114,109,111)

Color info

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

RGB color model

#726D6F color RGB value is (114,109,111).

  • red value is 114;
  • green value is 109;
  • blue value is 111.
RGB:
(114,109,111)
(45%,43%,44%)

RGB channels and saturation

R 114 of 255 = 45%
G 109 of 255 = 43%
B 111 of 255 = 44%

114
109
111

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

Portions of RGB colors in percentages

R + G + B =
114 + 109 + 111 = 334 (100%)
R 114 of 334 ~ 34.13%
G 109 of 334 ~ 32.63%
B 111 of 334 ~ 33.23%

%34.13
%32.63
%33.23

CMYK color model

#726D6F color CMYK value is (0,4,3,55).

  • cyan value is 0.00%
  • magenta value is 4.39%
  • yellow value is 2.63%
  • key color value is 55.29%
CMYK:
(0,4,3,55)
C0M4Y3K55 
(0%,4%,3%,55%)
(0.00/0.04/0.03/0.55)	

CMYK percentages

%0
%4.39
%2.63
%55.29

Codes

Color #726D6F in popluar color models

726D6F
RGB114109111
HSL336°2.24%43.73%
HSB/HSV336°4.39%44.71%
CMYK0.00%4.39%2.63%
55.29%

Color #726D6F in popluar number systems.

HEX726D6F
Decimal114109111
Binary111001011011011101111
Octal162155157

Shades and tints

Shades of #726D6F

#726D6F
(114,109,111)
#686465
(104,100,101)
#5E5B5B
(94,91,91)
#545251
(84,82,81)
#4A4947
(74,73,71)
#40403D
(64,64,61)
#363733
(54,55,51)
#2C2E29
(44,46,41)
#22251F
(34,37,31)
#181C15
(24,28,21)
#0E130B
(14,19,11)
#000000
(0,0,0)

Tints of #726D6F

#726D6F
(114,109,111)
#7E7A7C
(126,122,124)
#8A8789
(138,135,137)
#969496
(150,148,150)
#A2A1A3
(162,161,163)
#AEAEB0
(174,174,176)
#BABBBD
(186,187,189)
#C6C8CA
(198,200,202)
#D2D5D7
(210,213,215)
#DEE2E4
(222,226,228)
#EAEFF1
(234,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #726D6F color. Also use rgb(114,109,111) instead hex code.

Text Font Color

.myTextColor { color: #726D6F; }

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

This text font color is #726D6F.


Background Color

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

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

This div background color is #726D6F.


Border color

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

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

This div border color is #726D6F.


Opacity

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

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

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

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

This text has shadow with #726D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726D6F on black background.


Color preview on white background

This text has color #726D6F on white background.



Black color preview on #726D6F background

This text has black color on #726D6F background.


White color preview on #726D6F background

This text has white color on #726D6F background.