COLOR #726B6F

HEX: #726B6F RGB: (114,107,111)

Color info

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

RGB color model

#726B6F color RGB value is (114,107,111).

RGB: (114,107,111) (45%, 42%, 44%)

RGB channels and saturation

R 114 of 255 = 45%
G 107 of 255 = 42%
B 111 of 255 = 44%

114
107
111

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

Portions of RGB colors in percentages

R + G + B = 114 + 107 + 111 = 332 (100%)
R 114 of 332 ~ 34.34%
G 107 of 332 ~ 32.23%
B 111 of 332 ~ 33.43'%

%34.34
%32.23
%33.43

CMYK color model

#726B6F color CMYK value is (0,6,3,55).

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

CMYK: (0,6,3,55)
C0M6Y3K55 (0%, 6%, 3%, 55%)
(0.00 / 0.06 / 0.03 / 0.55)

CMYK percentages

%0
%6.14
%2.63
%55.29

Codes

Color #726B6F in popluar color models

72 6B 6F
RGB 114 107 111
HSL 326° 3.17% 43.33%
HSB/HSV 326° 6.14% 44.71%
CMYK 0.00% 6.14% 2.63%
55.29%

Color #726B6F in popluar number systems.

HEX 72 6B 6F
Decimal 114 107 111
Binary 1110010 1101011 1101111
Octal 162 153 157

Shades and tints

Shades of #726B6F

#726B6F
(114,107,111)
#686265
(104,98,101)
#5E595B
(94,89,91)
#545051
(84,80,81)
#4A4747
(74,71,71)
#403E3D
(64,62,61)
#363533
(54,53,51)
#2C2C29
(44,44,41)
#22231F
(34,35,31)
#181A15
(24,26,21)
#0E110B
(14,17,11)
#000000
(0,0,0)

Tints of #726B6F

#726B6F
(114,107,111)
#7E787C
(126,120,124)
#8A8589
(138,133,137)
#969296
(150,146,150)
#A29FA3
(162,159,163)
#AEACB0
(174,172,176)
#BAB9BD
(186,185,189)
#C6C6CA
(198,198,202)
#D2D3D7
(210,211,215)
#DEE0E4
(222,224,228)
#EAEDF1
(234,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726B6F; }

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

This text font color is #726B6F.

Background Color

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

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

This div background color is #726B6F.

Border color

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

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

This div border color is #726B6F.

Opacity

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

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

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

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

This text has shadow with #726B6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #726B6F.

Preview

Color preview on black background

This text has color #726B6F on black background.


Color preview on white background

This text has color #726B6F on white background.


Black color preview on #726B6F background

This text has black color on #726B6F background.


White color preview on #726B6F background

This text has white color on #726B6F background.


Related colors

Complementary color

Complementary color for #hex is #8D9490.


I love getcolorcode.com

Triadic colors

1 #6F726B and #6B6F72 with #726B6F are triadic colors.

2 #6F6B72 and #6B726F with #726B6F are triadic colors.