COLOR #726E86

HEX: #726E86 RGB: (114,110,134)

Color info

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

RGB color model

#726E86 color RGB value is (114,110,134).

RGB: (114,110,134) (45%, 43%, 53%)

RGB channels and saturation

R 114 of 255 = 45%
G 110 of 255 = 43%
B 134 of 255 = 53%

114
110
134

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

Portions of RGB colors in percentages

R + G + B = 114 + 110 + 134 = 358 (100%)
R 114 of 358 ~ 31.84%
G 110 of 358 ~ 30.73%
B 134 of 358 ~ 37.43'%

%31.84
%30.73
%37.43

CMYK color model

#726E86 color CMYK value is (15,18,0,47).

  • cyan value is 14.93%
  • magenta value is 17.91%
  • yellow value is 0.00%
  • key color value is 47.45%

CMYK: (15,18,0,47)
C15M18Y0K47 (15%, 18%, 0%, 47%)
(0.15 / 0.18 / 0.00 / 0.47)

CMYK percentages

%14.93
%17.91
%0
%47.45

Codes

Color #726E86 in popluar color models

72 6E 86
RGB 114 110 134
HSL 250° 9.84% 47.84%
HSB/HSV 250° 17.91% 52.55%
CMYK 14.93% 17.91% 0.00%
47.45%

Color #726E86 in popluar number systems.

HEX 72 6E 86
Decimal 114 110 134
Binary 1110010 1101110 10000110
Octal 162 156 206

Shades and tints

Shades of #726E86

#726E86
(114,110,134)
#68647A
(104,100,122)
#5E5A6E
(94,90,110)
#545062
(84,80,98)
#4A4656
(74,70,86)
#403C4A
(64,60,74)
#36323E
(54,50,62)
#2C2832
(44,40,50)
#221E26
(34,30,38)
#18141A
(24,20,26)
#0E0A0E
(14,10,14)
#000000
(0,0,0)

Tints of #726E86

#726E86
(114,110,134)
#7E7B91
(126,123,145)
#8A889C
(138,136,156)
#9695A7
(150,149,167)
#A2A2B2
(162,162,178)
#AEAFBD
(174,175,189)
#BABCC8
(186,188,200)
#C6C9D3
(198,201,211)
#D2D6DE
(210,214,222)
#DEE3E9
(222,227,233)
#EAF0F4
(234,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726E86; }

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

This text font color is #726E86.

Background Color

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

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

This div background color is #726E86.

Border color

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

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

This div border color is #726E86.

Opacity

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

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

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

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

This text has shadow with #726E86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #726E86.

Preview

Color preview on black background

This text has color #726E86 on black background.


Color preview on white background

This text has color #726E86 on white background.


Black color preview on #726E86 background

This text has black color on #726E86 background.


White color preview on #726E86 background

This text has white color on #726E86 background.


Related colors

Complementary color

Complementary color for #hex is #8D9179.


I love getcolorcode.com

Triadic colors

1 #86726E and #6E8672 with #726E86 are triadic colors.

2 #866E72 and #6E7286 with #726E86 are triadic colors.