COLOR #726B79

HEX: #726B79
RGB: (114,107,121)

Color info

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

RGB color model

#726B79 color RGB value is (114,107,121).

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

RGB channels and saturation

R 114 of 255 = 45%
G 107 of 255 = 42%
B 121 of 255 = 47%

114
107
121

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

Portions of RGB colors in percentages

R + G + B =
114 + 107 + 121 = 342 (100%)
R 114 of 342 ~ 33.33%
G 107 of 342 ~ 31.29%
B 121 of 342 ~ 35.38%

%33.33
%31.29
%35.38

CMYK color model

#726B79 color CMYK value is (6,12,0,53).

  • cyan value is 5.79%
  • magenta value is 11.57%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(6,12,0,53)
C6M12Y0K53 
(6%,12%,0%,53%)
(0.06/0.12/0.00/0.53)	

CMYK percentages

%5.79
%11.57
%0
%52.55

Codes

Color #726B79 in popluar color models

726B79
RGB114107121
HSL270°6.14%44.71%
HSB/HSV270°11.57%47.45%
CMYK5.79%11.57%0.00%
52.55%

Color #726B79 in popluar number systems.

HEX726B79
Decimal114107121
Binary111001011010111111001
Octal162153171

Shades and tints

Shades of #726B79

#726B79
(114,107,121)
#68626E
(104,98,110)
#5E5963
(94,89,99)
#545058
(84,80,88)
#4A474D
(74,71,77)
#403E42
(64,62,66)
#363537
(54,53,55)
#2C2C2C
(44,44,44)
#222321
(34,35,33)
#181A16
(24,26,22)
#0E110B
(14,17,11)
#000000
(0,0,0)

Tints of #726B79

#726B79
(114,107,121)
#7E7885
(126,120,133)
#8A8591
(138,133,145)
#96929D
(150,146,157)
#A29FA9
(162,159,169)
#AEACB5
(174,172,181)
#BAB9C1
(186,185,193)
#C6C6CD
(198,198,205)
#D2D3D9
(210,211,217)
#DEE0E5
(222,224,229)
#EAEDF1
(234,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726B79; }

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

This text font color is #726B79.


Background Color

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

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

This div background color is #726B79.


Border color

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

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

This div border color is #726B79.


Opacity

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

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

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

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

This text has shadow with #726B79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726B79 on black background.


Color preview on white background

This text has color #726B79 on white background.



Black color preview on #726B79 background

This text has black color on #726B79 background.


White color preview on #726B79 background

This text has white color on #726B79 background.