COLOR #73637D

HEX: #73637D RGB: (115,99,125)

Color info

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

RGB color model

#73637D color RGB value is (115,99,125).

RGB: (115,99,125) (45%, 39%, 49%)

RGB channels and saturation

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

115
99
125

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

Portions of RGB colors in percentages

R + G + B = 115 + 99 + 125 = 339 (100%)
R 115 of 339 ~ 33.92%
G 99 of 339 ~ 29.2%
B 125 of 339 ~ 36.87'%

%33.92
%29.2
%36.87

CMYK color model

#73637D color CMYK value is (8,21,0,51).

  • cyan value is 8.00%
  • magenta value is 20.80%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (8,21,0,51)
C8M21Y0K51 (8%, 21%, 0%, 51%)
(0.08 / 0.21 / 0.00 / 0.51)

CMYK percentages

%8
%20.8
%0
%50.98

Codes

Color #73637D in popluar color models

73 63 7D
RGB 115 99 125
HSL 277° 11.61% 43.92%
HSB/HSV 277° 20.80% 49.02%
CMYK 8.00% 20.80% 0.00%
50.98%

Color #73637D in popluar number systems.

HEX 73 63 7D
Decimal 115 99 125
Binary 1110011 1100011 1111101
Octal 163 143 175

Shades and tints

Shades of #73637D

#73637D
(115,99,125)
#695A72
(105,90,114)
#5F5167
(95,81,103)
#55485C
(85,72,92)
#4B3F51
(75,63,81)
#413646
(65,54,70)
#372D3B
(55,45,59)
#2D2430
(45,36,48)
#231B25
(35,27,37)
#19121A
(25,18,26)
#0F090F
(15,9,15)
#000000
(0,0,0)

Tints of #73637D

#73637D
(115,99,125)
#7F7188
(127,113,136)
#8B7F93
(139,127,147)
#978D9E
(151,141,158)
#A39BA9
(163,155,169)
#AFA9B4
(175,169,180)
#BBB7BF
(187,183,191)
#C7C5CA
(199,197,202)
#D3D3D5
(211,211,213)
#DFE1E0
(223,225,224)
#EBEFEB
(235,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73637D; }

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

This text font color is #73637D.

Background Color

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

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

This div background color is #73637D.

Border color

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

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

This div border color is #73637D.

Opacity

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

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

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

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

This text has shadow with #73637D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73637D.

Preview

Color preview on black background

This text has color #73637D on black background.


Color preview on white background

This text has color #73637D on white background.


Black color preview on #73637D background

This text has black color on #73637D background.


White color preview on #73637D background

This text has white color on #73637D background.


Related colors

Complementary color

Complementary color for #hex is #8C9C82.


I love getcolorcode.com

Triadic colors

1 #7D7363 and #637D73 with #73637D are triadic colors.

2 #7D6373 and #63737D with #73637D are triadic colors.