COLOR #726682

HEX: #726682
RGB: (114,102,130)

Color info

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

RGB color model

#726682 color RGB value is (114,102,130).

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

RGB channels and saturation

R 114 of 255 = 45%
G 102 of 255 = 40%
B 130 of 255 = 51%

114
102
130

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

Portions of RGB colors in percentages

R + G + B =
114 + 102 + 130 = 346 (100%)
R 114 of 346 ~ 32.95%
G 102 of 346 ~ 29.48%
B 130 of 346 ~ 37.57%

%32.95
%29.48
%37.57

CMYK color model

#726682 color CMYK value is (12,22,0,49).

  • cyan value is 12.31%
  • magenta value is 21.54%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(12,22,0,49)
C12M22Y0K49 
(12%,22%,0%,49%)
(0.12/0.22/0.00/0.49)	

CMYK percentages

%12.31
%21.54
%0
%49.02

Codes

Color #726682 in popluar color models

726682
RGB114102130
HSL266°12.07%45.49%
HSB/HSV266°21.54%50.98%
CMYK12.31%21.54%0.00%
49.02%

Color #726682 in popluar number systems.

HEX726682
Decimal114102130
Binary1110010110011010000010
Octal162146202

Shades and tints

Shades of #726682

#726682
(114,102,130)
#685D77
(104,93,119)
#5E546C
(94,84,108)
#544B61
(84,75,97)
#4A4256
(74,66,86)
#40394B
(64,57,75)
#363040
(54,48,64)
#2C2735
(44,39,53)
#221E2A
(34,30,42)
#18151F
(24,21,31)
#0E0C14
(14,12,20)
#000000
(0,0,0)

Tints of #726682

#726682
(114,102,130)
#7E738D
(126,115,141)
#8A8098
(138,128,152)
#968DA3
(150,141,163)
#A29AAE
(162,154,174)
#AEA7B9
(174,167,185)
#BAB4C4
(186,180,196)
#C6C1CF
(198,193,207)
#D2CEDA
(210,206,218)
#DEDBE5
(222,219,229)
#EAE8F0
(234,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726682; }

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

This text font color is #726682.


Background Color

.myBgColor { background-color: #726682; }

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

This div background color is #726682.


Border color

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

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

This div border color is #726682.


Opacity

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

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

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

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

This text has shadow with #726682 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726682 on black background.


Color preview on white background

This text has color #726682 on white background.



Black color preview on #726682 background

This text has black color on #726682 background.


White color preview on #726682 background

This text has white color on #726682 background.