COLOR #726E99

HEX: #726E99 RGB: (114,110,153)

Color info

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

RGB color model

#726E99 color RGB value is (114,110,153).

RGB: (114,110,153) (45%, 43%, 60%)

RGB channels and saturation

R 114 of 255 = 45%
G 110 of 255 = 43%
B 153 of 255 = 60%

114
110
153

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

Portions of RGB colors in percentages

R + G + B = 114 + 110 + 153 = 377 (100%)
R 114 of 377 ~ 30.24%
G 110 of 377 ~ 29.18%
B 153 of 377 ~ 40.58'%

%30.24
%29.18
%40.58

CMYK color model

#726E99 color CMYK value is (25,28,0,40).

  • cyan value is 25.49%
  • magenta value is 28.10%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (25,28,0,40)
C25M28Y0K40 (25%, 28%, 0%, 40%)
(0.25 / 0.28 / 0.00 / 0.40)

CMYK percentages

%25.49
%28.1
%0
%40

Codes

Color #726E99 in popluar color models

72 6E 99
RGB 114 110 153
HSL 246° 17.41% 51.57%
HSB/HSV 246° 28.10% 60.00%
CMYK 25.49% 28.10% 0.00%
40.00%

Color #726E99 in popluar number systems.

HEX 72 6E 99
Decimal 114 110 153
Binary 1110010 1101110 10011001
Octal 162 156 231

Shades and tints

Shades of #726E99

#726E99
(114,110,153)
#68648C
(104,100,140)
#5E5A7F
(94,90,127)
#545072
(84,80,114)
#4A4665
(74,70,101)
#403C58
(64,60,88)
#36324B
(54,50,75)
#2C283E
(44,40,62)
#221E31
(34,30,49)
#181424
(24,20,36)
#0E0A17
(14,10,23)
#000000
(0,0,0)

Tints of #726E99

#726E99
(114,110,153)
#7E7BA2
(126,123,162)
#8A88AB
(138,136,171)
#9695B4
(150,149,180)
#A2A2BD
(162,162,189)
#AEAFC6
(174,175,198)
#BABCCF
(186,188,207)
#C6C9D8
(198,201,216)
#D2D6E1
(210,214,225)
#DEE3EA
(222,227,234)
#EAF0F3
(234,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #726E99 color. Also use rgb(114,110,153) instead hex code.

Text Font Color

.myTextColor { color: #726E99; }

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

This text font color is #726E99.

Background Color

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

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

This div background color is #726E99.

Border color

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

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

This div border color is #726E99.

Opacity

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

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

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

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

This text has shadow with #726E99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #726E99.

Preview

Color preview on black background

This text has color #726E99 on black background.


Color preview on white background

This text has color #726E99 on white background.


Black color preview on #726E99 background

This text has black color on #726E99 background.


White color preview on #726E99 background

This text has white color on #726E99 background.


Related colors

Complementary color

Complementary color for #hex is #8D9166.


I love getcolorcode.com

Triadic colors

1 #99726E and #6E9972 with #726E99 are triadic colors.

2 #996E72 and #6E7299 with #726E99 are triadic colors.