COLOR #726B5C

HEX: #726B5C RGB: (114,107,92)

Color info

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

RGB color model

#726B5C color RGB value is (114,107,92).

RGB: (114,107,92) (45%, 42%, 36%)

RGB channels and saturation

R 114 of 255 = 45%
G 107 of 255 = 42%
B 92 of 255 = 36%

114
107
92

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

Portions of RGB colors in percentages

R + G + B = 114 + 107 + 92 = 313 (100%)
R 114 of 313 ~ 36.42%
G 107 of 313 ~ 34.19%
B 92 of 313 ~ 29.39'%

%36.42
%34.19
%29.39

CMYK color model

#726B5C color CMYK value is (0,6,19,55).

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

CMYK: (0,6,19,55)
C0M6Y19K55 (0%, 6%, 19%, 55%)
(0.00 / 0.06 / 0.19 / 0.55)

CMYK percentages

%0
%6.14
%19.3
%55.29

Codes

Color #726B5C in popluar color models

72 6B 5C
RGB 114 107 92
HSL 41° 10.68% 40.39%
HSB/HSV 41° 19.30% 44.71%
CMYK 0.00% 6.14% 19.30%
55.29%

Color #726B5C in popluar number systems.

HEX 72 6B 5C
Decimal 114 107 92
Binary 1110010 1101011 1011100
Octal 162 153 134

Shades and tints

Shades of #726B5C

#726B5C
(114,107,92)
#686254
(104,98,84)
#5E594C
(94,89,76)
#545044
(84,80,68)
#4A473C
(74,71,60)
#403E34
(64,62,52)
#36352C
(54,53,44)
#2C2C24
(44,44,36)
#22231C
(34,35,28)
#181A14
(24,26,20)
#0E110C
(14,17,12)
#000000
(0,0,0)

Tints of #726B5C

#726B5C
(114,107,92)
#7E786A
(126,120,106)
#8A8578
(138,133,120)
#969286
(150,146,134)
#A29F94
(162,159,148)
#AEACA2
(174,172,162)
#BAB9B0
(186,185,176)
#C6C6BE
(198,198,190)
#D2D3CC
(210,211,204)
#DEE0DA
(222,224,218)
#EAEDE8
(234,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726B5C; }

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

This text font color is #726B5C.

Background Color

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

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

This div background color is #726B5C.

Border color

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

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

This div border color is #726B5C.

Opacity

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

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

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

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

This text has shadow with #726B5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #726B5C.

Preview

Color preview on black background

This text has color #726B5C on black background.


Color preview on white background

This text has color #726B5C on white background.


Black color preview on #726B5C background

This text has black color on #726B5C background.


White color preview on #726B5C background

This text has white color on #726B5C background.


Related colors

Complementary color

Complementary color for #hex is #8D94A3.


I love getcolorcode.com

Triadic colors

1 #5C726B and #6B5C72 with #726B5C are triadic colors.

2 #5C6B72 and #6B725C with #726B5C are triadic colors.