COLOR #726D7C

HEX: #726D7C
RGB: (114,109,124)

Color info

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

RGB color model

#726D7C color RGB value is (114,109,124).

  • red value is 114;
  • green value is 109;
  • blue value is 124.
RGB:
(114,109,124)
(45%,43%,49%)

RGB channels and saturation

R 114 of 255 = 45%
G 109 of 255 = 43%
B 124 of 255 = 49%

114
109
124

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

Portions of RGB colors in percentages

R + G + B =
114 + 109 + 124 = 347 (100%)
R 114 of 347 ~ 32.85%
G 109 of 347 ~ 31.41%
B 124 of 347 ~ 35.73%

%32.85
%31.41
%35.73

CMYK color model

#726D7C color CMYK value is (8,12,0,51).

  • cyan value is 8.06%
  • magenta value is 12.10%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(8,12,0,51)
C8M12Y0K51 
(8%,12%,0%,51%)
(0.08/0.12/0.00/0.51)	

CMYK percentages

%8.06
%12.1
%0
%51.37

Codes

Color #726D7C in popluar color models

726D7C
RGB114109124
HSL260°6.44%45.69%
HSB/HSV260°12.10%48.63%
CMYK8.06%12.10%0.00%
51.37%

Color #726D7C in popluar number systems.

HEX726D7C
Decimal114109124
Binary111001011011011111100
Octal162155174

Shades and tints

Shades of #726D7C

#726D7C
(114,109,124)
#686471
(104,100,113)
#5E5B66
(94,91,102)
#54525B
(84,82,91)
#4A4950
(74,73,80)
#404045
(64,64,69)
#36373A
(54,55,58)
#2C2E2F
(44,46,47)
#222524
(34,37,36)
#181C19
(24,28,25)
#0E130E
(14,19,14)
#000000
(0,0,0)

Tints of #726D7C

#726D7C
(114,109,124)
#7E7A87
(126,122,135)
#8A8792
(138,135,146)
#96949D
(150,148,157)
#A2A1A8
(162,161,168)
#AEAEB3
(174,174,179)
#BABBBE
(186,187,190)
#C6C8C9
(198,200,201)
#D2D5D4
(210,213,212)
#DEE2DF
(222,226,223)
#EAEFEA
(234,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726D7C; }

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

This text font color is #726D7C.


Background Color

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

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

This div background color is #726D7C.


Border color

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

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

This div border color is #726D7C.


Opacity

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

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

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

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

This text has shadow with #726D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726D7C on black background.


Color preview on white background

This text has color #726D7C on white background.



Black color preview on #726D7C background

This text has black color on #726D7C background.


White color preview on #726D7C background

This text has white color on #726D7C background.