COLOR #72667E

HEX: #72667E RGB: (114,102,126)

Color info

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

RGB color model

#72667E color RGB value is (114,102,126).

RGB: (114,102,126) (45%, 40%, 49%)

RGB channels and saturation

R 114 of 255 = 45%
G 102 of 255 = 40%
B 126 of 255 = 49%

114
102
126

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

Portions of RGB colors in percentages

R + G + B = 114 + 102 + 126 = 342 (100%)
R 114 of 342 ~ 33.33%
G 102 of 342 ~ 29.82%
B 126 of 342 ~ 36.84'%

%33.33
%29.82
%36.84

CMYK color model

#72667E color CMYK value is (10,19,0,51).

  • cyan value is 9.52%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (10,19,0,51)
C10M19Y0K51 (10%, 19%, 0%, 51%)
(0.10 / 0.19 / 0.00 / 0.51)

CMYK percentages

%9.52
%19.05
%0
%50.59

Codes

Color #72667E in popluar color models

72 66 7E
RGB 114 102 126
HSL 270° 10.53% 44.71%
HSB/HSV 270° 19.05% 49.41%
CMYK 9.52% 19.05% 0.00%
50.59%

Color #72667E in popluar number systems.

HEX 72 66 7E
Decimal 114 102 126
Binary 1110010 1100110 1111110
Octal 162 146 176

Shades and tints

Shades of #72667E

#72667E
(114,102,126)
#685D73
(104,93,115)
#5E5468
(94,84,104)
#544B5D
(84,75,93)
#4A4252
(74,66,82)
#403947
(64,57,71)
#36303C
(54,48,60)
#2C2731
(44,39,49)
#221E26
(34,30,38)
#18151B
(24,21,27)
#0E0C10
(14,12,16)
#000000
(0,0,0)

Tints of #72667E

#72667E
(114,102,126)
#7E7389
(126,115,137)
#8A8094
(138,128,148)
#968D9F
(150,141,159)
#A29AAA
(162,154,170)
#AEA7B5
(174,167,181)
#BAB4C0
(186,180,192)
#C6C1CB
(198,193,203)
#D2CED6
(210,206,214)
#DEDBE1
(222,219,225)
#EAE8EC
(234,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72667E; }

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

This text font color is #72667E.

Background Color

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

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

This div background color is #72667E.

Border color

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

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

This div border color is #72667E.

Opacity

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

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

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

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

This text has shadow with #72667E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72667E.

Preview

Color preview on black background

This text has color #72667E on black background.


Color preview on white background

This text has color #72667E on white background.


Black color preview on #72667E background

This text has black color on #72667E background.


White color preview on #72667E background

This text has white color on #72667E background.


Related colors

Complementary color

Complementary color for #hex is #8D9981.


I love getcolorcode.com

Triadic colors

1 #7E7266 and #667E72 with #72667E are triadic colors.

2 #7E6672 and #66727E with #72667E are triadic colors.