COLOR #72707A

HEX: #72707A
RGB: (114,112,122)

Color info

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

RGB color model

#72707A color RGB value is (114,112,122).

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

RGB channels and saturation

R 114 of 255 = 45%
G 112 of 255 = 44%
B 122 of 255 = 48%

114
112
122

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

Portions of RGB colors in percentages

R + G + B =
114 + 112 + 122 = 348 (100%)
R 114 of 348 ~ 32.76%
G 112 of 348 ~ 32.18%
B 122 of 348 ~ 35.06%

%32.76
%32.18
%35.06

CMYK color model

#72707A color CMYK value is (7,8,0,52).

  • cyan value is 6.56%
  • magenta value is 8.20%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(7,8,0,52)
C7M8Y0K52 
(7%,8%,0%,52%)
(0.07/0.08/0.00/0.52)	

CMYK percentages

%6.56
%8.2
%0
%52.16

Codes

Color #72707A in popluar color models

72707A
RGB114112122
HSL252°4.27%45.88%
HSB/HSV252°8.20%47.84%
CMYK6.56%8.20%0.00%
52.16%

Color #72707A in popluar number systems.

HEX72707A
Decimal114112122
Binary111001011100001111010
Octal162160172

Shades and tints

Shades of #72707A

#72707A
(114,112,122)
#68666F
(104,102,111)
#5E5C64
(94,92,100)
#545259
(84,82,89)
#4A484E
(74,72,78)
#403E43
(64,62,67)
#363438
(54,52,56)
#2C2A2D
(44,42,45)
#222022
(34,32,34)
#181617
(24,22,23)
#0E0C0C
(14,12,12)
#000000
(0,0,0)

Tints of #72707A

#72707A
(114,112,122)
#7E7D86
(126,125,134)
#8A8A92
(138,138,146)
#96979E
(150,151,158)
#A2A4AA
(162,164,170)
#AEB1B6
(174,177,182)
#BABEC2
(186,190,194)
#C6CBCE
(198,203,206)
#D2D8DA
(210,216,218)
#DEE5E6
(222,229,230)
#EAF2F2
(234,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72707A; }

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

This text font color is #72707A.


Background Color

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

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

This div background color is #72707A.


Border color

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

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

This div border color is #72707A.


Opacity

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

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

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

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

This text has shadow with #72707A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72707A on black background.


Color preview on white background

This text has color #72707A on white background.



Black color preview on #72707A background

This text has black color on #72707A background.


White color preview on #72707A background

This text has white color on #72707A background.