COLOR #726669

HEX: #726669
RGB: (114,102,105)

Color info

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

RGB color model

#726669 color RGB value is (114,102,105).

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

RGB channels and saturation

R 114 of 255 = 45%
G 102 of 255 = 40%
B 105 of 255 = 41%

114
102
105

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

Portions of RGB colors in percentages

R + G + B =
114 + 102 + 105 = 321 (100%)
R 114 of 321 ~ 35.51%
G 102 of 321 ~ 31.78%
B 105 of 321 ~ 32.71%

%35.51
%31.78
%32.71

CMYK color model

#726669 color CMYK value is (0,11,8,55).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 7.89%
  • key color value is 55.29%
CMYK:
(0,11,8,55)
C0M11Y8K55 
(0%,11%,8%,55%)
(0.00/0.11/0.08/0.55)	

CMYK percentages

%0
%10.53
%7.89
%55.29

Codes

Color #726669 in popluar color models

726669
RGB114102105
HSL345°5.56%42.35%
HSB/HSV345°10.53%44.71%
CMYK0.00%10.53%7.89%
55.29%

Color #726669 in popluar number systems.

HEX726669
Decimal114102105
Binary111001011001101101001
Octal162146151

Shades and tints

Shades of #726669

#726669
(114,102,105)
#685D60
(104,93,96)
#5E5457
(94,84,87)
#544B4E
(84,75,78)
#4A4245
(74,66,69)
#40393C
(64,57,60)
#363033
(54,48,51)
#2C272A
(44,39,42)
#221E21
(34,30,33)
#181518
(24,21,24)
#0E0C0F
(14,12,15)
#000000
(0,0,0)

Tints of #726669

#726669
(114,102,105)
#7E7376
(126,115,118)
#8A8083
(138,128,131)
#968D90
(150,141,144)
#A29A9D
(162,154,157)
#AEA7AA
(174,167,170)
#BAB4B7
(186,180,183)
#C6C1C4
(198,193,196)
#D2CED1
(210,206,209)
#DEDBDE
(222,219,222)
#EAE8EB
(234,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726669; }

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

This text font color is #726669.


Background Color

.myBgColor { background-color: #726669; }

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

This div background color is #726669.


Border color

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

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

This div border color is #726669.


Opacity

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

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

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

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

This text has shadow with #726669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726669 on black background.


Color preview on white background

This text has color #726669 on white background.



Black color preview on #726669 background

This text has black color on #726669 background.


White color preview on #726669 background

This text has white color on #726669 background.