COLOR #73747F

HEX: #73747F
RGB: (115,116,127)

Color info

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

RGB color model

#73747F color RGB value is (115,116,127).

  • red value is 115;
  • green value is 116;
  • blue value is 127.
RGB:
(115,116,127)
(45%,45%,50%)

RGB channels and saturation

R 115 of 255 = 45%
G 116 of 255 = 45%
B 127 of 255 = 50%

115
116
127

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

Portions of RGB colors in percentages

R + G + B =
115 + 116 + 127 = 358 (100%)
R 115 of 358 ~ 32.12%
G 116 of 358 ~ 32.4%
B 127 of 358 ~ 35.47%

%32.12
%32.4
%35.47

CMYK color model

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

  • cyan value is 9.45%
  • magenta value is 8.66%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(9,9,0,50)
C9M9Y0K50 
(9%,9%,0%,50%)
(0.09/0.09/0.00/0.50)	

CMYK percentages

%9.45
%8.66
%0
%50.2

Codes

Color #73747F in popluar color models

73747F
RGB115116127
HSL235°4.96%47.45%
HSB/HSV235°9.45%49.80%
CMYK9.45%8.66%0.00%
50.20%

Color #73747F in popluar number systems.

HEX73747F
Decimal115116127
Binary111001111101001111111
Octal163164177

Shades and tints

Shades of #73747F

#73747F
(115,116,127)
#696A74
(105,106,116)
#5F6069
(95,96,105)
#55565E
(85,86,94)
#4B4C53
(75,76,83)
#414248
(65,66,72)
#37383D
(55,56,61)
#2D2E32
(45,46,50)
#232427
(35,36,39)
#191A1C
(25,26,28)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #73747F

#73747F
(115,116,127)
#7F808A
(127,128,138)
#8B8C95
(139,140,149)
#9798A0
(151,152,160)
#A3A4AB
(163,164,171)
#AFB0B6
(175,176,182)
#BBBCC1
(187,188,193)
#C7C8CC
(199,200,204)
#D3D4D7
(211,212,215)
#DFE0E2
(223,224,226)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73747F; }

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

This text font color is #73747F.


Background Color

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

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

This div background color is #73747F.


Border color

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

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

This div border color is #73747F.


Opacity

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

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

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

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

This text has shadow with #73747F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73747F on black background.


Color preview on white background

This text has color #73747F on white background.



Black color preview on #73747F background

This text has black color on #73747F background.


White color preview on #73747F background

This text has white color on #73747F background.