COLOR #726F6F

HEX: #726F6F
RGB: (114,111,111)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

114
111
111

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

Portions of RGB colors in percentages

R + G + B =
114 + 111 + 111 = 336 (100%)
R 114 of 336 ~ 33.93%
G 111 of 336 ~ 33.04%
B 111 of 336 ~ 33.04%

%33.93
%33.04
%33.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.63%
  • yellow value is 2.63%
  • key color value is 55.29%
CMYK:
(0,3,3,55)
C0M3Y3K55 
(0%,3%,3%,55%)
(0.00/0.03/0.03/0.55)	

CMYK percentages

%0
%2.63
%2.63
%55.29

Codes

Color #726F6F in popluar color models

726F6F
RGB114111111
HSL1.33%44.12%
HSB/HSV2.63%44.71%
CMYK0.00%2.63%2.63%
55.29%

Color #726F6F in popluar number systems.

HEX726F6F
Decimal114111111
Binary111001011011111101111
Octal162157157

Shades and tints

Shades of #726F6F

#726F6F
(114,111,111)
#686565
(104,101,101)
#5E5B5B
(94,91,91)
#545151
(84,81,81)
#4A4747
(74,71,71)
#403D3D
(64,61,61)
#363333
(54,51,51)
#2C2929
(44,41,41)
#221F1F
(34,31,31)
#181515
(24,21,21)
#0E0B0B
(14,11,11)
#000000
(0,0,0)

Tints of #726F6F

#726F6F
(114,111,111)
#7E7C7C
(126,124,124)
#8A8989
(138,137,137)
#969696
(150,150,150)
#A2A3A3
(162,163,163)
#AEB0B0
(174,176,176)
#BABDBD
(186,189,189)
#C6CACA
(198,202,202)
#D2D7D7
(210,215,215)
#DEE4E4
(222,228,228)
#EAF1F1
(234,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726F6F; }

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

This text font color is #726F6F.


Background Color

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

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

This div background color is #726F6F.


Border color

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

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

This div border color is #726F6F.


Opacity

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

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

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

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

This text has shadow with #726F6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726F6F on black background.


Color preview on white background

This text has color #726F6F on white background.



Black color preview on #726F6F background

This text has black color on #726F6F background.


White color preview on #726F6F background

This text has white color on #726F6F background.