COLOR #726584

HEX: #726584
RGB: (114,101,132)

Color info

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

RGB color model

#726584 color RGB value is (114,101,132).

  • red value is 114;
  • green value is 101;
  • blue value is 132.
RGB:
(114,101,132)
(45%,40%,52%)

RGB channels and saturation

R 114 of 255 = 45%
G 101 of 255 = 40%
B 132 of 255 = 52%

114
101
132

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

Portions of RGB colors in percentages

R + G + B =
114 + 101 + 132 = 347 (100%)
R 114 of 347 ~ 32.85%
G 101 of 347 ~ 29.11%
B 132 of 347 ~ 38.04%

%32.85
%29.11
%38.04

CMYK color model

#726584 color CMYK value is (14,23,0,48).

  • cyan value is 13.64%
  • magenta value is 23.48%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(14,23,0,48)
C14M23Y0K48 
(14%,23%,0%,48%)
(0.14/0.23/0.00/0.48)	

CMYK percentages

%13.64
%23.48
%0
%48.24

Codes

Color #726584 in popluar color models

726584
RGB114101132
HSL265°13.30%45.69%
HSB/HSV265°23.48%51.76%
CMYK13.64%23.48%0.00%
48.24%

Color #726584 in popluar number systems.

HEX726584
Decimal114101132
Binary1110010110010110000100
Octal162145204

Shades and tints

Shades of #726584

#726584
(114,101,132)
#685C78
(104,92,120)
#5E536C
(94,83,108)
#544A60
(84,74,96)
#4A4154
(74,65,84)
#403848
(64,56,72)
#362F3C
(54,47,60)
#2C2630
(44,38,48)
#221D24
(34,29,36)
#181418
(24,20,24)
#0E0B0C
(14,11,12)
#000000
(0,0,0)

Tints of #726584

#726584
(114,101,132)
#7E738F
(126,115,143)
#8A819A
(138,129,154)
#968FA5
(150,143,165)
#A29DB0
(162,157,176)
#AEABBB
(174,171,187)
#BAB9C6
(186,185,198)
#C6C7D1
(198,199,209)
#D2D5DC
(210,213,220)
#DEE3E7
(222,227,231)
#EAF1F2
(234,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #726584 color. Also use rgb(114,101,132) instead hex code.

Text Font Color

.myTextColor { color: #726584; }

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

This text font color is #726584.


Background Color

.myBgColor { background-color: #726584; }

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

This div background color is #726584.


Border color

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

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

This div border color is #726584.


Opacity

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

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

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

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

This text has shadow with #726584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726584 on black background.


Color preview on white background

This text has color #726584 on white background.



Black color preview on #726584 background

This text has black color on #726584 background.


White color preview on #726584 background

This text has white color on #726584 background.