COLOR #726F79

HEX: #726F79
RGB: (114,111,121)

Color info

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

RGB color model

#726F79 color RGB value is (114,111,121).

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

RGB channels and saturation

R 114 of 255 = 45%
G 111 of 255 = 44%
B 121 of 255 = 47%

114
111
121

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

Portions of RGB colors in percentages

R + G + B =
114 + 111 + 121 = 346 (100%)
R 114 of 346 ~ 32.95%
G 111 of 346 ~ 32.08%
B 121 of 346 ~ 34.97%

%32.95
%32.08
%34.97

CMYK color model

#726F79 color CMYK value is (6,8,0,53).

  • cyan value is 5.79%
  • magenta value is 8.26%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(6,8,0,53)
C6M8Y0K53 
(6%,8%,0%,53%)
(0.06/0.08/0.00/0.53)	

CMYK percentages

%5.79
%8.26
%0
%52.55

Codes

Color #726F79 in popluar color models

726F79
RGB114111121
HSL258°4.31%45.49%
HSB/HSV258°8.26%47.45%
CMYK5.79%8.26%0.00%
52.55%

Color #726F79 in popluar number systems.

HEX726F79
Decimal114111121
Binary111001011011111111001
Octal162157171

Shades and tints

Shades of #726F79

#726F79
(114,111,121)
#68656E
(104,101,110)
#5E5B63
(94,91,99)
#545158
(84,81,88)
#4A474D
(74,71,77)
#403D42
(64,61,66)
#363337
(54,51,55)
#2C292C
(44,41,44)
#221F21
(34,31,33)
#181516
(24,21,22)
#0E0B0B
(14,11,11)
#000000
(0,0,0)

Tints of #726F79

#726F79
(114,111,121)
#7E7C85
(126,124,133)
#8A8991
(138,137,145)
#96969D
(150,150,157)
#A2A3A9
(162,163,169)
#AEB0B5
(174,176,181)
#BABDC1
(186,189,193)
#C6CACD
(198,202,205)
#D2D7D9
(210,215,217)
#DEE4E5
(222,228,229)
#EAF1F1
(234,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726F79; }

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

This text font color is #726F79.


Background Color

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

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

This div background color is #726F79.


Border color

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

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

This div border color is #726F79.


Opacity

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

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

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

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

This text has shadow with #726F79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726F79 on black background.


Color preview on white background

This text has color #726F79 on white background.



Black color preview on #726F79 background

This text has black color on #726F79 background.


White color preview on #726F79 background

This text has white color on #726F79 background.