COLOR #72656E

HEX: #72656E
RGB: (114,101,110)

Color info

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

RGB color model

#72656E color RGB value is (114,101,110).

  • red value is 114;
  • green value is 101;
  • blue value is 110.
RGB:
(114,101,110)
(45%,40%,43%)

RGB channels and saturation

R 114 of 255 = 45%
G 101 of 255 = 40%
B 110 of 255 = 43%

114
101
110

R + G + B ~ 43%. #72656E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 101 + 110 = 325 (100%)
R 114 of 325 ~ 35.08%
G 101 of 325 ~ 31.08%
B 110 of 325 ~ 33.85%

%35.08
%31.08
%33.85

CMYK color model

#72656E color CMYK value is (0,11,4,55).

  • cyan value is 0.00%
  • magenta value is 11.40%
  • yellow value is 3.51%
  • key color value is 55.29%
CMYK:
(0,11,4,55)
C0M11Y4K55 
(0%,11%,4%,55%)
(0.00/0.11/0.04/0.55)	

CMYK percentages

%0
%11.4
%3.51
%55.29

Codes

Color #72656E in popluar color models

72656E
RGB114101110
HSL318°6.05%42.16%
HSB/HSV318°11.40%44.71%
CMYK0.00%11.40%3.51%
55.29%

Color #72656E in popluar number systems.

HEX72656E
Decimal114101110
Binary111001011001011101110
Octal162145156

Shades and tints

Shades of #72656E

#72656E
(114,101,110)
#685C64
(104,92,100)
#5E535A
(94,83,90)
#544A50
(84,74,80)
#4A4146
(74,65,70)
#40383C
(64,56,60)
#362F32
(54,47,50)
#2C2628
(44,38,40)
#221D1E
(34,29,30)
#181414
(24,20,20)
#0E0B0A
(14,11,10)
#000000
(0,0,0)

Tints of #72656E

#72656E
(114,101,110)
#7E737B
(126,115,123)
#8A8188
(138,129,136)
#968F95
(150,143,149)
#A29DA2
(162,157,162)
#AEABAF
(174,171,175)
#BAB9BC
(186,185,188)
#C6C7C9
(198,199,201)
#D2D5D6
(210,213,214)
#DEE3E3
(222,227,227)
#EAF1F0
(234,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72656E color. Also use rgb(114,101,110) instead hex code.

Text Font Color

.myTextColor { color: #72656E; }

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

This text font color is #72656E.


Background Color

.myBgColor { background-color: #72656E; }

<div style="background-color:#72656E">Inner text</div>

This div background color is #72656E.


Border color

.myBorderColor { border: 1px solid #72656E; }

<div style="border:3px solid #72656E">Div</div>

This div border color is #72656E.


Opacity

.myOpacity80 { color: #72656E; opacity: 0.8; }

<p style="color:#72656E;opacity:0.8;">80%</p>

Text with #72656E 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 #72656E;}

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

This text has shadow with #72656E color.

.textShadow {text-shadow: 3px 3px 1px #72656E, 3px 3px 1px red;}

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

This text has shadow with #72656E primary color and red secondary color.


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

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

This text has shadow with #72656E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72656E on black background.


Color preview on white background

This text has color #72656E on white background.



Black color preview on #72656E background

This text has black color on #72656E background.


White color preview on #72656E background

This text has white color on #72656E background.