COLOR #726C87

HEX: #726C87
RGB: (114,108,135)

Color info

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

RGB color model

#726C87 color RGB value is (114,108,135).

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

RGB channels and saturation

R 114 of 255 = 45%
G 108 of 255 = 42%
B 135 of 255 = 53%

114
108
135

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

Portions of RGB colors in percentages

R + G + B =
114 + 108 + 135 = 357 (100%)
R 114 of 357 ~ 31.93%
G 108 of 357 ~ 30.25%
B 135 of 357 ~ 37.82%

%31.93
%30.25
%37.82

CMYK color model

#726C87 color CMYK value is (16,20,0,47).

  • cyan value is 15.56%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(16,20,0,47)
C16M20Y0K47 
(16%,20%,0%,47%)
(0.16/0.20/0.00/0.47)	

CMYK percentages

%15.56
%20
%0
%47.06

Codes

Color #726C87 in popluar color models

726C87
RGB114108135
HSL253°11.11%47.65%
HSB/HSV253°20.00%52.94%
CMYK15.56%20.00%0.00%
47.06%

Color #726C87 in popluar number systems.

HEX726C87
Decimal114108135
Binary1110010110110010000111
Octal162154207

Shades and tints

Shades of #726C87

#726C87
(114,108,135)
#68637B
(104,99,123)
#5E5A6F
(94,90,111)
#545163
(84,81,99)
#4A4857
(74,72,87)
#403F4B
(64,63,75)
#36363F
(54,54,63)
#2C2D33
(44,45,51)
#222427
(34,36,39)
#181B1B
(24,27,27)
#0E120F
(14,18,15)
#000000
(0,0,0)

Tints of #726C87

#726C87
(114,108,135)
#7E7991
(126,121,145)
#8A869B
(138,134,155)
#9693A5
(150,147,165)
#A2A0AF
(162,160,175)
#AEADB9
(174,173,185)
#BABAC3
(186,186,195)
#C6C7CD
(198,199,205)
#D2D4D7
(210,212,215)
#DEE1E1
(222,225,225)
#EAEEEB
(234,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726C87; }

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

This text font color is #726C87.


Background Color

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

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

This div background color is #726C87.


Border color

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

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

This div border color is #726C87.


Opacity

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

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

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

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

This text has shadow with #726C87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726C87 on black background.


Color preview on white background

This text has color #726C87 on white background.



Black color preview on #726C87 background

This text has black color on #726C87 background.


White color preview on #726C87 background

This text has white color on #726C87 background.