COLOR #726C6C

HEX: #726C6C RGB: (114,108,108)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

114
108
108

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

Portions of RGB colors in percentages

R + G + B = 114 + 108 + 108 = 330 (100%)
R 114 of 330 ~ 34.55%
G 108 of 330 ~ 32.73%
B 108 of 330 ~ 32.73'%

%34.55
%32.73
%32.73

CMYK color model

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

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

CMYK: (0,5,5,55)
C0M5Y5K55 (0%, 5%, 5%, 55%)
(0.00 / 0.05 / 0.05 / 0.55)

CMYK percentages

%0
%5.26
%5.26
%55.29

Codes

Color #726C6C in popluar color models

72 6C 6C
RGB 114 108 108
HSL 2.70% 43.53%
HSB/HSV 5.26% 44.71%
CMYK 0.00% 5.26% 5.26%
55.29%

Color #726C6C in popluar number systems.

HEX 72 6C 6C
Decimal 114 108 108
Binary 1110010 1101100 1101100
Octal 162 154 154

Shades and tints

Shades of #726C6C

#726C6C
(114,108,108)
#686363
(104,99,99)
#5E5A5A
(94,90,90)
#545151
(84,81,81)
#4A4848
(74,72,72)
#403F3F
(64,63,63)
#363636
(54,54,54)
#2C2D2D
(44,45,45)
#222424
(34,36,36)
#181B1B
(24,27,27)
#0E1212
(14,18,18)
#000000
(0,0,0)

Tints of #726C6C

#726C6C
(114,108,108)
#7E7979
(126,121,121)
#8A8686
(138,134,134)
#969393
(150,147,147)
#A2A0A0
(162,160,160)
#AEADAD
(174,173,173)
#BABABA
(186,186,186)
#C6C7C7
(198,199,199)
#D2D4D4
(210,212,212)
#DEE1E1
(222,225,225)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726C6C; }

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

This text font color is #726C6C.

Background Color

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

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

This div background color is #726C6C.

Border color

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

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

This div border color is #726C6C.

Opacity

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

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

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

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

This text has shadow with #726C6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #726C6C.

Preview

Color preview on black background

This text has color #726C6C on black background.


Color preview on white background

This text has color #726C6C on white background.


Black color preview on #726C6C background

This text has black color on #726C6C background.


White color preview on #726C6C background

This text has white color on #726C6C background.


Related colors

Complementary color

Complementary color for #hex is #8D9393.


I love getcolorcode.com