COLOR #726663

HEX: #726663
RGB: (114,102,99)

Color info

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

RGB color model

#726663 color RGB value is (114,102,99).

  • red value is 114;
  • green value is 102;
  • blue value is 99.
RGB:
(114,102,99)
(45%,40%,39%)

RGB channels and saturation

R 114 of 255 = 45%
G 102 of 255 = 40%
B 99 of 255 = 39%

114
102
99

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

Portions of RGB colors in percentages

R + G + B =
114 + 102 + 99 = 315 (100%)
R 114 of 315 ~ 36.19%
G 102 of 315 ~ 32.38%
B 99 of 315 ~ 31.43%

%36.19
%32.38
%31.43

CMYK color model

#726663 color CMYK value is (0,11,13,55).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 13.16%
  • key color value is 55.29%
CMYK:
(0,11,13,55)
C0M11Y13K55 
(0%,11%,13%,55%)
(0.00/0.11/0.13/0.55)	

CMYK percentages

%0
%10.53
%13.16
%55.29

Codes

Color #726663 in popluar color models

726663
RGB11410299
HSL12°7.04%41.76%
HSB/HSV12°13.16%44.71%
CMYK0.00%10.53%13.16%
55.29%

Color #726663 in popluar number systems.

HEX726663
Decimal11410299
Binary111001011001101100011
Octal162146143

Shades and tints

Shades of #726663

#726663
(114,102,99)
#685D5A
(104,93,90)
#5E5451
(94,84,81)
#544B48
(84,75,72)
#4A423F
(74,66,63)
#403936
(64,57,54)
#36302D
(54,48,45)
#2C2724
(44,39,36)
#221E1B
(34,30,27)
#181512
(24,21,18)
#0E0C09
(14,12,9)
#000000
(0,0,0)

Tints of #726663

#726663
(114,102,99)
#7E7371
(126,115,113)
#8A807F
(138,128,127)
#968D8D
(150,141,141)
#A29A9B
(162,154,155)
#AEA7A9
(174,167,169)
#BAB4B7
(186,180,183)
#C6C1C5
(198,193,197)
#D2CED3
(210,206,211)
#DEDBE1
(222,219,225)
#EAE8EF
(234,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #726663 color. Also use rgb(114,102,99) instead hex code.

Text Font Color

.myTextColor { color: #726663; }

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

This text font color is #726663.


Background Color

.myBgColor { background-color: #726663; }

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

This div background color is #726663.


Border color

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

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

This div border color is #726663.


Opacity

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

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

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

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

This text has shadow with #726663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726663 on black background.


Color preview on white background

This text has color #726663 on white background.



Black color preview on #726663 background

This text has black color on #726663 background.


White color preview on #726663 background

This text has white color on #726663 background.