COLOR #72666E

HEX: #72666E
RGB: (114,102,110)

Color info

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

RGB color model

#72666E color RGB value is (114,102,110).

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

RGB channels and saturation

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

114
102
110

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

Portions of RGB colors in percentages

R + G + B =
114 + 102 + 110 = 326 (100%)
R 114 of 326 ~ 34.97%
G 102 of 326 ~ 31.29%
B 110 of 326 ~ 33.74%

%34.97
%31.29
%33.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.53%
  • 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
%10.53
%3.51
%55.29

Codes

Color #72666E in popluar color models

72666E
RGB114102110
HSL320°5.56%42.35%
HSB/HSV320°10.53%44.71%
CMYK0.00%10.53%3.51%
55.29%

Color #72666E in popluar number systems.

HEX72666E
Decimal114102110
Binary111001011001101101110
Octal162146156

Shades and tints

Shades of #72666E

#72666E
(114,102,110)
#685D64
(104,93,100)
#5E545A
(94,84,90)
#544B50
(84,75,80)
#4A4246
(74,66,70)
#40393C
(64,57,60)
#363032
(54,48,50)
#2C2728
(44,39,40)
#221E1E
(34,30,30)
#181514
(24,21,20)
#0E0C0A
(14,12,10)
#000000
(0,0,0)

Tints of #72666E

#72666E
(114,102,110)
#7E737B
(126,115,123)
#8A8088
(138,128,136)
#968D95
(150,141,149)
#A29AA2
(162,154,162)
#AEA7AF
(174,167,175)
#BAB4BC
(186,180,188)
#C6C1C9
(198,193,201)
#D2CED6
(210,206,214)
#DEDBE3
(222,219,227)
#EAE8F0
(234,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72666E; }

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

This text font color is #72666E.


Background Color

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

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

This div background color is #72666E.


Border color

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

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

This div border color is #72666E.


Opacity

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

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

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

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

This text has shadow with #72666E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72666E on black background.


Color preview on white background

This text has color #72666E on white background.



Black color preview on #72666E background

This text has black color on #72666E background.


White color preview on #72666E background

This text has white color on #72666E background.