COLOR #726282

HEX: #726282
RGB: (114,98,130)

Color info

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

RGB color model

#726282 color RGB value is (114,98,130).

  • red value is 114;
  • green value is 98;
  • blue value is 130.
RGB:
(114,98,130)
(45%,38%,51%)

RGB channels and saturation

R 114 of 255 = 45%
G 98 of 255 = 38%
B 130 of 255 = 51%

114
98
130

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

Portions of RGB colors in percentages

R + G + B =
114 + 98 + 130 = 342 (100%)
R 114 of 342 ~ 33.33%
G 98 of 342 ~ 28.65%
B 130 of 342 ~ 38.01%

%33.33
%28.65
%38.01

CMYK color model

#726282 color CMYK value is (12,25,0,49).

  • cyan value is 12.31%
  • magenta value is 24.62%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(12,25,0,49)
C12M25Y0K49 
(12%,25%,0%,49%)
(0.12/0.25/0.00/0.49)	

CMYK percentages

%12.31
%24.62
%0
%49.02

Codes

Color #726282 in popluar color models

726282
RGB11498130
HSL270°14.04%44.71%
HSB/HSV270°24.62%50.98%
CMYK12.31%24.62%0.00%
49.02%

Color #726282 in popluar number systems.

HEX726282
Decimal11498130
Binary1110010110001010000010
Octal162142202

Shades and tints

Shades of #726282

#726282
(114,98,130)
#685A77
(104,90,119)
#5E526C
(94,82,108)
#544A61
(84,74,97)
#4A4256
(74,66,86)
#403A4B
(64,58,75)
#363240
(54,50,64)
#2C2A35
(44,42,53)
#22222A
(34,34,42)
#181A1F
(24,26,31)
#0E1214
(14,18,20)
#000000
(0,0,0)

Tints of #726282

#726282
(114,98,130)
#7E708D
(126,112,141)
#8A7E98
(138,126,152)
#968CA3
(150,140,163)
#A29AAE
(162,154,174)
#AEA8B9
(174,168,185)
#BAB6C4
(186,182,196)
#C6C4CF
(198,196,207)
#D2D2DA
(210,210,218)
#DEE0E5
(222,224,229)
#EAEEF0
(234,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #726282 color. Also use rgb(114,98,130) instead hex code.

Text Font Color

.myTextColor { color: #726282; }

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

This text font color is #726282.


Background Color

.myBgColor { background-color: #726282; }

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

This div background color is #726282.


Border color

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

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

This div border color is #726282.


Opacity

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

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

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

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

This text has shadow with #726282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726282 on black background.


Color preview on white background

This text has color #726282 on white background.



Black color preview on #726282 background

This text has black color on #726282 background.


White color preview on #726282 background

This text has white color on #726282 background.