COLOR #726F5C

HEX: #726F5C RGB: (114,111,92)

Color info

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

RGB color model

#726F5C color RGB value is (114,111,92).

RGB: (114,111,92) (45%, 44%, 36%)

RGB channels and saturation

R 114 of 255 = 45%
G 111 of 255 = 44%
B 92 of 255 = 36%

114
111
92

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

Portions of RGB colors in percentages

R + G + B = 114 + 111 + 92 = 317 (100%)
R 114 of 317 ~ 35.96%
G 111 of 317 ~ 35.02%
B 92 of 317 ~ 29.02'%

%35.96
%35.02
%29.02

CMYK color model

#726F5C color CMYK value is (0,3,19,55).

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

CMYK: (0,3,19,55)
C0M3Y19K55 (0%, 3%, 19%, 55%)
(0.00 / 0.03 / 0.19 / 0.55)

CMYK percentages

%0
%2.63
%19.3
%55.29

Codes

Color #726F5C in popluar color models

72 6F 5C
RGB 114 111 92
HSL 52° 10.68% 40.39%
HSB/HSV 52° 19.30% 44.71%
CMYK 0.00% 2.63% 19.30%
55.29%

Color #726F5C in popluar number systems.

HEX 72 6F 5C
Decimal 114 111 92
Binary 1110010 1101111 1011100
Octal 162 157 134

Shades and tints

Shades of #726F5C

#726F5C
(114,111,92)
#686554
(104,101,84)
#5E5B4C
(94,91,76)
#545144
(84,81,68)
#4A473C
(74,71,60)
#403D34
(64,61,52)
#36332C
(54,51,44)
#2C2924
(44,41,36)
#221F1C
(34,31,28)
#181514
(24,21,20)
#0E0B0C
(14,11,12)
#000000
(0,0,0)

Tints of #726F5C

#726F5C
(114,111,92)
#7E7C6A
(126,124,106)
#8A8978
(138,137,120)
#969686
(150,150,134)
#A2A394
(162,163,148)
#AEB0A2
(174,176,162)
#BABDB0
(186,189,176)
#C6CABE
(198,202,190)
#D2D7CC
(210,215,204)
#DEE4DA
(222,228,218)
#EAF1E8
(234,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726F5C; }

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

This text font color is #726F5C.

Background Color

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

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

This div background color is #726F5C.

Border color

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

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

This div border color is #726F5C.

Opacity

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

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

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

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

This text has shadow with #726F5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #726F5C.

Preview

Color preview on black background

This text has color #726F5C on black background.


Color preview on white background

This text has color #726F5C on white background.


Black color preview on #726F5C background

This text has black color on #726F5C background.


White color preview on #726F5C background

This text has white color on #726F5C background.


Related colors

Complementary color

Complementary color for #hex is #8D90A3.


I love getcolorcode.com

Triadic colors

1 #5C726F and #6F5C72 with #726F5C are triadic colors.

2 #5C6F72 and #6F725C with #726F5C are triadic colors.