COLOR #726F68

HEX: #726F68 RGB: (114,111,104)

Color info

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

RGB color model

#726F68 color RGB value is (114,111,104).

RGB: (114,111,104) (45%, 44%, 41%)

RGB channels and saturation

R 114 of 255 = 45%
G 111 of 255 = 44%
B 104 of 255 = 41%

114
111
104

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

Portions of RGB colors in percentages

R + G + B = 114 + 111 + 104 = 329 (100%)
R 114 of 329 ~ 34.65%
G 111 of 329 ~ 33.74%
B 104 of 329 ~ 31.61'%

%34.65
%33.74
%31.61

CMYK color model

#726F68 color CMYK value is (0,3,9,55).

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

CMYK: (0,3,9,55)
C0M3Y9K55 (0%, 3%, 9%, 55%)
(0.00 / 0.03 / 0.09 / 0.55)

CMYK percentages

%0
%2.63
%8.77
%55.29

Codes

Color #726F68 in popluar color models

72 6F 68
RGB 114 111 104
HSL 42° 4.59% 42.75%
HSB/HSV 42° 8.77% 44.71%
CMYK 0.00% 2.63% 8.77%
55.29%

Color #726F68 in popluar number systems.

HEX 72 6F 68
Decimal 114 111 104
Binary 1110010 1101111 1101000
Octal 162 157 150

Shades and tints

Shades of #726F68

#726F68
(114,111,104)
#68655F
(104,101,95)
#5E5B56
(94,91,86)
#54514D
(84,81,77)
#4A4744
(74,71,68)
#403D3B
(64,61,59)
#363332
(54,51,50)
#2C2929
(44,41,41)
#221F20
(34,31,32)
#181517
(24,21,23)
#0E0B0E
(14,11,14)
#000000
(0,0,0)

Tints of #726F68

#726F68
(114,111,104)
#7E7C75
(126,124,117)
#8A8982
(138,137,130)
#96968F
(150,150,143)
#A2A39C
(162,163,156)
#AEB0A9
(174,176,169)
#BABDB6
(186,189,182)
#C6CAC3
(198,202,195)
#D2D7D0
(210,215,208)
#DEE4DD
(222,228,221)
#EAF1EA
(234,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726F68; }

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

This text font color is #726F68.

Background Color

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

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

This div background color is #726F68.

Border color

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

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

This div border color is #726F68.

Opacity

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

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

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

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

This text has shadow with #726F68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #726F68.

Preview

Color preview on black background

This text has color #726F68 on black background.


Color preview on white background

This text has color #726F68 on white background.


Black color preview on #726F68 background

This text has black color on #726F68 background.


White color preview on #726F68 background

This text has white color on #726F68 background.


Related colors

Complementary color

Complementary color for #hex is #8D9097.


I love getcolorcode.com

Triadic colors

1 #68726F and #6F6872 with #726F68 are triadic colors.

2 #686F72 and #6F7268 with #726F68 are triadic colors.