COLOR #72696A

HEX: #72696A
RGB: (114,105,106)

Color info

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

RGB color model

#72696A color RGB value is (114,105,106).

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

RGB channels and saturation

R 114 of 255 = 45%
G 105 of 255 = 41%
B 106 of 255 = 42%

114
105
106

R + G + B ~ 43%. #72696A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 105 + 106 = 325 (100%)
R 114 of 325 ~ 35.08%
G 105 of 325 ~ 32.31%
B 106 of 325 ~ 32.62%

%35.08
%32.31
%32.62

CMYK color model

#72696A color CMYK value is (0,8,7,55).

  • cyan value is 0.00%
  • magenta value is 7.89%
  • yellow value is 7.02%
  • key color value is 55.29%
CMYK:
(0,8,7,55)
C0M8Y7K55 
(0%,8%,7%,55%)
(0.00/0.08/0.07/0.55)	

CMYK percentages

%0
%7.89
%7.02
%55.29

Codes

Color #72696A in popluar color models

72696A
RGB114105106
HSL353°4.11%42.94%
HSB/HSV353°7.89%44.71%
CMYK0.00%7.89%7.02%
55.29%

Color #72696A in popluar number systems.

HEX72696A
Decimal114105106
Binary111001011010011101010
Octal162151152

Shades and tints

Shades of #72696A

#72696A
(114,105,106)
#686061
(104,96,97)
#5E5758
(94,87,88)
#544E4F
(84,78,79)
#4A4546
(74,69,70)
#403C3D
(64,60,61)
#363334
(54,51,52)
#2C2A2B
(44,42,43)
#222122
(34,33,34)
#181819
(24,24,25)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #72696A

#72696A
(114,105,106)
#7E7677
(126,118,119)
#8A8384
(138,131,132)
#969091
(150,144,145)
#A29D9E
(162,157,158)
#AEAAAB
(174,170,171)
#BAB7B8
(186,183,184)
#C6C4C5
(198,196,197)
#D2D1D2
(210,209,210)
#DEDEDF
(222,222,223)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72696A; }

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

This text font color is #72696A.


Background Color

.myBgColor { background-color: #72696A; }

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

This div background color is #72696A.


Border color

.myBorderColor { border: 1px solid #72696A; }

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

This div border color is #72696A.


Opacity

.myOpacity80 { color: #72696A; opacity: 0.8; }

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

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

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

This text has shadow with #72696A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72696A on black background.


Color preview on white background

This text has color #72696A on white background.



Black color preview on #72696A background

This text has black color on #72696A background.


White color preview on #72696A background

This text has white color on #72696A background.