COLOR #726C8F

HEX: #726C8F
RGB: (114,108,143)

Color info

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

RGB color model

#726C8F color RGB value is (114,108,143).

  • red value is 114;
  • green value is 108;
  • blue value is 143.
RGB:
(114,108,143)
(45%,42%,56%)

RGB channels and saturation

R 114 of 255 = 45%
G 108 of 255 = 42%
B 143 of 255 = 56%

114
108
143

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

Portions of RGB colors in percentages

R + G + B =
114 + 108 + 143 = 365 (100%)
R 114 of 365 ~ 31.23%
G 108 of 365 ~ 29.59%
B 143 of 365 ~ 39.18%

%31.23
%29.59
%39.18

CMYK color model

#726C8F color CMYK value is (20,24,0,44).

  • cyan value is 20.28%
  • magenta value is 24.48%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(20,24,0,44)
C20M24Y0K44 
(20%,24%,0%,44%)
(0.20/0.24/0.00/0.44)	

CMYK percentages

%20.28
%24.48
%0
%43.92

Codes

Color #726C8F in popluar color models

726C8F
RGB114108143
HSL250°13.94%49.22%
HSB/HSV250°24.48%56.08%
CMYK20.28%24.48%0.00%
43.92%

Color #726C8F in popluar number systems.

HEX726C8F
Decimal114108143
Binary1110010110110010001111
Octal162154217

Shades and tints

Shades of #726C8F

#726C8F
(114,108,143)
#686382
(104,99,130)
#5E5A75
(94,90,117)
#545168
(84,81,104)
#4A485B
(74,72,91)
#403F4E
(64,63,78)
#363641
(54,54,65)
#2C2D34
(44,45,52)
#222427
(34,36,39)
#181B1A
(24,27,26)
#0E120D
(14,18,13)
#000000
(0,0,0)

Tints of #726C8F

#726C8F
(114,108,143)
#7E7999
(126,121,153)
#8A86A3
(138,134,163)
#9693AD
(150,147,173)
#A2A0B7
(162,160,183)
#AEADC1
(174,173,193)
#BABACB
(186,186,203)
#C6C7D5
(198,199,213)
#D2D4DF
(210,212,223)
#DEE1E9
(222,225,233)
#EAEEF3
(234,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #726C8F color. Also use rgb(114,108,143) instead hex code.

Text Font Color

.myTextColor { color: #726C8F; }

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

This text font color is #726C8F.


Background Color

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

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

This div background color is #726C8F.


Border color

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

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

This div border color is #726C8F.


Opacity

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

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

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

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

This text has shadow with #726C8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726C8F on black background.


Color preview on white background

This text has color #726C8F on white background.



Black color preview on #726C8F background

This text has black color on #726C8F background.


White color preview on #726C8F background

This text has white color on #726C8F background.