COLOR #726482

HEX: #726482
RGB: (114,100,130)

Color info

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

RGB color model

#726482 color RGB value is (114,100,130).

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

RGB channels and saturation

R 114 of 255 = 45%
G 100 of 255 = 39%
B 130 of 255 = 51%

114
100
130

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

Portions of RGB colors in percentages

R + G + B =
114 + 100 + 130 = 344 (100%)
R 114 of 344 ~ 33.14%
G 100 of 344 ~ 29.07%
B 130 of 344 ~ 37.79%

%33.14
%29.07
%37.79

CMYK color model

#726482 color CMYK value is (12,23,0,49).

  • cyan value is 12.31%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(12,23,0,49)
C12M23Y0K49 
(12%,23%,0%,49%)
(0.12/0.23/0.00/0.49)	

CMYK percentages

%12.31
%23.08
%0
%49.02

Codes

Color #726482 in popluar color models

726482
RGB114100130
HSL268°13.04%45.10%
HSB/HSV268°23.08%50.98%
CMYK12.31%23.08%0.00%
49.02%

Color #726482 in popluar number systems.

HEX726482
Decimal114100130
Binary1110010110010010000010
Octal162144202

Shades and tints

Shades of #726482

#726482
(114,100,130)
#685B77
(104,91,119)
#5E526C
(94,82,108)
#544961
(84,73,97)
#4A4056
(74,64,86)
#40374B
(64,55,75)
#362E40
(54,46,64)
#2C2535
(44,37,53)
#221C2A
(34,28,42)
#18131F
(24,19,31)
#0E0A14
(14,10,20)
#000000
(0,0,0)

Tints of #726482

#726482
(114,100,130)
#7E728D
(126,114,141)
#8A8098
(138,128,152)
#968EA3
(150,142,163)
#A29CAE
(162,156,174)
#AEAAB9
(174,170,185)
#BAB8C4
(186,184,196)
#C6C6CF
(198,198,207)
#D2D4DA
(210,212,218)
#DEE2E5
(222,226,229)
#EAF0F0
(234,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726482; }

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

This text font color is #726482.


Background Color

.myBgColor { background-color: #726482; }

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

This div background color is #726482.


Border color

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

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

This div border color is #726482.


Opacity

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

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

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

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

This text has shadow with #726482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726482 on black background.


Color preview on white background

This text has color #726482 on white background.



Black color preview on #726482 background

This text has black color on #726482 background.


White color preview on #726482 background

This text has white color on #726482 background.