COLOR #73707F

HEX: #73707F
RGB: (115,112,127)

Color info

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

RGB color model

#73707F color RGB value is (115,112,127).

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

RGB channels and saturation

R 115 of 255 = 45%
G 112 of 255 = 44%
B 127 of 255 = 50%

115
112
127

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

Portions of RGB colors in percentages

R + G + B =
115 + 112 + 127 = 354 (100%)
R 115 of 354 ~ 32.49%
G 112 of 354 ~ 31.64%
B 127 of 354 ~ 35.88%

%32.49
%31.64
%35.88

CMYK color model

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

  • cyan value is 9.45%
  • magenta value is 11.81%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(9,12,0,50)
C9M12Y0K50 
(9%,12%,0%,50%)
(0.09/0.12/0.00/0.50)	

CMYK percentages

%9.45
%11.81
%0
%50.2

Codes

Color #73707F in popluar color models

73707F
RGB115112127
HSL252°6.28%46.86%
HSB/HSV252°11.81%49.80%
CMYK9.45%11.81%0.00%
50.20%

Color #73707F in popluar number systems.

HEX73707F
Decimal115112127
Binary111001111100001111111
Octal163160177

Shades and tints

Shades of #73707F

#73707F
(115,112,127)
#696674
(105,102,116)
#5F5C69
(95,92,105)
#55525E
(85,82,94)
#4B4853
(75,72,83)
#413E48
(65,62,72)
#37343D
(55,52,61)
#2D2A32
(45,42,50)
#232027
(35,32,39)
#19161C
(25,22,28)
#0F0C11
(15,12,17)
#000000
(0,0,0)

Tints of #73707F

#73707F
(115,112,127)
#7F7D8A
(127,125,138)
#8B8A95
(139,138,149)
#9797A0
(151,151,160)
#A3A4AB
(163,164,171)
#AFB1B6
(175,177,182)
#BBBEC1
(187,190,193)
#C7CBCC
(199,203,204)
#D3D8D7
(211,216,215)
#DFE5E2
(223,229,226)
#EBF2ED
(235,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73707F; }

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

This text font color is #73707F.


Background Color

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

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

This div background color is #73707F.


Border color

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

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

This div border color is #73707F.


Opacity

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

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

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

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

This text has shadow with #73707F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73707F on black background.


Color preview on white background

This text has color #73707F on white background.



Black color preview on #73707F background

This text has black color on #73707F background.


White color preview on #73707F background

This text has white color on #73707F background.