COLOR #726568

HEX: #726568
RGB: (114,101,104)

Color info

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

RGB color model

#726568 color RGB value is (114,101,104).

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

RGB channels and saturation

R 114 of 255 = 45%
G 101 of 255 = 40%
B 104 of 255 = 41%

114
101
104

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

Portions of RGB colors in percentages

R + G + B =
114 + 101 + 104 = 319 (100%)
R 114 of 319 ~ 35.74%
G 101 of 319 ~ 31.66%
B 104 of 319 ~ 32.6%

%35.74
%31.66
%32.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.40%
  • yellow value is 8.77%
  • key color value is 55.29%
CMYK:
(0,11,9,55)
C0M11Y9K55 
(0%,11%,9%,55%)
(0.00/0.11/0.09/0.55)	

CMYK percentages

%0
%11.4
%8.77
%55.29

Codes

Color #726568 in popluar color models

726568
RGB114101104
HSL346°6.05%42.16%
HSB/HSV346°11.40%44.71%
CMYK0.00%11.40%8.77%
55.29%

Color #726568 in popluar number systems.

HEX726568
Decimal114101104
Binary111001011001011101000
Octal162145150

Shades and tints

Shades of #726568

#726568
(114,101,104)
#685C5F
(104,92,95)
#5E5356
(94,83,86)
#544A4D
(84,74,77)
#4A4144
(74,65,68)
#40383B
(64,56,59)
#362F32
(54,47,50)
#2C2629
(44,38,41)
#221D20
(34,29,32)
#181417
(24,20,23)
#0E0B0E
(14,11,14)
#000000
(0,0,0)

Tints of #726568

#726568
(114,101,104)
#7E7375
(126,115,117)
#8A8182
(138,129,130)
#968F8F
(150,143,143)
#A29D9C
(162,157,156)
#AEABA9
(174,171,169)
#BAB9B6
(186,185,182)
#C6C7C3
(198,199,195)
#D2D5D0
(210,213,208)
#DEE3DD
(222,227,221)
#EAF1EA
(234,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726568; }

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

This text font color is #726568.


Background Color

.myBgColor { background-color: #726568; }

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

This div background color is #726568.


Border color

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

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

This div border color is #726568.


Opacity

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

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

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

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

This text has shadow with #726568 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726568 on black background.


Color preview on white background

This text has color #726568 on white background.



Black color preview on #726568 background

This text has black color on #726568 background.


White color preview on #726568 background

This text has white color on #726568 background.