COLOR #726C6B

HEX: #726C6B RGB: (114,108,107)

Color info

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

RGB color model

#726C6B color RGB value is (114,108,107).

RGB: (114,108,107) (45%, 42%, 42%)

RGB channels and saturation

R 114 of 255 = 45%
G 108 of 255 = 42%
B 107 of 255 = 42%

114
108
107

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

Portions of RGB colors in percentages

R + G + B = 114 + 108 + 107 = 329 (100%)
R 114 of 329 ~ 34.65%
G 108 of 329 ~ 32.83%
B 107 of 329 ~ 32.52'%

%34.65
%32.83
%32.52

CMYK color model

#726C6B color CMYK value is (0,5,6,55).

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

CMYK: (0,5,6,55)
C0M5Y6K55 (0%, 5%, 6%, 55%)
(0.00 / 0.05 / 0.06 / 0.55)

CMYK percentages

%0
%5.26
%6.14
%55.29

Codes

Color #726C6B in popluar color models

72 6C 6B
RGB 114 108 107
HSL 3.17% 43.33%
HSB/HSV 6.14% 44.71%
CMYK 0.00% 5.26% 6.14%
55.29%

Color #726C6B in popluar number systems.

HEX 72 6C 6B
Decimal 114 108 107
Binary 1110010 1101100 1101011
Octal 162 154 153

Shades and tints

Shades of #726C6B

#726C6B
(114,108,107)
#686362
(104,99,98)
#5E5A59
(94,90,89)
#545150
(84,81,80)
#4A4847
(74,72,71)
#403F3E
(64,63,62)
#363635
(54,54,53)
#2C2D2C
(44,45,44)
#222423
(34,36,35)
#181B1A
(24,27,26)
#0E1211
(14,18,17)
#000000
(0,0,0)

Tints of #726C6B

#726C6B
(114,108,107)
#7E7978
(126,121,120)
#8A8685
(138,134,133)
#969392
(150,147,146)
#A2A09F
(162,160,159)
#AEADAC
(174,173,172)
#BABAB9
(186,186,185)
#C6C7C6
(198,199,198)
#D2D4D3
(210,212,211)
#DEE1E0
(222,225,224)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726C6B; }

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

This text font color is #726C6B.

Background Color

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

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

This div background color is #726C6B.

Border color

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

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

This div border color is #726C6B.

Opacity

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

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

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

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

This text has shadow with #726C6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #726C6B.

Preview

Color preview on black background

This text has color #726C6B on black background.


Color preview on white background

This text has color #726C6B on white background.


Black color preview on #726C6B background

This text has black color on #726C6B background.


White color preview on #726C6B background

This text has white color on #726C6B background.


Related colors

Complementary color

Complementary color for #hex is #8D9394.


I love getcolorcode.com

Triadic colors

1 #6B726C and #6C6B72 with #726C6B are triadic colors.

2 #6B6C72 and #6C726B with #726C6B are triadic colors.