COLOR #72737B

HEX: #72737B RGB: (114,115,123)

Color info

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

RGB color model

#72737B color RGB value is (114,115,123).

RGB: (114,115,123) (45%, 45%, 48%)

RGB channels and saturation

R 114 of 255 = 45%
G 115 of 255 = 45%
B 123 of 255 = 48%

114
115
123

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

Portions of RGB colors in percentages

R + G + B = 114 + 115 + 123 = 352 (100%)
R 114 of 352 ~ 32.39%
G 115 of 352 ~ 32.67%
B 123 of 352 ~ 34.94'%

%32.39
%32.67
%34.94

CMYK color model

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

  • cyan value is 7.32%
  • magenta value is 6.50%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK: (7,7,0,52) C7M7Y0K52 (7%,7%,0%,52%) (0.07/0.07/0.00/0.52) 

CMYK percentages

%7.32
%6.5
%0
%51.76

Codes

Color #72737B in popluar color models

72 73 7B
RGB 114 115 123
HSL 233° 3.80% 46.47%
HSB/HSV 233° 7.32% 48.24%
CMYK 7.32% 6.50% 0.00%
51.76%

Color #72737B in popluar number systems.

HEX 72 73 7B
Decimal 114 115 123
Binary 1110010 1110011 1111011
Octal 162 163 173

Shades and tints

Shades of #72737B

#72737B
(114,115,123)
#686970
(104,105,112)
#5E5F65
(94,95,101)
#54555A
(84,85,90)
#4A4B4F
(74,75,79)
#404144
(64,65,68)
#363739
(54,55,57)
#2C2D2E
(44,45,46)
#222323
(34,35,35)
#181918
(24,25,24)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #72737B

#72737B
(114,115,123)
#7E7F87
(126,127,135)
#8A8B93
(138,139,147)
#96979F
(150,151,159)
#A2A3AB
(162,163,171)
#AEAFB7
(174,175,183)
#BABBC3
(186,187,195)
#C6C7CF
(198,199,207)
#D2D3DB
(210,211,219)
#DEDFE7
(222,223,231)
#EAEBF3
(234,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72737B; }

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

This text font color is #72737B.

Background Color

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

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

This div background color is #72737B.

Border color

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

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

This div border color is #72737B.

Opacity

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

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

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

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

This text has shadow with #72737B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72737B.

Preview

Color preview on black background

This text has color #72737B on black background.


Color preview on white background

This text has color #72737B on white background.


Black color preview on #72737B background

This text has black color on #72737B background.


White color preview on #72737B background

This text has white color on #72737B background.


Related colors

Complementary color

Complementary color for #hex is #8D8C84.


I love getcolorcode.com

Triadic colors

1 #7B7273 and #737B72 with #72737B are triadic colors.

2 #7B7372 and #73727B with #72737B are triadic colors.