COLOR #72687B

HEX: #72687B RGB: (114,104,123)

Color info

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

RGB color model

#72687B color RGB value is (114,104,123).

RGB: (114,104,123) (45%, 41%, 48%)

RGB channels and saturation

R 114 of 255 = 45%
G 104 of 255 = 41%
B 123 of 255 = 48%

114
104
123

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

Portions of RGB colors in percentages

R + G + B = 114 + 104 + 123 = 341 (100%)
R 114 of 341 ~ 33.43%
G 104 of 341 ~ 30.5%
B 123 of 341 ~ 36.07'%

%33.43
%30.5
%36.07

CMYK color model

#72687B color CMYK value is (7,15,0,52).

  • cyan value is 7.32%
  • magenta value is 15.45%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK: (7,15,0,52) C7M15Y0K52 (7%,15%,0%,52%) (0.07/0.15/0.00/0.52) 

CMYK percentages

%7.32
%15.45
%0
%51.76

Codes

Color #72687B in popluar color models

72 68 7B
RGB 114 104 123
HSL 272° 8.37% 44.51%
HSB/HSV 272° 15.45% 48.24%
CMYK 7.32% 15.45% 0.00%
51.76%

Color #72687B in popluar number systems.

HEX 72 68 7B
Decimal 114 104 123
Binary 1110010 1101000 1111011
Octal 162 150 173

Shades and tints

Shades of #72687B

#72687B
(114,104,123)
#685F70
(104,95,112)
#5E5665
(94,86,101)
#544D5A
(84,77,90)
#4A444F
(74,68,79)
#403B44
(64,59,68)
#363239
(54,50,57)
#2C292E
(44,41,46)
#222023
(34,32,35)
#181718
(24,23,24)
#0E0E0D
(14,14,13)
#000000
(0,0,0)

Tints of #72687B

#72687B
(114,104,123)
#7E7587
(126,117,135)
#8A8293
(138,130,147)
#968F9F
(150,143,159)
#A29CAB
(162,156,171)
#AEA9B7
(174,169,183)
#BAB6C3
(186,182,195)
#C6C3CF
(198,195,207)
#D2D0DB
(210,208,219)
#DEDDE7
(222,221,231)
#EAEAF3
(234,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72687B; }

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

This text font color is #72687B.

Background Color

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

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

This div background color is #72687B.

Border color

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

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

This div border color is #72687B.

Opacity

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

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

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

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

This text has shadow with #72687B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72687B.

Preview

Color preview on black background

This text has color #72687B on black background.


Color preview on white background

This text has color #72687B on white background.


Black color preview on #72687B background

This text has black color on #72687B background.


White color preview on #72687B background

This text has white color on #72687B background.


Related colors

Complementary color

Complementary color for #hex is #8D9784.


I love getcolorcode.com

Triadic colors

1 #7B7268 and #687B72 with #72687B are triadic colors.

2 #7B6872 and #68727B with #72687B are triadic colors.