COLOR #73747E

HEX: #73747E
RGB: (115,116,126)

Color info

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

RGB color model

#73747E color RGB value is (115,116,126).

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

RGB channels and saturation

R 115 of 255 = 45%
G 116 of 255 = 45%
B 126 of 255 = 49%

115
116
126

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

Portions of RGB colors in percentages

R + G + B =
115 + 116 + 126 = 357 (100%)
R 115 of 357 ~ 32.21%
G 116 of 357 ~ 32.49%
B 126 of 357 ~ 35.29%

%32.21
%32.49
%35.29

CMYK color model

#73747E color CMYK value is (9,8,0,51).

  • cyan value is 8.73%
  • magenta value is 7.94%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(9,8,0,51)
C9M8Y0K51 
(9%,8%,0%,51%)
(0.09/0.08/0.00/0.51)	

CMYK percentages

%8.73
%7.94
%0
%50.59

Codes

Color #73747E in popluar color models

73747E
RGB115116126
HSL235°4.56%47.25%
HSB/HSV235°8.73%49.41%
CMYK8.73%7.94%0.00%
50.59%

Color #73747E in popluar number systems.

HEX73747E
Decimal115116126
Binary111001111101001111110
Octal163164176

Shades and tints

Shades of #73747E

#73747E
(115,116,126)
#696A73
(105,106,115)
#5F6068
(95,96,104)
#55565D
(85,86,93)
#4B4C52
(75,76,82)
#414247
(65,66,71)
#37383C
(55,56,60)
#2D2E31
(45,46,49)
#232426
(35,36,38)
#191A1B
(25,26,27)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #73747E

#73747E
(115,116,126)
#7F8089
(127,128,137)
#8B8C94
(139,140,148)
#97989F
(151,152,159)
#A3A4AA
(163,164,170)
#AFB0B5
(175,176,181)
#BBBCC0
(187,188,192)
#C7C8CB
(199,200,203)
#D3D4D6
(211,212,214)
#DFE0E1
(223,224,225)
#EBECEC
(235,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73747E; }

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

This text font color is #73747E.


Background Color

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

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

This div background color is #73747E.


Border color

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

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

This div border color is #73747E.


Opacity

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

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

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

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

This text has shadow with #73747E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73747E on black background.


Color preview on white background

This text has color #73747E on white background.



Black color preview on #73747E background

This text has black color on #73747E background.


White color preview on #73747E background

This text has white color on #73747E background.