COLOR #726676

HEX: #726676
RGB: (114,102,118)

Color info

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

RGB color model

#726676 color RGB value is (114,102,118).

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

RGB channels and saturation

R 114 of 255 = 45%
G 102 of 255 = 40%
B 118 of 255 = 46%

114
102
118

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

Portions of RGB colors in percentages

R + G + B =
114 + 102 + 118 = 334 (100%)
R 114 of 334 ~ 34.13%
G 102 of 334 ~ 30.54%
B 118 of 334 ~ 35.33%

%34.13
%30.54
%35.33

CMYK color model

#726676 color CMYK value is (3,14,0,54).

  • cyan value is 3.39%
  • magenta value is 13.56%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(3,14,0,54)
C3M14Y0K54 
(3%,14%,0%,54%)
(0.03/0.14/0.00/0.54)	

CMYK percentages

%3.39
%13.56
%0
%53.73

Codes

Color #726676 in popluar color models

726676
RGB114102118
HSL285°7.27%43.14%
HSB/HSV285°13.56%46.27%
CMYK3.39%13.56%0.00%
53.73%

Color #726676 in popluar number systems.

HEX726676
Decimal114102118
Binary111001011001101110110
Octal162146166

Shades and tints

Shades of #726676

#726676
(114,102,118)
#685D6C
(104,93,108)
#5E5462
(94,84,98)
#544B58
(84,75,88)
#4A424E
(74,66,78)
#403944
(64,57,68)
#36303A
(54,48,58)
#2C2730
(44,39,48)
#221E26
(34,30,38)
#18151C
(24,21,28)
#0E0C12
(14,12,18)
#000000
(0,0,0)

Tints of #726676

#726676
(114,102,118)
#7E7382
(126,115,130)
#8A808E
(138,128,142)
#968D9A
(150,141,154)
#A29AA6
(162,154,166)
#AEA7B2
(174,167,178)
#BAB4BE
(186,180,190)
#C6C1CA
(198,193,202)
#D2CED6
(210,206,214)
#DEDBE2
(222,219,226)
#EAE8EE
(234,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726676; }

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

This text font color is #726676.


Background Color

.myBgColor { background-color: #726676; }

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

This div background color is #726676.


Border color

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

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

This div border color is #726676.


Opacity

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

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

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

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

This text has shadow with #726676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726676 on black background.


Color preview on white background

This text has color #726676 on white background.



Black color preview on #726676 background

This text has black color on #726676 background.


White color preview on #726676 background

This text has white color on #726676 background.