COLOR #73707A

HEX: #73707A
RGB: (115,112,122)

Color info

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

RGB color model

#73707A color RGB value is (115,112,122).

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

RGB channels and saturation

R 115 of 255 = 45%
G 112 of 255 = 44%
B 122 of 255 = 48%

115
112
122

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

Portions of RGB colors in percentages

R + G + B =
115 + 112 + 122 = 349 (100%)
R 115 of 349 ~ 32.95%
G 112 of 349 ~ 32.09%
B 122 of 349 ~ 34.96%

%32.95
%32.09
%34.96

CMYK color model

#73707A color CMYK value is (6,8,0,52).

  • cyan value is 5.74%
  • magenta value is 8.20%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(6,8,0,52)
C6M8Y0K52 
(6%,8%,0%,52%)
(0.06/0.08/0.00/0.52)	

CMYK percentages

%5.74
%8.2
%0
%52.16

Codes

Color #73707A in popluar color models

73707A
RGB115112122
HSL258°4.27%45.88%
HSB/HSV258°8.20%47.84%
CMYK5.74%8.20%0.00%
52.16%

Color #73707A in popluar number systems.

HEX73707A
Decimal115112122
Binary111001111100001111010
Octal163160172

Shades and tints

Shades of #73707A

#73707A
(115,112,122)
#69666F
(105,102,111)
#5F5C64
(95,92,100)
#555259
(85,82,89)
#4B484E
(75,72,78)
#413E43
(65,62,67)
#373438
(55,52,56)
#2D2A2D
(45,42,45)
#232022
(35,32,34)
#191617
(25,22,23)
#0F0C0C
(15,12,12)
#000000
(0,0,0)

Tints of #73707A

#73707A
(115,112,122)
#7F7D86
(127,125,134)
#8B8A92
(139,138,146)
#97979E
(151,151,158)
#A3A4AA
(163,164,170)
#AFB1B6
(175,177,182)
#BBBEC2
(187,190,194)
#C7CBCE
(199,203,206)
#D3D8DA
(211,216,218)
#DFE5E6
(223,229,230)
#EBF2F2
(235,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73707A; }

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

This text font color is #73707A.


Background Color

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

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

This div background color is #73707A.


Border color

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

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

This div border color is #73707A.


Opacity

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

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

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

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

This text has shadow with #73707A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73707A on black background.


Color preview on white background

This text has color #73707A on white background.



Black color preview on #73707A background

This text has black color on #73707A background.


White color preview on #73707A background

This text has white color on #73707A background.