COLOR #726880

HEX: #726880
RGB: (114,104,128)

Color info

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

RGB color model

#726880 color RGB value is (114,104,128).

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

RGB channels and saturation

R 114 of 255 = 45%
G 104 of 255 = 41%
B 128 of 255 = 50%

114
104
128

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

Portions of RGB colors in percentages

R + G + B =
114 + 104 + 128 = 346 (100%)
R 114 of 346 ~ 32.95%
G 104 of 346 ~ 30.06%
B 128 of 346 ~ 36.99%

%32.95
%30.06
%36.99

CMYK color model

#726880 color CMYK value is (11,19,0,50).

  • cyan value is 10.94%
  • magenta value is 18.75%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(11,19,0,50)
C11M19Y0K50 
(11%,19%,0%,50%)
(0.11/0.19/0.00/0.50)	

CMYK percentages

%10.94
%18.75
%0
%49.8

Codes

Color #726880 in popluar color models

726880
RGB114104128
HSL265°10.34%45.49%
HSB/HSV265°18.75%50.20%
CMYK10.94%18.75%0.00%
49.80%

Color #726880 in popluar number systems.

HEX726880
Decimal114104128
Binary1110010110100010000000
Octal162150200

Shades and tints

Shades of #726880

#726880
(114,104,128)
#685F75
(104,95,117)
#5E566A
(94,86,106)
#544D5F
(84,77,95)
#4A4454
(74,68,84)
#403B49
(64,59,73)
#36323E
(54,50,62)
#2C2933
(44,41,51)
#222028
(34,32,40)
#18171D
(24,23,29)
#0E0E12
(14,14,18)
#000000
(0,0,0)

Tints of #726880

#726880
(114,104,128)
#7E758B
(126,117,139)
#8A8296
(138,130,150)
#968FA1
(150,143,161)
#A29CAC
(162,156,172)
#AEA9B7
(174,169,183)
#BAB6C2
(186,182,194)
#C6C3CD
(198,195,205)
#D2D0D8
(210,208,216)
#DEDDE3
(222,221,227)
#EAEAEE
(234,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726880; }

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

This text font color is #726880.


Background Color

.myBgColor { background-color: #726880; }

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

This div background color is #726880.


Border color

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

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

This div border color is #726880.


Opacity

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

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

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

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

This text has shadow with #726880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726880 on black background.


Color preview on white background

This text has color #726880 on white background.



Black color preview on #726880 background

This text has black color on #726880 background.


White color preview on #726880 background

This text has white color on #726880 background.