COLOR #726862

HEX: #726862
RGB: (114,104,98)

Color info

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

RGB color model

#726862 color RGB value is (114,104,98).

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

RGB channels and saturation

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

114
104
98

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

Portions of RGB colors in percentages

R + G + B =
114 + 104 + 98 = 316 (100%)
R 114 of 316 ~ 36.08%
G 104 of 316 ~ 32.91%
B 98 of 316 ~ 31.01%

%36.08
%32.91
%31.01

CMYK color model

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

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

CMYK percentages

%0
%8.77
%14.04
%55.29

Codes

Color #726862 in popluar color models

726862
RGB11410498
HSL23°7.55%41.57%
HSB/HSV23°14.04%44.71%
CMYK0.00%8.77%14.04%
55.29%

Color #726862 in popluar number systems.

HEX726862
Decimal11410498
Binary111001011010001100010
Octal162150142

Shades and tints

Shades of #726862

#726862
(114,104,98)
#685F5A
(104,95,90)
#5E5652
(94,86,82)
#544D4A
(84,77,74)
#4A4442
(74,68,66)
#403B3A
(64,59,58)
#363232
(54,50,50)
#2C292A
(44,41,42)
#222022
(34,32,34)
#18171A
(24,23,26)
#0E0E12
(14,14,18)
#000000
(0,0,0)

Tints of #726862

#726862
(114,104,98)
#7E7570
(126,117,112)
#8A827E
(138,130,126)
#968F8C
(150,143,140)
#A29C9A
(162,156,154)
#AEA9A8
(174,169,168)
#BAB6B6
(186,182,182)
#C6C3C4
(198,195,196)
#D2D0D2
(210,208,210)
#DEDDE0
(222,221,224)
#EAEAEE
(234,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726862; }

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

This text font color is #726862.


Background Color

.myBgColor { background-color: #726862; }

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

This div background color is #726862.


Border color

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

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

This div border color is #726862.


Opacity

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

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

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

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

This text has shadow with #726862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726862 on black background.


Color preview on white background

This text has color #726862 on white background.



Black color preview on #726862 background

This text has black color on #726862 background.


White color preview on #726862 background

This text has white color on #726862 background.