COLOR #726B66

HEX: #726B66 RGB: (114,107,102)

Color info

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

RGB color model

#726B66 color RGB value is (114,107,102).

RGB: (114,107,102) (45%, 42%, 40%)

RGB channels and saturation

R 114 of 255 = 45%
G 107 of 255 = 42%
B 102 of 255 = 40%

114
107
102

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

Portions of RGB colors in percentages

R + G + B = 114 + 107 + 102 = 323 (100%)
R 114 of 323 ~ 35.29%
G 107 of 323 ~ 33.13%
B 102 of 323 ~ 31.58'%

%35.29
%33.13
%31.58

CMYK color model

#726B66 color CMYK value is (0,6,11,55).

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

CMYK: (0,6,11,55)
C0M6Y11K55 (0%, 6%, 11%, 55%)
(0.00 / 0.06 / 0.11 / 0.55)

CMYK percentages

%0
%6.14
%10.53
%55.29

Codes

Color #726B66 in popluar color models

72 6B 66
RGB 114 107 102
HSL 25° 5.56% 42.35%
HSB/HSV 25° 10.53% 44.71%
CMYK 0.00% 6.14% 10.53%
55.29%

Color #726B66 in popluar number systems.

HEX 72 6B 66
Decimal 114 107 102
Binary 1110010 1101011 1100110
Octal 162 153 146

Shades and tints

Shades of #726B66

#726B66
(114,107,102)
#68625D
(104,98,93)
#5E5954
(94,89,84)
#54504B
(84,80,75)
#4A4742
(74,71,66)
#403E39
(64,62,57)
#363530
(54,53,48)
#2C2C27
(44,44,39)
#22231E
(34,35,30)
#181A15
(24,26,21)
#0E110C
(14,17,12)
#000000
(0,0,0)

Tints of #726B66

#726B66
(114,107,102)
#7E7873
(126,120,115)
#8A8580
(138,133,128)
#96928D
(150,146,141)
#A29F9A
(162,159,154)
#AEACA7
(174,172,167)
#BAB9B4
(186,185,180)
#C6C6C1
(198,198,193)
#D2D3CE
(210,211,206)
#DEE0DB
(222,224,219)
#EAEDE8
(234,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726B66; }

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

This text font color is #726B66.

Background Color

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

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

This div background color is #726B66.

Border color

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

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

This div border color is #726B66.

Opacity

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

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

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

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

This text has shadow with #726B66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #726B66.

Preview

Color preview on black background

This text has color #726B66 on black background.


Color preview on white background

This text has color #726B66 on white background.


Black color preview on #726B66 background

This text has black color on #726B66 background.


White color preview on #726B66 background

This text has white color on #726B66 background.


Related colors

Complementary color

Complementary color for #hex is #8D9499.


I love getcolorcode.com

Triadic colors

1 #66726B and #6B6672 with #726B66 are triadic colors.

2 #666B72 and #6B7266 with #726B66 are triadic colors.