COLOR #72697A

HEX: #72697A
RGB: (114,105,122)

Color info

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

RGB color model

#72697A color RGB value is (114,105,122).

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

RGB channels and saturation

R 114 of 255 = 45%
G 105 of 255 = 41%
B 122 of 255 = 48%

114
105
122

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

Portions of RGB colors in percentages

R + G + B =
114 + 105 + 122 = 341 (100%)
R 114 of 341 ~ 33.43%
G 105 of 341 ~ 30.79%
B 122 of 341 ~ 35.78%

%33.43
%30.79
%35.78

CMYK color model

#72697A color CMYK value is (7,14,0,52).

  • cyan value is 6.56%
  • magenta value is 13.93%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(7,14,0,52)
C7M14Y0K52 
(7%,14%,0%,52%)
(0.07/0.14/0.00/0.52)	

CMYK percentages

%6.56
%13.93
%0
%52.16

Codes

Color #72697A in popluar color models

72697A
RGB114105122
HSL272°7.49%44.51%
HSB/HSV272°13.93%47.84%
CMYK6.56%13.93%0.00%
52.16%

Color #72697A in popluar number systems.

HEX72697A
Decimal114105122
Binary111001011010011111010
Octal162151172

Shades and tints

Shades of #72697A

#72697A
(114,105,122)
#68606F
(104,96,111)
#5E5764
(94,87,100)
#544E59
(84,78,89)
#4A454E
(74,69,78)
#403C43
(64,60,67)
#363338
(54,51,56)
#2C2A2D
(44,42,45)
#222122
(34,33,34)
#181817
(24,24,23)
#0E0F0C
(14,15,12)
#000000
(0,0,0)

Tints of #72697A

#72697A
(114,105,122)
#7E7686
(126,118,134)
#8A8392
(138,131,146)
#96909E
(150,144,158)
#A29DAA
(162,157,170)
#AEAAB6
(174,170,182)
#BAB7C2
(186,183,194)
#C6C4CE
(198,196,206)
#D2D1DA
(210,209,218)
#DEDEE6
(222,222,230)
#EAEBF2
(234,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72697A; }

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

This text font color is #72697A.


Background Color

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

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

This div background color is #72697A.


Border color

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

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

This div border color is #72697A.


Opacity

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

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

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

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

This text has shadow with #72697A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72697A on black background.


Color preview on white background

This text has color #72697A on white background.



Black color preview on #72697A background

This text has black color on #72697A background.


White color preview on #72697A background

This text has white color on #72697A background.