COLOR #726380

HEX: #726380
RGB: (114,99,128)

Color info

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

RGB color model

#726380 color RGB value is (114,99,128).

  • red value is 114;
  • green value is 99;
  • blue value is 128.
RGB:
(114,99,128)
(45%,39%,50%)

RGB channels and saturation

R 114 of 255 = 45%
G 99 of 255 = 39%
B 128 of 255 = 50%

114
99
128

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

Portions of RGB colors in percentages

R + G + B =
114 + 99 + 128 = 341 (100%)
R 114 of 341 ~ 33.43%
G 99 of 341 ~ 29.03%
B 128 of 341 ~ 37.54%

%33.43
%29.03
%37.54

CMYK color model

#726380 color CMYK value is (11,23,0,50).

  • cyan value is 10.94%
  • magenta value is 22.66%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(11,23,0,50)
C11M23Y0K50 
(11%,23%,0%,50%)
(0.11/0.23/0.00/0.50)	

CMYK percentages

%10.94
%22.66
%0
%49.8

Codes

Color #726380 in popluar color models

726380
RGB11499128
HSL271°12.78%44.51%
HSB/HSV271°22.66%50.20%
CMYK10.94%22.66%0.00%
49.80%

Color #726380 in popluar number systems.

HEX726380
Decimal11499128
Binary1110010110001110000000
Octal162143200

Shades and tints

Shades of #726380

#726380
(114,99,128)
#685A75
(104,90,117)
#5E516A
(94,81,106)
#54485F
(84,72,95)
#4A3F54
(74,63,84)
#403649
(64,54,73)
#362D3E
(54,45,62)
#2C2433
(44,36,51)
#221B28
(34,27,40)
#18121D
(24,18,29)
#0E0912
(14,9,18)
#000000
(0,0,0)

Tints of #726380

#726380
(114,99,128)
#7E718B
(126,113,139)
#8A7F96
(138,127,150)
#968DA1
(150,141,161)
#A29BAC
(162,155,172)
#AEA9B7
(174,169,183)
#BAB7C2
(186,183,194)
#C6C5CD
(198,197,205)
#D2D3D8
(210,211,216)
#DEE1E3
(222,225,227)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726380; }

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

This text font color is #726380.


Background Color

.myBgColor { background-color: #726380; }

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

This div background color is #726380.


Border color

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

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

This div border color is #726380.


Opacity

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

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

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

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

This text has shadow with #726380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726380 on black background.


Color preview on white background

This text has color #726380 on white background.



Black color preview on #726380 background

This text has black color on #726380 background.


White color preview on #726380 background

This text has white color on #726380 background.