COLOR #726F70

HEX: #726F70 RGB: (114,111,112)

Color info

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

RGB color model

#726F70 color RGB value is (114,111,112).

RGB: (114,111,112) (45%, 44%, 44%)

RGB channels and saturation

R 114 of 255 = 45%
G 111 of 255 = 44%
B 112 of 255 = 44%

114
111
112

R + G + B ~ 44%. #726F70 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 114 + 111 + 112 = 337 (100%)
R 114 of 337 ~ 33.83%
G 111 of 337 ~ 32.94%
B 112 of 337 ~ 33.23'%

%33.83
%32.94
%33.23

CMYK color model

#726F70 color CMYK value is (0,3,2,55).

  • cyan value is 0.00%
  • magenta value is 2.63%
  • yellow value is 1.75%
  • key color value is 55.29%

CMYK: (0,3,2,55)
C0M3Y2K55 (0%, 3%, 2%, 55%)
(0.00 / 0.03 / 0.02 / 0.55)

CMYK percentages

%0
%2.63
%1.75
%55.29

Codes

Color #726F70 in popluar color models

72 6F 70
RGB 114 111 112
HSL 340° 1.33% 44.12%
HSB/HSV 340° 2.63% 44.71%
CMYK 0.00% 2.63% 1.75%
55.29%

Color #726F70 in popluar number systems.

HEX 72 6F 70
Decimal 114 111 112
Binary 1110010 1101111 1110000
Octal 162 157 160

Shades and tints

Shades of #726F70

#726F70
(114,111,112)
#686566
(104,101,102)
#5E5B5C
(94,91,92)
#545152
(84,81,82)
#4A4748
(74,71,72)
#403D3E
(64,61,62)
#363334
(54,51,52)
#2C292A
(44,41,42)
#221F20
(34,31,32)
#181516
(24,21,22)
#0E0B0C
(14,11,12)
#000000
(0,0,0)

Tints of #726F70

#726F70
(114,111,112)
#7E7C7D
(126,124,125)
#8A898A
(138,137,138)
#969697
(150,150,151)
#A2A3A4
(162,163,164)
#AEB0B1
(174,176,177)
#BABDBE
(186,189,190)
#C6CACB
(198,202,203)
#D2D7D8
(210,215,216)
#DEE4E5
(222,228,229)
#EAF1F2
(234,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726F70; }

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

This text font color is #726F70.

Background Color

.myBgColor { background-color: #726F70; }

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

This div background color is #726F70.

Border color

.myBorderColor { border: 1px solid #726F70; }

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

This div border color is #726F70.

Opacity

.myOpacity80 { color: #726F70; opacity: 0.8; }

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

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

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

This text has shadow with #726F70 color.


.textShadow {text-shadow: 3px 3px 1px #726F70', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #726F70; -webkit-box-shadow: 1px 1px 3px 2px #726F70; box-shadow:1px 1px 3px 2px #726F70;">
Div content here
</div>

This div box has shadow with color #726F70.

Preview

Color preview on black background

This text has color #726F70 on black background.


Color preview on white background

This text has color #726F70 on white background.


Black color preview on #726F70 background

This text has black color on #726F70 background.


White color preview on #726F70 background

This text has white color on #726F70 background.


Related colors

Complementary color

Complementary color for #hex is #8D908F.


I love getcolorcode.com

Triadic colors

1 #70726F and #6F7072 with #726F70 are triadic colors.

2 #706F72 and #6F7270 with #726F70 are triadic colors.