COLOR #72667A

HEX: #72667A
RGB: (114,102,122)

Color info

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

RGB color model

#72667A color RGB value is (114,102,122).

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

RGB channels and saturation

R 114 of 255 = 45%
G 102 of 255 = 40%
B 122 of 255 = 48%

114
102
122

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

Portions of RGB colors in percentages

R + G + B =
114 + 102 + 122 = 338 (100%)
R 114 of 338 ~ 33.73%
G 102 of 338 ~ 30.18%
B 122 of 338 ~ 36.09%

%33.73
%30.18
%36.09

CMYK color model

#72667A color CMYK value is (7,16,0,52).

  • cyan value is 6.56%
  • magenta value is 16.39%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(7,16,0,52)
C7M16Y0K52 
(7%,16%,0%,52%)
(0.07/0.16/0.00/0.52)	

CMYK percentages

%6.56
%16.39
%0
%52.16

Codes

Color #72667A in popluar color models

72667A
RGB114102122
HSL276°8.93%43.92%
HSB/HSV276°16.39%47.84%
CMYK6.56%16.39%0.00%
52.16%

Color #72667A in popluar number systems.

HEX72667A
Decimal114102122
Binary111001011001101111010
Octal162146172

Shades and tints

Shades of #72667A

#72667A
(114,102,122)
#685D6F
(104,93,111)
#5E5464
(94,84,100)
#544B59
(84,75,89)
#4A424E
(74,66,78)
#403943
(64,57,67)
#363038
(54,48,56)
#2C272D
(44,39,45)
#221E22
(34,30,34)
#181517
(24,21,23)
#0E0C0C
(14,12,12)
#000000
(0,0,0)

Tints of #72667A

#72667A
(114,102,122)
#7E7386
(126,115,134)
#8A8092
(138,128,146)
#968D9E
(150,141,158)
#A29AAA
(162,154,170)
#AEA7B6
(174,167,182)
#BAB4C2
(186,180,194)
#C6C1CE
(198,193,206)
#D2CEDA
(210,206,218)
#DEDBE6
(222,219,230)
#EAE8F2
(234,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72667A; }

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

This text font color is #72667A.


Background Color

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

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

This div background color is #72667A.


Border color

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

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

This div border color is #72667A.


Opacity

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

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

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

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

This text has shadow with #72667A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72667A on black background.


Color preview on white background

This text has color #72667A on white background.



Black color preview on #72667A background

This text has black color on #72667A background.


White color preview on #72667A background

This text has white color on #72667A background.