COLOR #726761

HEX: #726761
RGB: (114,103,97)

Color info

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

RGB color model

#726761 color RGB value is (114,103,97).

  • red value is 114;
  • green value is 103;
  • blue value is 97.
RGB:
(114,103,97)
(45%,40%,38%)

RGB channels and saturation

R 114 of 255 = 45%
G 103 of 255 = 40%
B 97 of 255 = 38%

114
103
97

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

Portions of RGB colors in percentages

R + G + B =
114 + 103 + 97 = 314 (100%)
R 114 of 314 ~ 36.31%
G 103 of 314 ~ 32.8%
B 97 of 314 ~ 30.89%

%36.31
%32.8
%30.89

CMYK color model

#726761 color CMYK value is (0,10,15,55).

  • cyan value is 0.00%
  • magenta value is 9.65%
  • yellow value is 14.91%
  • key color value is 55.29%
CMYK:
(0,10,15,55)
C0M10Y15K55 
(0%,10%,15%,55%)
(0.00/0.10/0.15/0.55)	

CMYK percentages

%0
%9.65
%14.91
%55.29

Codes

Color #726761 in popluar color models

726761
RGB11410397
HSL21°8.06%41.37%
HSB/HSV21°14.91%44.71%
CMYK0.00%9.65%14.91%
55.29%

Color #726761 in popluar number systems.

HEX726761
Decimal11410397
Binary111001011001111100001
Octal162147141

Shades and tints

Shades of #726761

#726761
(114,103,97)
#685E59
(104,94,89)
#5E5551
(94,85,81)
#544C49
(84,76,73)
#4A4341
(74,67,65)
#403A39
(64,58,57)
#363131
(54,49,49)
#2C2829
(44,40,41)
#221F21
(34,31,33)
#181619
(24,22,25)
#0E0D11
(14,13,17)
#000000
(0,0,0)

Tints of #726761

#726761
(114,103,97)
#7E746F
(126,116,111)
#8A817D
(138,129,125)
#968E8B
(150,142,139)
#A29B99
(162,155,153)
#AEA8A7
(174,168,167)
#BAB5B5
(186,181,181)
#C6C2C3
(198,194,195)
#D2CFD1
(210,207,209)
#DEDCDF
(222,220,223)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #726761 color. Also use rgb(114,103,97) instead hex code.

Text Font Color

.myTextColor { color: #726761; }

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

This text font color is #726761.


Background Color

.myBgColor { background-color: #726761; }

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

This div background color is #726761.


Border color

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

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

This div border color is #726761.


Opacity

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

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

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

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

This text has shadow with #726761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726761 on black background.


Color preview on white background

This text has color #726761 on white background.



Black color preview on #726761 background

This text has black color on #726761 background.


White color preview on #726761 background

This text has white color on #726761 background.