COLOR #726988

HEX: #726988
RGB: (114,105,136)

Color info

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

RGB color model

#726988 color RGB value is (114,105,136).

  • red value is 114;
  • green value is 105;
  • blue value is 136.
RGB:
(114,105,136)
(45%,41%,53%)

RGB channels and saturation

R 114 of 255 = 45%
G 105 of 255 = 41%
B 136 of 255 = 53%

114
105
136

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

Portions of RGB colors in percentages

R + G + B =
114 + 105 + 136 = 355 (100%)
R 114 of 355 ~ 32.11%
G 105 of 355 ~ 29.58%
B 136 of 355 ~ 38.31%

%32.11
%29.58
%38.31

CMYK color model

#726988 color CMYK value is (16,23,0,47).

  • cyan value is 16.18%
  • magenta value is 22.79%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(16,23,0,47)
C16M23Y0K47 
(16%,23%,0%,47%)
(0.16/0.23/0.00/0.47)	

CMYK percentages

%16.18
%22.79
%0
%46.67

Codes

Color #726988 in popluar color models

726988
RGB114105136
HSL257°12.86%47.25%
HSB/HSV257°22.79%53.33%
CMYK16.18%22.79%0.00%
46.67%

Color #726988 in popluar number systems.

HEX726988
Decimal114105136
Binary1110010110100110001000
Octal162151210

Shades and tints

Shades of #726988

#726988
(114,105,136)
#68607C
(104,96,124)
#5E5770
(94,87,112)
#544E64
(84,78,100)
#4A4558
(74,69,88)
#403C4C
(64,60,76)
#363340
(54,51,64)
#2C2A34
(44,42,52)
#222128
(34,33,40)
#18181C
(24,24,28)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #726988

#726988
(114,105,136)
#7E7692
(126,118,146)
#8A839C
(138,131,156)
#9690A6
(150,144,166)
#A29DB0
(162,157,176)
#AEAABA
(174,170,186)
#BAB7C4
(186,183,196)
#C6C4CE
(198,196,206)
#D2D1D8
(210,209,216)
#DEDEE2
(222,222,226)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #726988 color. Also use rgb(114,105,136) instead hex code.

Text Font Color

.myTextColor { color: #726988; }

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

This text font color is #726988.


Background Color

.myBgColor { background-color: #726988; }

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

This div background color is #726988.


Border color

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

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

This div border color is #726988.


Opacity

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

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

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

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

This text has shadow with #726988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726988 on black background.


Color preview on white background

This text has color #726988 on white background.



Black color preview on #726988 background

This text has black color on #726988 background.


White color preview on #726988 background

This text has white color on #726988 background.