COLOR #72797B

HEX: #72797B
RGB: (114,121,123)

Color info

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

RGB color model

#72797B color RGB value is (114,121,123).

  • red value is 114;
  • green value is 121;
  • blue value is 123.
RGB:
(114,121,123)
(45%,47%,48%)

RGB channels and saturation

R 114 of 255 = 45%
G 121 of 255 = 47%
B 123 of 255 = 48%

114
121
123

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

Portions of RGB colors in percentages

R + G + B =
114 + 121 + 123 = 358 (100%)
R 114 of 358 ~ 31.84%
G 121 of 358 ~ 33.8%
B 123 of 358 ~ 34.36%

%31.84
%33.8
%34.36

CMYK color model

#72797B color CMYK value is (7,2,0,52).

  • cyan value is 7.32%
  • magenta value is 1.63%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(7,2,0,52)
C7M2Y0K52 
(7%,2%,0%,52%)
(0.07/0.02/0.00/0.52)	

CMYK percentages

%7.32
%1.63
%0
%51.76

Codes

Color #72797B in popluar color models

72797B
RGB114121123
HSL193°3.80%46.47%
HSB/HSV193°7.32%48.24%
CMYK7.32%1.63%0.00%
51.76%

Color #72797B in popluar number systems.

HEX72797B
Decimal114121123
Binary111001011110011111011
Octal162171173

Shades and tints

Shades of #72797B

#72797B
(114,121,123)
#686E70
(104,110,112)
#5E6365
(94,99,101)
#54585A
(84,88,90)
#4A4D4F
(74,77,79)
#404244
(64,66,68)
#363739
(54,55,57)
#2C2C2E
(44,44,46)
#222123
(34,33,35)
#181618
(24,22,24)
#0E0B0D
(14,11,13)
#000000
(0,0,0)

Tints of #72797B

#72797B
(114,121,123)
#7E8587
(126,133,135)
#8A9193
(138,145,147)
#969D9F
(150,157,159)
#A2A9AB
(162,169,171)
#AEB5B7
(174,181,183)
#BAC1C3
(186,193,195)
#C6CDCF
(198,205,207)
#D2D9DB
(210,217,219)
#DEE5E7
(222,229,231)
#EAF1F3
(234,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72797B color. Also use rgb(114,121,123) instead hex code.

Text Font Color

.myTextColor { color: #72797B; }

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

This text font color is #72797B.


Background Color

.myBgColor { background-color: #72797B; }

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

This div background color is #72797B.


Border color

.myBorderColor { border: 1px solid #72797B; }

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

This div border color is #72797B.


Opacity

.myOpacity80 { color: #72797B; opacity: 0.8; }

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

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

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

This text has shadow with #72797B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72797B on black background.


Color preview on white background

This text has color #72797B on white background.



Black color preview on #72797B background

This text has black color on #72797B background.


White color preview on #72797B background

This text has white color on #72797B background.