COLOR #72616C

HEX: #72616C
RGB: (114,97,108)

Color info

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

RGB color model

#72616C color RGB value is (114,97,108).

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

RGB channels and saturation

R 114 of 255 = 45%
G 97 of 255 = 38%
B 108 of 255 = 42%

114
97
108

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

Portions of RGB colors in percentages

R + G + B =
114 + 97 + 108 = 319 (100%)
R 114 of 319 ~ 35.74%
G 97 of 319 ~ 30.41%
B 108 of 319 ~ 33.86%

%35.74
%30.41
%33.86

CMYK color model

#72616C color CMYK value is (0,15,5,55).

  • cyan value is 0.00%
  • magenta value is 14.91%
  • yellow value is 5.26%
  • key color value is 55.29%
CMYK:
(0,15,5,55)
C0M15Y5K55 
(0%,15%,5%,55%)
(0.00/0.15/0.05/0.55)	

CMYK percentages

%0
%14.91
%5.26
%55.29

Codes

Color #72616C in popluar color models

72616C
RGB11497108
HSL321°8.06%41.37%
HSB/HSV321°14.91%44.71%
CMYK0.00%14.91%5.26%
55.29%

Color #72616C in popluar number systems.

HEX72616C
Decimal11497108
Binary111001011000011101100
Octal162141154

Shades and tints

Shades of #72616C

#72616C
(114,97,108)
#685963
(104,89,99)
#5E515A
(94,81,90)
#544951
(84,73,81)
#4A4148
(74,65,72)
#40393F
(64,57,63)
#363136
(54,49,54)
#2C292D
(44,41,45)
#222124
(34,33,36)
#18191B
(24,25,27)
#0E1112
(14,17,18)
#000000
(0,0,0)

Tints of #72616C

#72616C
(114,97,108)
#7E6F79
(126,111,121)
#8A7D86
(138,125,134)
#968B93
(150,139,147)
#A299A0
(162,153,160)
#AEA7AD
(174,167,173)
#BAB5BA
(186,181,186)
#C6C3C7
(198,195,199)
#D2D1D4
(210,209,212)
#DEDFE1
(222,223,225)
#EAEDEE
(234,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72616C color. Also use rgb(114,97,108) instead hex code.

Text Font Color

.myTextColor { color: #72616C; }

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

This text font color is #72616C.


Background Color

.myBgColor { background-color: #72616C; }

<div style="background-color:#72616C">Inner text</div>

This div background color is #72616C.


Border color

.myBorderColor { border: 1px solid #72616C; }

<div style="border:3px solid #72616C">Div</div>

This div border color is #72616C.


Opacity

.myOpacity80 { color: #72616C; opacity: 0.8; }

<p style="color:#72616C;opacity:0.8;">80%</p>

Text with #72616C 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 #72616C;}

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

This text has shadow with #72616C color.

.textShadow {text-shadow: 3px 3px 1px #72616C, 3px 3px 1px red;}

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

This text has shadow with #72616C primary color and red secondary color.


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

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

This text has shadow with #72616C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72616C on black background.


Color preview on white background

This text has color #72616C on white background.



Black color preview on #72616C background

This text has black color on #72616C background.


White color preview on #72616C background

This text has white color on #72616C background.