COLOR #726566

HEX: #726566
RGB: (114,101,102)

Color info

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

RGB color model

#726566 color RGB value is (114,101,102).

  • red value is 114;
  • green value is 101;
  • blue value is 102.
RGB:
(114,101,102)
(45%,40%,40%)

RGB channels and saturation

R 114 of 255 = 45%
G 101 of 255 = 40%
B 102 of 255 = 40%

114
101
102

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

Portions of RGB colors in percentages

R + G + B =
114 + 101 + 102 = 317 (100%)
R 114 of 317 ~ 35.96%
G 101 of 317 ~ 31.86%
B 102 of 317 ~ 32.18%

%35.96
%31.86
%32.18

CMYK color model

#726566 color CMYK value is (0,11,11,55).

  • cyan value is 0.00%
  • magenta value is 11.40%
  • yellow value is 10.53%
  • key color value is 55.29%
CMYK:
(0,11,11,55)
C0M11Y11K55 
(0%,11%,11%,55%)
(0.00/0.11/0.11/0.55)	

CMYK percentages

%0
%11.4
%10.53
%55.29

Codes

Color #726566 in popluar color models

726566
RGB114101102
HSL355°6.05%42.16%
HSB/HSV355°11.40%44.71%
CMYK0.00%11.40%10.53%
55.29%

Color #726566 in popluar number systems.

HEX726566
Decimal114101102
Binary111001011001011100110
Octal162145146

Shades and tints

Shades of #726566

#726566
(114,101,102)
#685C5D
(104,92,93)
#5E5354
(94,83,84)
#544A4B
(84,74,75)
#4A4142
(74,65,66)
#403839
(64,56,57)
#362F30
(54,47,48)
#2C2627
(44,38,39)
#221D1E
(34,29,30)
#181415
(24,20,21)
#0E0B0C
(14,11,12)
#000000
(0,0,0)

Tints of #726566

#726566
(114,101,102)
#7E7373
(126,115,115)
#8A8180
(138,129,128)
#968F8D
(150,143,141)
#A29D9A
(162,157,154)
#AEABA7
(174,171,167)
#BAB9B4
(186,185,180)
#C6C7C1
(198,199,193)
#D2D5CE
(210,213,206)
#DEE3DB
(222,227,219)
#EAF1E8
(234,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726566; }

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

This text font color is #726566.


Background Color

.myBgColor { background-color: #726566; }

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

This div background color is #726566.


Border color

.myBorderColor { border: 1px solid #726566; }

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

This div border color is #726566.


Opacity

.myOpacity80 { color: #726566; opacity: 0.8; }

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

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

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

This text has shadow with #726566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726566 on black background.


Color preview on white background

This text has color #726566 on white background.



Black color preview on #726566 background

This text has black color on #726566 background.


White color preview on #726566 background

This text has white color on #726566 background.