COLOR #726071

HEX: #726071
RGB: (114,96,113)

Color info

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

RGB color model

#726071 color RGB value is (114,96,113).

  • red value is 114;
  • green value is 96;
  • blue value is 113.
RGB:
(114,96,113)
(45%,38%,44%)

RGB channels and saturation

R 114 of 255 = 45%
G 96 of 255 = 38%
B 113 of 255 = 44%

114
96
113

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

Portions of RGB colors in percentages

R + G + B =
114 + 96 + 113 = 323 (100%)
R 114 of 323 ~ 35.29%
G 96 of 323 ~ 29.72%
B 113 of 323 ~ 34.98%

%35.29
%29.72
%34.98

CMYK color model

#726071 color CMYK value is (0,16,1,55).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 0.88%
  • key color value is 55.29%
CMYK:
(0,16,1,55)
C0M16Y1K55 
(0%,16%,1%,55%)
(0.00/0.16/0.01/0.55)	

CMYK percentages

%0
%15.79
%0.88
%55.29

Codes

Color #726071 in popluar color models

726071
RGB11496113
HSL303°8.57%41.18%
HSB/HSV303°15.79%44.71%
CMYK0.00%15.79%0.88%
55.29%

Color #726071 in popluar number systems.

HEX726071
Decimal11496113
Binary111001011000001110001
Octal162140161

Shades and tints

Shades of #726071

#726071
(114,96,113)
#685867
(104,88,103)
#5E505D
(94,80,93)
#544853
(84,72,83)
#4A4049
(74,64,73)
#40383F
(64,56,63)
#363035
(54,48,53)
#2C282B
(44,40,43)
#222021
(34,32,33)
#181817
(24,24,23)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #726071

#726071
(114,96,113)
#7E6E7D
(126,110,125)
#8A7C89
(138,124,137)
#968A95
(150,138,149)
#A298A1
(162,152,161)
#AEA6AD
(174,166,173)
#BAB4B9
(186,180,185)
#C6C2C5
(198,194,197)
#D2D0D1
(210,208,209)
#DEDEDD
(222,222,221)
#EAECE9
(234,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #726071 color. Also use rgb(114,96,113) instead hex code.

Text Font Color

.myTextColor { color: #726071; }

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

This text font color is #726071.


Background Color

.myBgColor { background-color: #726071; }

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

This div background color is #726071.


Border color

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

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

This div border color is #726071.


Opacity

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

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

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

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

This text has shadow with #726071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726071 on black background.


Color preview on white background

This text has color #726071 on white background.



Black color preview on #726071 background

This text has black color on #726071 background.


White color preview on #726071 background

This text has white color on #726071 background.