COLOR #726084

HEX: #726084
RGB: (114,96,132)

Color info

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

RGB color model

#726084 color RGB value is (114,96,132).

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

RGB channels and saturation

R 114 of 255 = 45%
G 96 of 255 = 38%
B 132 of 255 = 52%

114
96
132

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

Portions of RGB colors in percentages

R + G + B =
114 + 96 + 132 = 342 (100%)
R 114 of 342 ~ 33.33%
G 96 of 342 ~ 28.07%
B 132 of 342 ~ 38.6%

%33.33
%28.07
%38.6

CMYK color model

#726084 color CMYK value is (14,27,0,48).

  • cyan value is 13.64%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(14,27,0,48)
C14M27Y0K48 
(14%,27%,0%,48%)
(0.14/0.27/0.00/0.48)	

CMYK percentages

%13.64
%27.27
%0
%48.24

Codes

Color #726084 in popluar color models

726084
RGB11496132
HSL270°15.79%44.71%
HSB/HSV270°27.27%51.76%
CMYK13.64%27.27%0.00%
48.24%

Color #726084 in popluar number systems.

HEX726084
Decimal11496132
Binary1110010110000010000100
Octal162140204

Shades and tints

Shades of #726084

#726084
(114,96,132)
#685878
(104,88,120)
#5E506C
(94,80,108)
#544860
(84,72,96)
#4A4054
(74,64,84)
#403848
(64,56,72)
#36303C
(54,48,60)
#2C2830
(44,40,48)
#222024
(34,32,36)
#181818
(24,24,24)
#0E100C
(14,16,12)
#000000
(0,0,0)

Tints of #726084

#726084
(114,96,132)
#7E6E8F
(126,110,143)
#8A7C9A
(138,124,154)
#968AA5
(150,138,165)
#A298B0
(162,152,176)
#AEA6BB
(174,166,187)
#BAB4C6
(186,180,198)
#C6C2D1
(198,194,209)
#D2D0DC
(210,208,220)
#DEDEE7
(222,222,231)
#EAECF2
(234,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726084; }

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

This text font color is #726084.


Background Color

.myBgColor { background-color: #726084; }

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

This div background color is #726084.


Border color

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

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

This div border color is #726084.


Opacity

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

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

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

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

This text has shadow with #726084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726084 on black background.


Color preview on white background

This text has color #726084 on white background.



Black color preview on #726084 background

This text has black color on #726084 background.


White color preview on #726084 background

This text has white color on #726084 background.