COLOR #72626B

HEX: #72626B
RGB: (114,98,107)

Color info

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

RGB color model

#72626B color RGB value is (114,98,107).

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

RGB channels and saturation

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

114
98
107

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

Portions of RGB colors in percentages

R + G + B =
114 + 98 + 107 = 319 (100%)
R 114 of 319 ~ 35.74%
G 98 of 319 ~ 30.72%
B 107 of 319 ~ 33.54%

%35.74
%30.72
%33.54

CMYK color model

#72626B color CMYK value is (0,14,6,55).

  • cyan value is 0.00%
  • magenta value is 14.04%
  • yellow value is 6.14%
  • key color value is 55.29%
CMYK:
(0,14,6,55)
C0M14Y6K55 
(0%,14%,6%,55%)
(0.00/0.14/0.06/0.55)	

CMYK percentages

%0
%14.04
%6.14
%55.29

Codes

Color #72626B in popluar color models

72626B
RGB11498107
HSL326°7.55%41.57%
HSB/HSV326°14.04%44.71%
CMYK0.00%14.04%6.14%
55.29%

Color #72626B in popluar number systems.

HEX72626B
Decimal11498107
Binary111001011000101101011
Octal162142153

Shades and tints

Shades of #72626B

#72626B
(114,98,107)
#685A62
(104,90,98)
#5E5259
(94,82,89)
#544A50
(84,74,80)
#4A4247
(74,66,71)
#403A3E
(64,58,62)
#363235
(54,50,53)
#2C2A2C
(44,42,44)
#222223
(34,34,35)
#181A1A
(24,26,26)
#0E1211
(14,18,17)
#000000
(0,0,0)

Tints of #72626B

#72626B
(114,98,107)
#7E7078
(126,112,120)
#8A7E85
(138,126,133)
#968C92
(150,140,146)
#A29A9F
(162,154,159)
#AEA8AC
(174,168,172)
#BAB6B9
(186,182,185)
#C6C4C6
(198,196,198)
#D2D2D3
(210,210,211)
#DEE0E0
(222,224,224)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72626B; }

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

This text font color is #72626B.


Background Color

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

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

This div background color is #72626B.


Border color

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

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

This div border color is #72626B.


Opacity

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

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

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

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

This text has shadow with #72626B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72626B on black background.


Color preview on white background

This text has color #72626B on white background.



Black color preview on #72626B background

This text has black color on #72626B background.


White color preview on #72626B background

This text has white color on #72626B background.