COLOR #726870

HEX: #726870
RGB: (114,104,112)

Color info

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

RGB color model

#726870 color RGB value is (114,104,112).

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

RGB channels and saturation

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

114
104
112

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

Portions of RGB colors in percentages

R + G + B =
114 + 104 + 112 = 330 (100%)
R 114 of 330 ~ 34.55%
G 104 of 330 ~ 31.52%
B 112 of 330 ~ 33.94%

%34.55
%31.52
%33.94

CMYK color model

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

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

CMYK percentages

%0
%8.77
%1.75
%55.29

Codes

Color #726870 in popluar color models

726870
RGB114104112
HSL312°4.59%42.75%
HSB/HSV312°8.77%44.71%
CMYK0.00%8.77%1.75%
55.29%

Color #726870 in popluar number systems.

HEX726870
Decimal114104112
Binary111001011010001110000
Octal162150160

Shades and tints

Shades of #726870

#726870
(114,104,112)
#685F66
(104,95,102)
#5E565C
(94,86,92)
#544D52
(84,77,82)
#4A4448
(74,68,72)
#403B3E
(64,59,62)
#363234
(54,50,52)
#2C292A
(44,41,42)
#222020
(34,32,32)
#181716
(24,23,22)
#0E0E0C
(14,14,12)
#000000
(0,0,0)

Tints of #726870

#726870
(114,104,112)
#7E757D
(126,117,125)
#8A828A
(138,130,138)
#968F97
(150,143,151)
#A29CA4
(162,156,164)
#AEA9B1
(174,169,177)
#BAB6BE
(186,182,190)
#C6C3CB
(198,195,203)
#D2D0D8
(210,208,216)
#DEDDE5
(222,221,229)
#EAEAF2
(234,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726870; }

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

This text font color is #726870.


Background Color

.myBgColor { background-color: #726870; }

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

This div background color is #726870.


Border color

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

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

This div border color is #726870.


Opacity

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

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

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

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

This text has shadow with #726870 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726870 on black background.


Color preview on white background

This text has color #726870 on white background.



Black color preview on #726870 background

This text has black color on #726870 background.


White color preview on #726870 background

This text has white color on #726870 background.