COLOR #726B4F

HEX: #726B4F
RGB: (114,107,79)

Color info

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

RGB color model

#726B4F color RGB value is (114,107,79).

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

RGB channels and saturation

R 114 of 255 = 45%
G 107 of 255 = 42%
B 79 of 255 = 31%

114
107
79

R + G + B ~ 39%. #726B4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 107 + 79 = 300 (100%)
R 114 of 300 ~ 38%
G 107 of 300 ~ 35.67%
B 79 of 300 ~ 26.33%

%38
%35.67
%26.33

CMYK color model

#726B4F color CMYK value is (0,6,31,55).

  • cyan value is 0.00%
  • magenta value is 6.14%
  • yellow value is 30.70%
  • key color value is 55.29%
CMYK:
(0,6,31,55)
C0M6Y31K55 
(0%,6%,31%,55%)
(0.00/0.06/0.31/0.55)	

CMYK percentages

%0
%6.14
%30.7
%55.29

Codes

Color #726B4F in popluar color models

726B4F
RGB11410779
HSL48°18.13%37.84%
HSB/HSV48°30.70%44.71%
CMYK0.00%6.14%30.70%
55.29%

Color #726B4F in popluar number systems.

HEX726B4F
Decimal11410779
Binary111001011010111001111
Octal162153117

Shades and tints

Shades of #726B4F

#726B4F
(114,107,79)
#686248
(104,98,72)
#5E5941
(94,89,65)
#54503A
(84,80,58)
#4A4733
(74,71,51)
#403E2C
(64,62,44)
#363525
(54,53,37)
#2C2C1E
(44,44,30)
#222317
(34,35,23)
#181A10
(24,26,16)
#0E1109
(14,17,9)
#000000
(0,0,0)

Tints of #726B4F

#726B4F
(114,107,79)
#7E785F
(126,120,95)
#8A856F
(138,133,111)
#96927F
(150,146,127)
#A29F8F
(162,159,143)
#AEAC9F
(174,172,159)
#BAB9AF
(186,185,175)
#C6C6BF
(198,198,191)
#D2D3CF
(210,211,207)
#DEE0DF
(222,224,223)
#EAEDEF
(234,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726B4F; }

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

This text font color is #726B4F.


Background Color

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

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

This div background color is #726B4F.


Border color

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

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

This div border color is #726B4F.


Opacity

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

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

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

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

This text has shadow with #726B4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726B4F on black background.


Color preview on white background

This text has color #726B4F on white background.



Black color preview on #726B4F background

This text has black color on #726B4F background.


White color preview on #726B4F background

This text has white color on #726B4F background.