COLOR #72627B

HEX: #72627B
RGB: (114,98,123)

Color info

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

RGB color model

#72627B color RGB value is (114,98,123).

  • red value is 114;
  • green value is 98;
  • blue value is 123.
RGB:
(114,98,123)
(45%,38%,48%)

RGB channels and saturation

R 114 of 255 = 45%
G 98 of 255 = 38%
B 123 of 255 = 48%

114
98
123

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

Portions of RGB colors in percentages

R + G + B =
114 + 98 + 123 = 335 (100%)
R 114 of 335 ~ 34.03%
G 98 of 335 ~ 29.25%
B 123 of 335 ~ 36.72%

%34.03
%29.25
%36.72

CMYK color model

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

  • cyan value is 7.32%
  • magenta value is 20.33%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(7,20,0,52)
C7M20Y0K52 
(7%,20%,0%,52%)
(0.07/0.20/0.00/0.52)	

CMYK percentages

%7.32
%20.33
%0
%51.76

Codes

Color #72627B in popluar color models

72627B
RGB11498123
HSL278°11.31%43.33%
HSB/HSV278°20.33%48.24%
CMYK7.32%20.33%0.00%
51.76%

Color #72627B in popluar number systems.

HEX72627B
Decimal11498123
Binary111001011000101111011
Octal162142173

Shades and tints

Shades of #72627B

#72627B
(114,98,123)
#685A70
(104,90,112)
#5E5265
(94,82,101)
#544A5A
(84,74,90)
#4A424F
(74,66,79)
#403A44
(64,58,68)
#363239
(54,50,57)
#2C2A2E
(44,42,46)
#222223
(34,34,35)
#181A18
(24,26,24)
#0E120D
(14,18,13)
#000000
(0,0,0)

Tints of #72627B

#72627B
(114,98,123)
#7E7087
(126,112,135)
#8A7E93
(138,126,147)
#968C9F
(150,140,159)
#A29AAB
(162,154,171)
#AEA8B7
(174,168,183)
#BAB6C3
(186,182,195)
#C6C4CF
(198,196,207)
#D2D2DB
(210,210,219)
#DEE0E7
(222,224,231)
#EAEEF3
(234,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72627B; }

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

This text font color is #72627B.


Background Color

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

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

This div background color is #72627B.


Border color

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

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

This div border color is #72627B.


Opacity

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

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

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

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

This text has shadow with #72627B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72627B on black background.


Color preview on white background

This text has color #72627B on white background.



Black color preview on #72627B background

This text has black color on #72627B background.


White color preview on #72627B background

This text has white color on #72627B background.