COLOR #72667F

HEX: #72667F
RGB: (114,102,127)

Color info

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

RGB color model

#72667F color RGB value is (114,102,127).

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

RGB channels and saturation

R 114 of 255 = 45%
G 102 of 255 = 40%
B 127 of 255 = 50%

114
102
127

R + G + B ~ 45%. #72667F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 102 + 127 = 343 (100%)
R 114 of 343 ~ 33.24%
G 102 of 343 ~ 29.74%
B 127 of 343 ~ 37.03%

%33.24
%29.74
%37.03

CMYK color model

#72667F color CMYK value is (10,20,0,50).

  • cyan value is 10.24%
  • magenta value is 19.69%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(10,20,0,50)
C10M20Y0K50 
(10%,20%,0%,50%)
(0.10/0.20/0.00/0.50)	

CMYK percentages

%10.24
%19.69
%0
%50.2

Codes

Color #72667F in popluar color models

72667F
RGB114102127
HSL269°10.92%44.90%
HSB/HSV269°19.69%49.80%
CMYK10.24%19.69%0.00%
50.20%

Color #72667F in popluar number systems.

HEX72667F
Decimal114102127
Binary111001011001101111111
Octal162146177

Shades and tints

Shades of #72667F

#72667F
(114,102,127)
#685D74
(104,93,116)
#5E5469
(94,84,105)
#544B5E
(84,75,94)
#4A4253
(74,66,83)
#403948
(64,57,72)
#36303D
(54,48,61)
#2C2732
(44,39,50)
#221E27
(34,30,39)
#18151C
(24,21,28)
#0E0C11
(14,12,17)
#000000
(0,0,0)

Tints of #72667F

#72667F
(114,102,127)
#7E738A
(126,115,138)
#8A8095
(138,128,149)
#968DA0
(150,141,160)
#A29AAB
(162,154,171)
#AEA7B6
(174,167,182)
#BAB4C1
(186,180,193)
#C6C1CC
(198,193,204)
#D2CED7
(210,206,215)
#DEDBE2
(222,219,226)
#EAE8ED
(234,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72667F color. Also use rgb(114,102,127) instead hex code.

Text Font Color

.myTextColor { color: #72667F; }

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

This text font color is #72667F.


Background Color

.myBgColor { background-color: #72667F; }

<div style="background-color:#72667F">Inner text</div>

This div background color is #72667F.


Border color

.myBorderColor { border: 1px solid #72667F; }

<div style="border:3px solid #72667F">Div</div>

This div border color is #72667F.


Opacity

.myOpacity80 { color: #72667F; opacity: 0.8; }

<p style="color:#72667F;opacity:0.8;">80%</p>

Text with #72667F 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 #72667F;}

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

This text has shadow with #72667F color.

.textShadow {text-shadow: 3px 3px 1px #72667F, 3px 3px 1px red;}

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

This text has shadow with #72667F primary color and red secondary color.


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

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

This text has shadow with #72667F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72667F on black background.


Color preview on white background

This text has color #72667F on white background.



Black color preview on #72667F background

This text has black color on #72667F background.


White color preview on #72667F background

This text has white color on #72667F background.