COLOR #72637D

HEX: #72637D
RGB: (114,99,125)

Color info

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

RGB color model

#72637D color RGB value is (114,99,125).

  • red value is 114;
  • green value is 99;
  • blue value is 125.
RGB:
(114,99,125)
(45%,39%,49%)

RGB channels and saturation

R 114 of 255 = 45%
G 99 of 255 = 39%
B 125 of 255 = 49%

114
99
125

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

Portions of RGB colors in percentages

R + G + B =
114 + 99 + 125 = 338 (100%)
R 114 of 338 ~ 33.73%
G 99 of 338 ~ 29.29%
B 125 of 338 ~ 36.98%

%33.73
%29.29
%36.98

CMYK color model

#72637D color CMYK value is (9,21,0,51).

  • cyan value is 8.80%
  • magenta value is 20.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(9,21,0,51)
C9M21Y0K51 
(9%,21%,0%,51%)
(0.09/0.21/0.00/0.51)	

CMYK percentages

%8.8
%20.8
%0
%50.98

Codes

Color #72637D in popluar color models

72637D
RGB11499125
HSL275°11.61%43.92%
HSB/HSV275°20.80%49.02%
CMYK8.80%20.80%0.00%
50.98%

Color #72637D in popluar number systems.

HEX72637D
Decimal11499125
Binary111001011000111111101
Octal162143175

Shades and tints

Shades of #72637D

#72637D
(114,99,125)
#685A72
(104,90,114)
#5E5167
(94,81,103)
#54485C
(84,72,92)
#4A3F51
(74,63,81)
#403646
(64,54,70)
#362D3B
(54,45,59)
#2C2430
(44,36,48)
#221B25
(34,27,37)
#18121A
(24,18,26)
#0E090F
(14,9,15)
#000000
(0,0,0)

Tints of #72637D

#72637D
(114,99,125)
#7E7188
(126,113,136)
#8A7F93
(138,127,147)
#968D9E
(150,141,158)
#A29BA9
(162,155,169)
#AEA9B4
(174,169,180)
#BAB7BF
(186,183,191)
#C6C5CA
(198,197,202)
#D2D3D5
(210,211,213)
#DEE1E0
(222,225,224)
#EAEFEB
(234,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72637D; }

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

This text font color is #72637D.


Background Color

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

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

This div background color is #72637D.


Border color

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

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

This div border color is #72637D.


Opacity

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

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

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

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

This text has shadow with #72637D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72637D on black background.


Color preview on white background

This text has color #72637D on white background.



Black color preview on #72637D background

This text has black color on #72637D background.


White color preview on #72637D background

This text has white color on #72637D background.