COLOR #726D8A

HEX: #726D8A
RGB: (114,109,138)

Color info

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

RGB color model

#726D8A color RGB value is (114,109,138).

  • red value is 114;
  • green value is 109;
  • blue value is 138.
RGB:
(114,109,138)
(45%,43%,54%)

RGB channels and saturation

R 114 of 255 = 45%
G 109 of 255 = 43%
B 138 of 255 = 54%

114
109
138

R + G + B ~ 47%. #726D8A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 109 + 138 = 361 (100%)
R 114 of 361 ~ 31.58%
G 109 of 361 ~ 30.19%
B 138 of 361 ~ 38.23%

%31.58
%30.19
%38.23

CMYK color model

#726D8A color CMYK value is (17,21,0,46).

  • cyan value is 17.39%
  • magenta value is 21.01%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(17,21,0,46)
C17M21Y0K46 
(17%,21%,0%,46%)
(0.17/0.21/0.00/0.46)	

CMYK percentages

%17.39
%21.01
%0
%45.88

Codes

Color #726D8A in popluar color models

726D8A
RGB114109138
HSL250°11.74%48.43%
HSB/HSV250°21.01%54.12%
CMYK17.39%21.01%0.00%
45.88%

Color #726D8A in popluar number systems.

HEX726D8A
Decimal114109138
Binary1110010110110110001010
Octal162155212

Shades and tints

Shades of #726D8A

#726D8A
(114,109,138)
#68647E
(104,100,126)
#5E5B72
(94,91,114)
#545266
(84,82,102)
#4A495A
(74,73,90)
#40404E
(64,64,78)
#363742
(54,55,66)
#2C2E36
(44,46,54)
#22252A
(34,37,42)
#181C1E
(24,28,30)
#0E1312
(14,19,18)
#000000
(0,0,0)

Tints of #726D8A

#726D8A
(114,109,138)
#7E7A94
(126,122,148)
#8A879E
(138,135,158)
#9694A8
(150,148,168)
#A2A1B2
(162,161,178)
#AEAEBC
(174,174,188)
#BABBC6
(186,187,198)
#C6C8D0
(198,200,208)
#D2D5DA
(210,213,218)
#DEE2E4
(222,226,228)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #726D8A color. Also use rgb(114,109,138) instead hex code.

Text Font Color

.myTextColor { color: #726D8A; }

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

This text font color is #726D8A.


Background Color

.myBgColor { background-color: #726D8A; }

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

This div background color is #726D8A.


Border color

.myBorderColor { border: 1px solid #726D8A; }

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

This div border color is #726D8A.


Opacity

.myOpacity80 { color: #726D8A; opacity: 0.8; }

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

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

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

This text has shadow with #726D8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726D8A on black background.


Color preview on white background

This text has color #726D8A on white background.



Black color preview on #726D8A background

This text has black color on #726D8A background.


White color preview on #726D8A background

This text has white color on #726D8A background.