COLOR #726C78

HEX: #726C78
RGB: (114,108,120)

Color info

#726C78 contains red, green and blue colors in about the same proportion. Web safe color of #726C78 is #666666 (or #666).

RGB color model

#726C78 color RGB value is (114,108,120).

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

RGB channels and saturation

R 114 of 255 = 45%
G 108 of 255 = 42%
B 120 of 255 = 47%

114
108
120

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

Portions of RGB colors in percentages

R + G + B =
114 + 108 + 120 = 342 (100%)
R 114 of 342 ~ 33.33%
G 108 of 342 ~ 31.58%
B 120 of 342 ~ 35.09%

%33.33
%31.58
%35.09

CMYK color model

#726C78 color CMYK value is (5,10,0,53).

  • cyan value is 5.00%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(5,10,0,53)
C5M10Y0K53 
(5%,10%,0%,53%)
(0.05/0.10/0.00/0.53)	

CMYK percentages

%5
%10
%0
%52.94

Codes

Color #726C78 in popluar color models

726C78
RGB114108120
HSL270°5.26%44.71%
HSB/HSV270°10.00%47.06%
CMYK5.00%10.00%0.00%
52.94%

Color #726C78 in popluar number systems.

HEX726C78
Decimal114108120
Binary111001011011001111000
Octal162154170

Shades and tints

Shades of #726C78

#726C78
(114,108,120)
#68636E
(104,99,110)
#5E5A64
(94,90,100)
#54515A
(84,81,90)
#4A4850
(74,72,80)
#403F46
(64,63,70)
#36363C
(54,54,60)
#2C2D32
(44,45,50)
#222428
(34,36,40)
#181B1E
(24,27,30)
#0E1214
(14,18,20)
#000000
(0,0,0)

Tints of #726C78

#726C78
(114,108,120)
#7E7984
(126,121,132)
#8A8690
(138,134,144)
#96939C
(150,147,156)
#A2A0A8
(162,160,168)
#AEADB4
(174,173,180)
#BABAC0
(186,186,192)
#C6C7CC
(198,199,204)
#D2D4D8
(210,212,216)
#DEE1E4
(222,225,228)
#EAEEF0
(234,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726C78; }

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

This text font color is #726C78.


Background Color

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

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

This div background color is #726C78.


Border color

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

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

This div border color is #726C78.


Opacity

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

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

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

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

This text has shadow with #726C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726C78 on black background.


Color preview on white background

This text has color #726C78 on white background.



Black color preview on #726C78 background

This text has black color on #726C78 background.


White color preview on #726C78 background

This text has white color on #726C78 background.