COLOR #72687D

HEX: #72687D RGB: (114,104,125)

Color info

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

RGB color model

#72687D color RGB value is (114,104,125).

RGB: (114,104,125) (45%, 41%, 49%)

RGB channels and saturation

R 114 of 255 = 45%
G 104 of 255 = 41%
B 125 of 255 = 49%

114
104
125

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

Portions of RGB colors in percentages

R + G + B = 114 + 104 + 125 = 343 (100%)
R 114 of 343 ~ 33.24%
G 104 of 343 ~ 30.32%
B 125 of 343 ~ 36.44'%

%33.24
%30.32
%36.44

CMYK color model

#72687D color CMYK value is (9,17,0,51).

  • cyan value is 8.80%
  • magenta value is 16.80%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (9,17,0,51)
C9M17Y0K51 (9%, 17%, 0%, 51%)
(0.09 / 0.17 / 0.00 / 0.51)

CMYK percentages

%8.8
%16.8
%0
%50.98

Codes

Color #72687D in popluar color models

72 68 7D
RGB 114 104 125
HSL 269° 9.17% 44.90%
HSB/HSV 269° 16.80% 49.02%
CMYK 8.80% 16.80% 0.00%
50.98%

Color #72687D in popluar number systems.

HEX 72 68 7D
Decimal 114 104 125
Binary 1110010 1101000 1111101
Octal 162 150 175

Shades and tints

Shades of #72687D

#72687D
(114,104,125)
#685F72
(104,95,114)
#5E5667
(94,86,103)
#544D5C
(84,77,92)
#4A4451
(74,68,81)
#403B46
(64,59,70)
#36323B
(54,50,59)
#2C2930
(44,41,48)
#222025
(34,32,37)
#18171A
(24,23,26)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #72687D

#72687D
(114,104,125)
#7E7588
(126,117,136)
#8A8293
(138,130,147)
#968F9E
(150,143,158)
#A29CA9
(162,156,169)
#AEA9B4
(174,169,180)
#BAB6BF
(186,182,191)
#C6C3CA
(198,195,202)
#D2D0D5
(210,208,213)
#DEDDE0
(222,221,224)
#EAEAEB
(234,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72687D color. Also use rgb(114,104,125) instead hex code.

Text Font Color

.myTextColor { color: #72687D; }

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

This text font color is #72687D.

Background Color

.myBgColor { background-color: #72687D; }

<div style="background-color:#72687D">Inner text</div>

This div background color is #72687D.

Border color

.myBorderColor { border: 1px solid #72687D; }

<div style="border:3px solid #72687D">Div</div>

This div border color is #72687D.

Opacity

.myOpacity80 { color: #72687D; opacity: 0.8; }

<p style="color:#72687D;opacity:0.8;">80%</p>

Text with #72687D 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 #72687D;}

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

This text has shadow with #72687D color.


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

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

This text has shadow with #72687D primary color and red secondary color.


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

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

This text has shadow with #72687D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #72687D.

Preview

Color preview on black background

This text has color #72687D on black background.


Color preview on white background

This text has color #72687D on white background.


Black color preview on #72687D background

This text has black color on #72687D background.


White color preview on #72687D background

This text has white color on #72687D background.


Related colors

Complementary color

Complementary color for #hex is #8D9782.


I love getcolorcode.com

Triadic colors

1 #7D7268 and #687D72 with #72687D are triadic colors.

2 #7D6872 and #68727D with #72687D are triadic colors.