COLOR #726F65

HEX: #726F65
RGB: (114,111,101)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

114
111
101

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

Portions of RGB colors in percentages

R + G + B =
114 + 111 + 101 = 326 (100%)
R 114 of 326 ~ 34.97%
G 111 of 326 ~ 34.05%
B 101 of 326 ~ 30.98%

%34.97
%34.05
%30.98

CMYK color model

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

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

CMYK percentages

%0
%2.63
%11.4
%55.29

Codes

Color #726F65 in popluar color models

726F65
RGB114111101
HSL46°6.05%42.16%
HSB/HSV46°11.40%44.71%
CMYK0.00%2.63%11.40%
55.29%

Color #726F65 in popluar number systems.

HEX726F65
Decimal114111101
Binary111001011011111100101
Octal162157145

Shades and tints

Shades of #726F65

#726F65
(114,111,101)
#68655C
(104,101,92)
#5E5B53
(94,91,83)
#54514A
(84,81,74)
#4A4741
(74,71,65)
#403D38
(64,61,56)
#36332F
(54,51,47)
#2C2926
(44,41,38)
#221F1D
(34,31,29)
#181514
(24,21,20)
#0E0B0B
(14,11,11)
#000000
(0,0,0)

Tints of #726F65

#726F65
(114,111,101)
#7E7C73
(126,124,115)
#8A8981
(138,137,129)
#96968F
(150,150,143)
#A2A39D
(162,163,157)
#AEB0AB
(174,176,171)
#BABDB9
(186,189,185)
#C6CAC7
(198,202,199)
#D2D7D5
(210,215,213)
#DEE4E3
(222,228,227)
#EAF1F1
(234,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726F65; }

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

This text font color is #726F65.


Background Color

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

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

This div background color is #726F65.


Border color

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

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

This div border color is #726F65.


Opacity

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

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

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

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

This text has shadow with #726F65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726F65 on black background.


Color preview on white background

This text has color #726F65 on white background.



Black color preview on #726F65 background

This text has black color on #726F65 background.


White color preview on #726F65 background

This text has white color on #726F65 background.