COLOR #72626A

HEX: #72626A
RGB: (114,98,106)

Color info

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

RGB color model

#72626A color RGB value is (114,98,106).

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

RGB channels and saturation

R 114 of 255 = 45%
G 98 of 255 = 38%
B 106 of 255 = 42%

114
98
106

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

Portions of RGB colors in percentages

R + G + B =
114 + 98 + 106 = 318 (100%)
R 114 of 318 ~ 35.85%
G 98 of 318 ~ 30.82%
B 106 of 318 ~ 33.33%

%35.85
%30.82
%33.33

CMYK color model

#72626A color CMYK value is (0,14,7,55).

  • cyan value is 0.00%
  • magenta value is 14.04%
  • yellow value is 7.02%
  • key color value is 55.29%
CMYK:
(0,14,7,55)
C0M14Y7K55 
(0%,14%,7%,55%)
(0.00/0.14/0.07/0.55)	

CMYK percentages

%0
%14.04
%7.02
%55.29

Codes

Color #72626A in popluar color models

72626A
RGB11498106
HSL330°7.55%41.57%
HSB/HSV330°14.04%44.71%
CMYK0.00%14.04%7.02%
55.29%

Color #72626A in popluar number systems.

HEX72626A
Decimal11498106
Binary111001011000101101010
Octal162142152

Shades and tints

Shades of #72626A

#72626A
(114,98,106)
#685A61
(104,90,97)
#5E5258
(94,82,88)
#544A4F
(84,74,79)
#4A4246
(74,66,70)
#403A3D
(64,58,61)
#363234
(54,50,52)
#2C2A2B
(44,42,43)
#222222
(34,34,34)
#181A19
(24,26,25)
#0E1210
(14,18,16)
#000000
(0,0,0)

Tints of #72626A

#72626A
(114,98,106)
#7E7077
(126,112,119)
#8A7E84
(138,126,132)
#968C91
(150,140,145)
#A29A9E
(162,154,158)
#AEA8AB
(174,168,171)
#BAB6B8
(186,182,184)
#C6C4C5
(198,196,197)
#D2D2D2
(210,210,210)
#DEE0DF
(222,224,223)
#EAEEEC
(234,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72626A; }

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

This text font color is #72626A.


Background Color

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

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

This div background color is #72626A.


Border color

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

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

This div border color is #72626A.


Opacity

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

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

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

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

This text has shadow with #72626A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72626A on black background.


Color preview on white background

This text has color #72626A on white background.



Black color preview on #72626A background

This text has black color on #72626A background.


White color preview on #72626A background

This text has white color on #72626A background.