COLOR #726B63

HEX: #726B63
RGB: (114,107,99)

Color info

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

RGB color model

#726B63 color RGB value is (114,107,99).

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

RGB channels and saturation

R 114 of 255 = 45%
G 107 of 255 = 42%
B 99 of 255 = 39%

114
107
99

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

Portions of RGB colors in percentages

R + G + B =
114 + 107 + 99 = 320 (100%)
R 114 of 320 ~ 35.63%
G 107 of 320 ~ 33.44%
B 99 of 320 ~ 30.94%

%35.63
%33.44
%30.94

CMYK color model

#726B63 color CMYK value is (0,6,13,55).

  • cyan value is 0.00%
  • magenta value is 6.14%
  • yellow value is 13.16%
  • key color value is 55.29%
CMYK:
(0,6,13,55)
C0M6Y13K55 
(0%,6%,13%,55%)
(0.00/0.06/0.13/0.55)	

CMYK percentages

%0
%6.14
%13.16
%55.29

Codes

Color #726B63 in popluar color models

726B63
RGB11410799
HSL32°7.04%41.76%
HSB/HSV32°13.16%44.71%
CMYK0.00%6.14%13.16%
55.29%

Color #726B63 in popluar number systems.

HEX726B63
Decimal11410799
Binary111001011010111100011
Octal162153143

Shades and tints

Shades of #726B63

#726B63
(114,107,99)
#68625A
(104,98,90)
#5E5951
(94,89,81)
#545048
(84,80,72)
#4A473F
(74,71,63)
#403E36
(64,62,54)
#36352D
(54,53,45)
#2C2C24
(44,44,36)
#22231B
(34,35,27)
#181A12
(24,26,18)
#0E1109
(14,17,9)
#000000
(0,0,0)

Tints of #726B63

#726B63
(114,107,99)
#7E7871
(126,120,113)
#8A857F
(138,133,127)
#96928D
(150,146,141)
#A29F9B
(162,159,155)
#AEACA9
(174,172,169)
#BAB9B7
(186,185,183)
#C6C6C5
(198,198,197)
#D2D3D3
(210,211,211)
#DEE0E1
(222,224,225)
#EAEDEF
(234,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726B63; }

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

This text font color is #726B63.


Background Color

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

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

This div background color is #726B63.


Border color

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

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

This div border color is #726B63.


Opacity

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

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

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

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

This text has shadow with #726B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726B63 on black background.


Color preview on white background

This text has color #726B63 on white background.



Black color preview on #726B63 background

This text has black color on #726B63 background.


White color preview on #726B63 background

This text has white color on #726B63 background.