COLOR #726579

HEX: #726579
RGB: (114,101,121)

Color info

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

RGB color model

#726579 color RGB value is (114,101,121).

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

RGB channels and saturation

R 114 of 255 = 45%
G 101 of 255 = 40%
B 121 of 255 = 47%

114
101
121

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

Portions of RGB colors in percentages

R + G + B =
114 + 101 + 121 = 336 (100%)
R 114 of 336 ~ 33.93%
G 101 of 336 ~ 30.06%
B 121 of 336 ~ 36.01%

%33.93
%30.06
%36.01

CMYK color model

#726579 color CMYK value is (6,17,0,53).

  • cyan value is 5.79%
  • magenta value is 16.53%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(6,17,0,53)
C6M17Y0K53 
(6%,17%,0%,53%)
(0.06/0.17/0.00/0.53)	

CMYK percentages

%5.79
%16.53
%0
%52.55

Codes

Color #726579 in popluar color models

726579
RGB114101121
HSL279°9.01%43.53%
HSB/HSV279°16.53%47.45%
CMYK5.79%16.53%0.00%
52.55%

Color #726579 in popluar number systems.

HEX726579
Decimal114101121
Binary111001011001011111001
Octal162145171

Shades and tints

Shades of #726579

#726579
(114,101,121)
#685C6E
(104,92,110)
#5E5363
(94,83,99)
#544A58
(84,74,88)
#4A414D
(74,65,77)
#403842
(64,56,66)
#362F37
(54,47,55)
#2C262C
(44,38,44)
#221D21
(34,29,33)
#181416
(24,20,22)
#0E0B0B
(14,11,11)
#000000
(0,0,0)

Tints of #726579

#726579
(114,101,121)
#7E7385
(126,115,133)
#8A8191
(138,129,145)
#968F9D
(150,143,157)
#A29DA9
(162,157,169)
#AEABB5
(174,171,181)
#BAB9C1
(186,185,193)
#C6C7CD
(198,199,205)
#D2D5D9
(210,213,217)
#DEE3E5
(222,227,229)
#EAF1F1
(234,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726579; }

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

This text font color is #726579.


Background Color

.myBgColor { background-color: #726579; }

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

This div background color is #726579.


Border color

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

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

This div border color is #726579.


Opacity

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

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

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

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

This text has shadow with #726579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726579 on black background.


Color preview on white background

This text has color #726579 on white background.



Black color preview on #726579 background

This text has black color on #726579 background.


White color preview on #726579 background

This text has white color on #726579 background.