COLOR #73627F

HEX: #73627F RGB: (115,98,127)

Color info

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

RGB color model

#73627F color RGB value is (115,98,127).

RGB: (115,98,127) (45%, 38%, 50%)

RGB channels and saturation

R 115 of 255 = 45%
G 98 of 255 = 38%
B 127 of 255 = 50%

115
98
127

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

Portions of RGB colors in percentages

R + G + B = 115 + 98 + 127 = 340 (100%)
R 115 of 340 ~ 33.82%
G 98 of 340 ~ 28.82%
B 127 of 340 ~ 37.35'%

%33.82
%28.82
%37.35

CMYK color model

#73627F color CMYK value is (9,23,0,50).

  • cyan value is 9.45%
  • magenta value is 22.83%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (9,23,0,50)
C9M23Y0K50 (9%, 23%, 0%, 50%)
(0.09 / 0.23 / 0.00 / 0.50)

CMYK percentages

%9.45
%22.83
%0
%50.2

Codes

Color #73627F in popluar color models

73 62 7F
RGB 115 98 127
HSL 275° 12.89% 44.12%
HSB/HSV 275° 22.83% 49.80%
CMYK 9.45% 22.83% 0.00%
50.20%

Color #73627F in popluar number systems.

HEX 73 62 7F
Decimal 115 98 127
Binary 1110011 1100010 1111111
Octal 163 142 177

Shades and tints

Shades of #73627F

#73627F
(115,98,127)
#695A74
(105,90,116)
#5F5269
(95,82,105)
#554A5E
(85,74,94)
#4B4253
(75,66,83)
#413A48
(65,58,72)
#37323D
(55,50,61)
#2D2A32
(45,42,50)
#232227
(35,34,39)
#191A1C
(25,26,28)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #73627F

#73627F
(115,98,127)
#7F708A
(127,112,138)
#8B7E95
(139,126,149)
#978CA0
(151,140,160)
#A39AAB
(163,154,171)
#AFA8B6
(175,168,182)
#BBB6C1
(187,182,193)
#C7C4CC
(199,196,204)
#D3D2D7
(211,210,215)
#DFE0E2
(223,224,226)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73627F color. Also use rgb(115,98,127) instead hex code.

Text Font Color

.myTextColor { color: #73627F; }

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

This text font color is #73627F.

Background Color

.myBgColor { background-color: #73627F; }

<div style="background-color:#73627F">Inner text</div>

This div background color is #73627F.

Border color

.myBorderColor { border: 1px solid #73627F; }

<div style="border:3px solid #73627F">Div</div>

This div border color is #73627F.

Opacity

.myOpacity80 { color: #73627F; opacity: 0.8; }

<p style="color:#73627F;opacity:0.8;">80%</p>

Text with #73627F 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 #73627F;}

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

This text has shadow with #73627F color.


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

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

This text has shadow with #73627F primary color and red secondary color.


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

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

This text has shadow with #73627F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #73627F.

Preview

Color preview on black background

This text has color #73627F on black background.


Color preview on white background

This text has color #73627F on white background.


Black color preview on #73627F background

This text has black color on #73627F background.


White color preview on #73627F background

This text has white color on #73627F background.


Related colors

Complementary color

Complementary color for #hex is #8C9D80.


I love getcolorcode.com

Triadic colors

1 #7F7362 and #627F73 with #73627F are triadic colors.

2 #7F6273 and #62737F with #73627F are triadic colors.