COLOR #726F67

HEX: #726F67 RGB: (114,111,103)

Color info

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

RGB color model

#726F67 color RGB value is (114,111,103).

RGB: (114,111,103) (45%, 44%, 40%)

RGB channels and saturation

R 114 of 255 = 45%
G 111 of 255 = 44%
B 103 of 255 = 40%

114
111
103

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

Portions of RGB colors in percentages

R + G + B = 114 + 111 + 103 = 328 (100%)
R 114 of 328 ~ 34.76%
G 111 of 328 ~ 33.84%
B 103 of 328 ~ 31.4'%

%34.76
%33.84
%31.4

CMYK color model

#726F67 color CMYK value is (0,3,10,55).

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

CMYK: (0,3,10,55)
C0M3Y10K55 (0%, 3%, 10%, 55%)
(0.00 / 0.03 / 0.10 / 0.55)

CMYK percentages

%0
%2.63
%9.65
%55.29

Codes

Color #726F67 in popluar color models

72 6F 67
RGB 114 111 103
HSL 44° 5.07% 42.55%
HSB/HSV 44° 9.65% 44.71%
CMYK 0.00% 2.63% 9.65%
55.29%

Color #726F67 in popluar number systems.

HEX 72 6F 67
Decimal 114 111 103
Binary 1110010 1101111 1100111
Octal 162 157 147

Shades and tints

Shades of #726F67

#726F67
(114,111,103)
#68655E
(104,101,94)
#5E5B55
(94,91,85)
#54514C
(84,81,76)
#4A4743
(74,71,67)
#403D3A
(64,61,58)
#363331
(54,51,49)
#2C2928
(44,41,40)
#221F1F
(34,31,31)
#181516
(24,21,22)
#0E0B0D
(14,11,13)
#000000
(0,0,0)

Tints of #726F67

#726F67
(114,111,103)
#7E7C74
(126,124,116)
#8A8981
(138,137,129)
#96968E
(150,150,142)
#A2A39B
(162,163,155)
#AEB0A8
(174,176,168)
#BABDB5
(186,189,181)
#C6CAC2
(198,202,194)
#D2D7CF
(210,215,207)
#DEE4DC
(222,228,220)
#EAF1E9
(234,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726F67; }

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

This text font color is #726F67.

Background Color

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

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

This div background color is #726F67.

Border color

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

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

This div border color is #726F67.

Opacity

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

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

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

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

This text has shadow with #726F67 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #726F67.

Preview

Color preview on black background

This text has color #726F67 on black background.


Color preview on white background

This text has color #726F67 on white background.


Black color preview on #726F67 background

This text has black color on #726F67 background.


White color preview on #726F67 background

This text has white color on #726F67 background.


Related colors

Complementary color

Complementary color for #hex is #8D9098.


I love getcolorcode.com

Triadic colors

1 #67726F and #6F6772 with #726F67 are triadic colors.

2 #676F72 and #6F7267 with #726F67 are triadic colors.