COLOR #72666C

HEX: #72666C
RGB: (114,102,108)

Color info

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

RGB color model

#72666C color RGB value is (114,102,108).

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

RGB channels and saturation

R 114 of 255 = 45%
G 102 of 255 = 40%
B 108 of 255 = 42%

114
102
108

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

Portions of RGB colors in percentages

R + G + B =
114 + 102 + 108 = 324 (100%)
R 114 of 324 ~ 35.19%
G 102 of 324 ~ 31.48%
B 108 of 324 ~ 33.33%

%35.19
%31.48
%33.33

CMYK color model

#72666C color CMYK value is (0,11,5,55).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 5.26%
  • key color value is 55.29%
CMYK:
(0,11,5,55)
C0M11Y5K55 
(0%,11%,5%,55%)
(0.00/0.11/0.05/0.55)	

CMYK percentages

%0
%10.53
%5.26
%55.29

Codes

Color #72666C in popluar color models

72666C
RGB114102108
HSL330°5.56%42.35%
HSB/HSV330°10.53%44.71%
CMYK0.00%10.53%5.26%
55.29%

Color #72666C in popluar number systems.

HEX72666C
Decimal114102108
Binary111001011001101101100
Octal162146154

Shades and tints

Shades of #72666C

#72666C
(114,102,108)
#685D63
(104,93,99)
#5E545A
(94,84,90)
#544B51
(84,75,81)
#4A4248
(74,66,72)
#40393F
(64,57,63)
#363036
(54,48,54)
#2C272D
(44,39,45)
#221E24
(34,30,36)
#18151B
(24,21,27)
#0E0C12
(14,12,18)
#000000
(0,0,0)

Tints of #72666C

#72666C
(114,102,108)
#7E7379
(126,115,121)
#8A8086
(138,128,134)
#968D93
(150,141,147)
#A29AA0
(162,154,160)
#AEA7AD
(174,167,173)
#BAB4BA
(186,180,186)
#C6C1C7
(198,193,199)
#D2CED4
(210,206,212)
#DEDBE1
(222,219,225)
#EAE8EE
(234,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72666C; }

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

This text font color is #72666C.


Background Color

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

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

This div background color is #72666C.


Border color

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

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

This div border color is #72666C.


Opacity

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

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

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

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

This text has shadow with #72666C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72666C on black background.


Color preview on white background

This text has color #72666C on white background.



Black color preview on #72666C background

This text has black color on #72666C background.


White color preview on #72666C background

This text has white color on #72666C background.