COLOR #73797C

HEX: #73797C
RGB: (115,121,124)

Color info

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

RGB color model

#73797C color RGB value is (115,121,124).

  • red value is 115;
  • green value is 121;
  • blue value is 124.
RGB:
(115,121,124)
(45%,47%,49%)

RGB channels and saturation

R 115 of 255 = 45%
G 121 of 255 = 47%
B 124 of 255 = 49%

115
121
124

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

Portions of RGB colors in percentages

R + G + B =
115 + 121 + 124 = 360 (100%)
R 115 of 360 ~ 31.94%
G 121 of 360 ~ 33.61%
B 124 of 360 ~ 34.44%

%31.94
%33.61
%34.44

CMYK color model

#73797C color CMYK value is (7,2,0,51).

  • cyan value is 7.26%
  • magenta value is 2.42%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(7,2,0,51)
C7M2Y0K51 
(7%,2%,0%,51%)
(0.07/0.02/0.00/0.51)	

CMYK percentages

%7.26
%2.42
%0
%51.37

Codes

Color #73797C in popluar color models

73797C
RGB115121124
HSL200°3.77%46.86%
HSB/HSV200°7.26%48.63%
CMYK7.26%2.42%0.00%
51.37%

Color #73797C in popluar number systems.

HEX73797C
Decimal115121124
Binary111001111110011111100
Octal163171174

Shades and tints

Shades of #73797C

#73797C
(115,121,124)
#696E71
(105,110,113)
#5F6366
(95,99,102)
#55585B
(85,88,91)
#4B4D50
(75,77,80)
#414245
(65,66,69)
#37373A
(55,55,58)
#2D2C2F
(45,44,47)
#232124
(35,33,36)
#191619
(25,22,25)
#0F0B0E
(15,11,14)
#000000
(0,0,0)

Tints of #73797C

#73797C
(115,121,124)
#7F8587
(127,133,135)
#8B9192
(139,145,146)
#979D9D
(151,157,157)
#A3A9A8
(163,169,168)
#AFB5B3
(175,181,179)
#BBC1BE
(187,193,190)
#C7CDC9
(199,205,201)
#D3D9D4
(211,217,212)
#DFE5DF
(223,229,223)
#EBF1EA
(235,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73797C color. Also use rgb(115,121,124) instead hex code.

Text Font Color

.myTextColor { color: #73797C; }

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

This text font color is #73797C.


Background Color

.myBgColor { background-color: #73797C; }

<div style="background-color:#73797C">Inner text</div>

This div background color is #73797C.


Border color

.myBorderColor { border: 1px solid #73797C; }

<div style="border:3px solid #73797C">Div</div>

This div border color is #73797C.


Opacity

.myOpacity80 { color: #73797C; opacity: 0.8; }

<p style="color:#73797C;opacity:0.8;">80%</p>

Text with #73797C 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 #73797C;}

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

This text has shadow with #73797C color.

.textShadow {text-shadow: 3px 3px 1px #73797C, 3px 3px 1px red;}

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

This text has shadow with #73797C primary color and red secondary color.


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

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

This text has shadow with #73797C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73797C on black background.


Color preview on white background

This text has color #73797C on white background.



Black color preview on #73797C background

This text has black color on #73797C background.


White color preview on #73797C background

This text has white color on #73797C background.