COLOR #726080

HEX: #726080 RGB: (114,96,128)

Color info

#726080 contains red, green and blue colors in about the same proportion. Web safe color of #726080 is #666666 (or #666).

RGB color model

#726080 color RGB value is (114,96,128).

RGB: (114,96,128) (45%, 38%, 50%)

RGB channels and saturation

R 114 of 255 = 45%
G 96 of 255 = 38%
B 128 of 255 = 50%

114
96
128

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

Portions of RGB colors in percentages

R + G + B = 114 + 96 + 128 = 338 (100%)
R 114 of 338 ~ 33.73%
G 96 of 338 ~ 28.4%
B 128 of 338 ~ 37.87'%

%33.73
%28.4
%37.87

CMYK color model

#726080 color CMYK value is (11,25,0,50).

  • cyan value is 10.94%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (11,25,0,50)
C11M25Y0K50 (11%, 25%, 0%, 50%)
(0.11 / 0.25 / 0.00 / 0.50)

CMYK percentages

%10.94
%25
%0
%49.8

Codes

Color #726080 in popluar color models

72 60 80
RGB 114 96 128
HSL 274° 14.29% 43.92%
HSB/HSV 274° 25.00% 50.20%
CMYK 10.94% 25.00% 0.00%
49.80%

Color #726080 in popluar number systems.

HEX 72 60 80
Decimal 114 96 128
Binary 1110010 1100000 10000000
Octal 162 140 200

Shades and tints

Shades of #726080

#726080
(114,96,128)
#685875
(104,88,117)
#5E506A
(94,80,106)
#54485F
(84,72,95)
#4A4054
(74,64,84)
#403849
(64,56,73)
#36303E
(54,48,62)
#2C2833
(44,40,51)
#222028
(34,32,40)
#18181D
(24,24,29)
#0E1012
(14,16,18)
#000000
(0,0,0)

Tints of #726080

#726080
(114,96,128)
#7E6E8B
(126,110,139)
#8A7C96
(138,124,150)
#968AA1
(150,138,161)
#A298AC
(162,152,172)
#AEA6B7
(174,166,183)
#BAB4C2
(186,180,194)
#C6C2CD
(198,194,205)
#D2D0D8
(210,208,216)
#DEDEE3
(222,222,227)
#EAECEE
(234,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #726080 color. Also use rgb(114,96,128) instead hex code.

Text Font Color

.myTextColor { color: #726080; }

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

This text font color is #726080.

Background Color

.myBgColor { background-color: #726080; }

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

This div background color is #726080.

Border color

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

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

This div border color is #726080.

Opacity

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

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

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

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

This text has shadow with #726080 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #726080.

Preview

Color preview on black background

This text has color #726080 on black background.


Color preview on white background

This text has color #726080 on white background.


Black color preview on #726080 background

This text has black color on #726080 background.


White color preview on #726080 background

This text has white color on #726080 background.


Related colors

Complementary color

Complementary color for #hex is #8D9F7F.


I love getcolorcode.com

Triadic colors

1 #807260 and #608072 with #726080 are triadic colors.

2 #806072 and #607280 with #726080 are triadic colors.