COLOR #726C68

HEX: #726C68 RGB: (114,108,104)

Color info

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

RGB color model

#726C68 color RGB value is (114,108,104).

RGB: (114,108,104) (45%, 42%, 41%)

RGB channels and saturation

R 114 of 255 = 45%
G 108 of 255 = 42%
B 104 of 255 = 41%

114
108
104

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

Portions of RGB colors in percentages

R + G + B = 114 + 108 + 104 = 326 (100%)
R 114 of 326 ~ 34.97%
G 108 of 326 ~ 33.13%
B 104 of 326 ~ 31.9'%

%34.97
%33.13
%31.9

CMYK color model

#726C68 color CMYK value is (0,5,9,55).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 8.77%
  • key color value is 55.29%

CMYK: (0,5,9,55)
C0M5Y9K55 (0%, 5%, 9%, 55%)
(0.00 / 0.05 / 0.09 / 0.55)

CMYK percentages

%0
%5.26
%8.77
%55.29

Codes

Color #726C68 in popluar color models

72 6C 68
RGB 114 108 104
HSL 24° 4.59% 42.75%
HSB/HSV 24° 8.77% 44.71%
CMYK 0.00% 5.26% 8.77%
55.29%

Color #726C68 in popluar number systems.

HEX 72 6C 68
Decimal 114 108 104
Binary 1110010 1101100 1101000
Octal 162 154 150

Shades and tints

Shades of #726C68

#726C68
(114,108,104)
#68635F
(104,99,95)
#5E5A56
(94,90,86)
#54514D
(84,81,77)
#4A4844
(74,72,68)
#403F3B
(64,63,59)
#363632
(54,54,50)
#2C2D29
(44,45,41)
#222420
(34,36,32)
#181B17
(24,27,23)
#0E120E
(14,18,14)
#000000
(0,0,0)

Tints of #726C68

#726C68
(114,108,104)
#7E7975
(126,121,117)
#8A8682
(138,134,130)
#96938F
(150,147,143)
#A2A09C
(162,160,156)
#AEADA9
(174,173,169)
#BABAB6
(186,186,182)
#C6C7C3
(198,199,195)
#D2D4D0
(210,212,208)
#DEE1DD
(222,225,221)
#EAEEEA
(234,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726C68; }

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

This text font color is #726C68.

Background Color

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

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

This div background color is #726C68.

Border color

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

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

This div border color is #726C68.

Opacity

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

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

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

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

This text has shadow with #726C68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #726C68.

Preview

Color preview on black background

This text has color #726C68 on black background.


Color preview on white background

This text has color #726C68 on white background.


Black color preview on #726C68 background

This text has black color on #726C68 background.


White color preview on #726C68 background

This text has white color on #726C68 background.


Related colors

Complementary color

Complementary color for #hex is #8D9397.


I love getcolorcode.com

Triadic colors

1 #68726C and #6C6872 with #726C68 are triadic colors.

2 #686C72 and #6C7268 with #726C68 are triadic colors.