COLOR #726D87

HEX: #726D87
RGB: (114,109,135)

Color info

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

RGB color model

#726D87 color RGB value is (114,109,135).

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

RGB channels and saturation

R 114 of 255 = 45%
G 109 of 255 = 43%
B 135 of 255 = 53%

114
109
135

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

Portions of RGB colors in percentages

R + G + B =
114 + 109 + 135 = 358 (100%)
R 114 of 358 ~ 31.84%
G 109 of 358 ~ 30.45%
B 135 of 358 ~ 37.71%

%31.84
%30.45
%37.71

CMYK color model

#726D87 color CMYK value is (16,19,0,47).

  • cyan value is 15.56%
  • magenta value is 19.26%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(16,19,0,47)
C16M19Y0K47 
(16%,19%,0%,47%)
(0.16/0.19/0.00/0.47)	

CMYK percentages

%15.56
%19.26
%0
%47.06

Codes

Color #726D87 in popluar color models

726D87
RGB114109135
HSL252°10.66%47.84%
HSB/HSV252°19.26%52.94%
CMYK15.56%19.26%0.00%
47.06%

Color #726D87 in popluar number systems.

HEX726D87
Decimal114109135
Binary1110010110110110000111
Octal162155207

Shades and tints

Shades of #726D87

#726D87
(114,109,135)
#68647B
(104,100,123)
#5E5B6F
(94,91,111)
#545263
(84,82,99)
#4A4957
(74,73,87)
#40404B
(64,64,75)
#36373F
(54,55,63)
#2C2E33
(44,46,51)
#222527
(34,37,39)
#181C1B
(24,28,27)
#0E130F
(14,19,15)
#000000
(0,0,0)

Tints of #726D87

#726D87
(114,109,135)
#7E7A91
(126,122,145)
#8A879B
(138,135,155)
#9694A5
(150,148,165)
#A2A1AF
(162,161,175)
#AEAEB9
(174,174,185)
#BABBC3
(186,187,195)
#C6C8CD
(198,200,205)
#D2D5D7
(210,213,215)
#DEE2E1
(222,226,225)
#EAEFEB
(234,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726D87; }

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

This text font color is #726D87.


Background Color

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

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

This div background color is #726D87.


Border color

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

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

This div border color is #726D87.


Opacity

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

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

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

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

This text has shadow with #726D87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726D87 on black background.


Color preview on white background

This text has color #726D87 on white background.



Black color preview on #726D87 background

This text has black color on #726D87 background.


White color preview on #726D87 background

This text has white color on #726D87 background.