COLOR #72656B

HEX: #72656B
RGB: (114,101,107)

Color info

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

RGB color model

#72656B color RGB value is (114,101,107).

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

RGB channels and saturation

R 114 of 255 = 45%
G 101 of 255 = 40%
B 107 of 255 = 42%

114
101
107

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

Portions of RGB colors in percentages

R + G + B =
114 + 101 + 107 = 322 (100%)
R 114 of 322 ~ 35.4%
G 101 of 322 ~ 31.37%
B 107 of 322 ~ 33.23%

%35.4
%31.37
%33.23

CMYK color model

#72656B color CMYK value is (0,11,6,55).

  • cyan value is 0.00%
  • magenta value is 11.40%
  • yellow value is 6.14%
  • key color value is 55.29%
CMYK:
(0,11,6,55)
C0M11Y6K55 
(0%,11%,6%,55%)
(0.00/0.11/0.06/0.55)	

CMYK percentages

%0
%11.4
%6.14
%55.29

Codes

Color #72656B in popluar color models

72656B
RGB114101107
HSL332°6.05%42.16%
HSB/HSV332°11.40%44.71%
CMYK0.00%11.40%6.14%
55.29%

Color #72656B in popluar number systems.

HEX72656B
Decimal114101107
Binary111001011001011101011
Octal162145153

Shades and tints

Shades of #72656B

#72656B
(114,101,107)
#685C62
(104,92,98)
#5E5359
(94,83,89)
#544A50
(84,74,80)
#4A4147
(74,65,71)
#40383E
(64,56,62)
#362F35
(54,47,53)
#2C262C
(44,38,44)
#221D23
(34,29,35)
#18141A
(24,20,26)
#0E0B11
(14,11,17)
#000000
(0,0,0)

Tints of #72656B

#72656B
(114,101,107)
#7E7378
(126,115,120)
#8A8185
(138,129,133)
#968F92
(150,143,146)
#A29D9F
(162,157,159)
#AEABAC
(174,171,172)
#BAB9B9
(186,185,185)
#C6C7C6
(198,199,198)
#D2D5D3
(210,213,211)
#DEE3E0
(222,227,224)
#EAF1ED
(234,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72656B; }

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

This text font color is #72656B.


Background Color

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

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

This div background color is #72656B.


Border color

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

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

This div border color is #72656B.


Opacity

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

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

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

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

This text has shadow with #72656B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72656B on black background.


Color preview on white background

This text has color #72656B on white background.



Black color preview on #72656B background

This text has black color on #72656B background.


White color preview on #72656B background

This text has white color on #72656B background.