COLOR #726A89

HEX: #726A89
RGB: (114,106,137)

Color info

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

RGB color model

#726A89 color RGB value is (114,106,137).

  • red value is 114;
  • green value is 106;
  • blue value is 137.
RGB:
(114,106,137)
(45%,42%,54%)

RGB channels and saturation

R 114 of 255 = 45%
G 106 of 255 = 42%
B 137 of 255 = 54%

114
106
137

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

Portions of RGB colors in percentages

R + G + B =
114 + 106 + 137 = 357 (100%)
R 114 of 357 ~ 31.93%
G 106 of 357 ~ 29.69%
B 137 of 357 ~ 38.38%

%31.93
%29.69
%38.38

CMYK color model

#726A89 color CMYK value is (17,23,0,46).

  • cyan value is 16.79%
  • magenta value is 22.63%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(17,23,0,46)
C17M23Y0K46 
(17%,23%,0%,46%)
(0.17/0.23/0.00/0.46)	

CMYK percentages

%16.79
%22.63
%0
%46.27

Codes

Color #726A89 in popluar color models

726A89
RGB114106137
HSL255°12.76%47.65%
HSB/HSV255°22.63%53.73%
CMYK16.79%22.63%0.00%
46.27%

Color #726A89 in popluar number systems.

HEX726A89
Decimal114106137
Binary1110010110101010001001
Octal162152211

Shades and tints

Shades of #726A89

#726A89
(114,106,137)
#68617D
(104,97,125)
#5E5871
(94,88,113)
#544F65
(84,79,101)
#4A4659
(74,70,89)
#403D4D
(64,61,77)
#363441
(54,52,65)
#2C2B35
(44,43,53)
#222229
(34,34,41)
#18191D
(24,25,29)
#0E1011
(14,16,17)
#000000
(0,0,0)

Tints of #726A89

#726A89
(114,106,137)
#7E7793
(126,119,147)
#8A849D
(138,132,157)
#9691A7
(150,145,167)
#A29EB1
(162,158,177)
#AEABBB
(174,171,187)
#BAB8C5
(186,184,197)
#C6C5CF
(198,197,207)
#D2D2D9
(210,210,217)
#DEDFE3
(222,223,227)
#EAECED
(234,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #726A89 color. Also use rgb(114,106,137) instead hex code.

Text Font Color

.myTextColor { color: #726A89; }

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

This text font color is #726A89.


Background Color

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

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

This div background color is #726A89.


Border color

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

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

This div border color is #726A89.


Opacity

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

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

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

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

This text has shadow with #726A89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726A89 on black background.


Color preview on white background

This text has color #726A89 on white background.



Black color preview on #726A89 background

This text has black color on #726A89 background.


White color preview on #726A89 background

This text has white color on #726A89 background.