COLOR #726868

HEX: #726868
RGB: (114,104,104)

Color info

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

RGB color model

#726868 color RGB value is (114,104,104).

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

RGB channels and saturation

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

114
104
104

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

Portions of RGB colors in percentages

R + G + B =
114 + 104 + 104 = 322 (100%)
R 114 of 322 ~ 35.4%
G 104 of 322 ~ 32.3%
B 104 of 322 ~ 32.3%

%35.4
%32.3
%32.3

CMYK color model

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

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

CMYK percentages

%0
%8.77
%8.77
%55.29

Codes

Color #726868 in popluar color models

726868
RGB114104104
HSL4.59%42.75%
HSB/HSV8.77%44.71%
CMYK0.00%8.77%8.77%
55.29%

Color #726868 in popluar number systems.

HEX726868
Decimal114104104
Binary111001011010001101000
Octal162150150

Shades and tints

Shades of #726868

#726868
(114,104,104)
#685F5F
(104,95,95)
#5E5656
(94,86,86)
#544D4D
(84,77,77)
#4A4444
(74,68,68)
#403B3B
(64,59,59)
#363232
(54,50,50)
#2C2929
(44,41,41)
#222020
(34,32,32)
#181717
(24,23,23)
#0E0E0E
(14,14,14)
#000000
(0,0,0)

Tints of #726868

#726868
(114,104,104)
#7E7575
(126,117,117)
#8A8282
(138,130,130)
#968F8F
(150,143,143)
#A29C9C
(162,156,156)
#AEA9A9
(174,169,169)
#BAB6B6
(186,182,182)
#C6C3C3
(198,195,195)
#D2D0D0
(210,208,208)
#DEDDDD
(222,221,221)
#EAEAEA
(234,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726868; }

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

This text font color is #726868.


Background Color

.myBgColor { background-color: #726868; }

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

This div background color is #726868.


Border color

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

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

This div border color is #726868.


Opacity

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

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

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

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

This text has shadow with #726868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726868 on black background.


Color preview on white background

This text has color #726868 on white background.



Black color preview on #726868 background

This text has black color on #726868 background.


White color preview on #726868 background

This text has white color on #726868 background.