COLOR #726D83

HEX: #726D83
RGB: (114,109,131)

Color info

#726D83 contains red, green and blue colors in about the same proportion. Web safe color of #726D83 is #666699 (or #669).

RGB color model

#726D83 color RGB value is (114,109,131).

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

RGB channels and saturation

R 114 of 255 = 45%
G 109 of 255 = 43%
B 131 of 255 = 51%

114
109
131

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

Portions of RGB colors in percentages

R + G + B =
114 + 109 + 131 = 354 (100%)
R 114 of 354 ~ 32.2%
G 109 of 354 ~ 30.79%
B 131 of 354 ~ 37.01%

%32.2
%30.79
%37.01

CMYK color model

#726D83 color CMYK value is (13,17,0,49).

  • cyan value is 12.98%
  • magenta value is 16.79%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(13,17,0,49)
C13M17Y0K49 
(13%,17%,0%,49%)
(0.13/0.17/0.00/0.49)	

CMYK percentages

%12.98
%16.79
%0
%48.63

Codes

Color #726D83 in popluar color models

726D83
RGB114109131
HSL254°9.17%47.06%
HSB/HSV254°16.79%51.37%
CMYK12.98%16.79%0.00%
48.63%

Color #726D83 in popluar number systems.

HEX726D83
Decimal114109131
Binary1110010110110110000011
Octal162155203

Shades and tints

Shades of #726D83

#726D83
(114,109,131)
#686478
(104,100,120)
#5E5B6D
(94,91,109)
#545262
(84,82,98)
#4A4957
(74,73,87)
#40404C
(64,64,76)
#363741
(54,55,65)
#2C2E36
(44,46,54)
#22252B
(34,37,43)
#181C20
(24,28,32)
#0E1315
(14,19,21)
#000000
(0,0,0)

Tints of #726D83

#726D83
(114,109,131)
#7E7A8E
(126,122,142)
#8A8799
(138,135,153)
#9694A4
(150,148,164)
#A2A1AF
(162,161,175)
#AEAEBA
(174,174,186)
#BABBC5
(186,187,197)
#C6C8D0
(198,200,208)
#D2D5DB
(210,213,219)
#DEE2E6
(222,226,230)
#EAEFF1
(234,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726D83; }

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

This text font color is #726D83.


Background Color

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

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

This div background color is #726D83.


Border color

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

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

This div border color is #726D83.


Opacity

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

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

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

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

This text has shadow with #726D83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726D83 on black background.


Color preview on white background

This text has color #726D83 on white background.



Black color preview on #726D83 background

This text has black color on #726D83 background.


White color preview on #726D83 background

This text has white color on #726D83 background.