COLOR #726E6B

HEX: #726E6B RGB: (114,110,107)

Color info

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

RGB color model

#726E6B color RGB value is (114,110,107).

RGB: (114,110,107) (45%, 43%, 42%)

RGB channels and saturation

R 114 of 255 = 45%
G 110 of 255 = 43%
B 107 of 255 = 42%

114
110
107

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

Portions of RGB colors in percentages

R + G + B = 114 + 110 + 107 = 331 (100%)
R 114 of 331 ~ 34.44%
G 110 of 331 ~ 33.23%
B 107 of 331 ~ 32.33'%

%34.44
%33.23
%32.33

CMYK color model

#726E6B color CMYK value is (0,4,6,55).

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

CMYK: (0,4,6,55)
C0M4Y6K55 (0%, 4%, 6%, 55%)
(0.00 / 0.04 / 0.06 / 0.55)

CMYK percentages

%0
%3.51
%6.14
%55.29

Codes

Color #726E6B in popluar color models

72 6E 6B
RGB 114 110 107
HSL 26° 3.17% 43.33%
HSB/HSV 26° 6.14% 44.71%
CMYK 0.00% 3.51% 6.14%
55.29%

Color #726E6B in popluar number systems.

HEX 72 6E 6B
Decimal 114 110 107
Binary 1110010 1101110 1101011
Octal 162 156 153

Shades and tints

Shades of #726E6B

#726E6B
(114,110,107)
#686462
(104,100,98)
#5E5A59
(94,90,89)
#545050
(84,80,80)
#4A4647
(74,70,71)
#403C3E
(64,60,62)
#363235
(54,50,53)
#2C282C
(44,40,44)
#221E23
(34,30,35)
#18141A
(24,20,26)
#0E0A11
(14,10,17)
#000000
(0,0,0)

Tints of #726E6B

#726E6B
(114,110,107)
#7E7B78
(126,123,120)
#8A8885
(138,136,133)
#969592
(150,149,146)
#A2A29F
(162,162,159)
#AEAFAC
(174,175,172)
#BABCB9
(186,188,185)
#C6C9C6
(198,201,198)
#D2D6D3
(210,214,211)
#DEE3E0
(222,227,224)
#EAF0ED
(234,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726E6B; }

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

This text font color is #726E6B.

Background Color

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

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

This div background color is #726E6B.

Border color

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

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

This div border color is #726E6B.

Opacity

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

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

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

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

This text has shadow with #726E6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #726E6B.

Preview

Color preview on black background

This text has color #726E6B on black background.


Color preview on white background

This text has color #726E6B on white background.


Black color preview on #726E6B background

This text has black color on #726E6B background.


White color preview on #726E6B background

This text has white color on #726E6B background.


Related colors

Complementary color

Complementary color for #hex is #8D9194.


I love getcolorcode.com

Triadic colors

1 #6B726E and #6E6B72 with #726E6B are triadic colors.

2 #6B6E72 and #6E726B with #726E6B are triadic colors.