COLOR #73767F

HEX: #73767F
RGB: (115,118,127)

Color info

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

RGB color model

#73767F color RGB value is (115,118,127).

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

RGB channels and saturation

R 115 of 255 = 45%
G 118 of 255 = 46%
B 127 of 255 = 50%

115
118
127

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

Portions of RGB colors in percentages

R + G + B =
115 + 118 + 127 = 360 (100%)
R 115 of 360 ~ 31.94%
G 118 of 360 ~ 32.78%
B 127 of 360 ~ 35.28%

%31.94
%32.78
%35.28

CMYK color model

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

  • cyan value is 9.45%
  • magenta value is 7.09%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(9,7,0,50)
C9M7Y0K50 
(9%,7%,0%,50%)
(0.09/0.07/0.00/0.50)	

CMYK percentages

%9.45
%7.09
%0
%50.2

Codes

Color #73767F in popluar color models

73767F
RGB115118127
HSL225°4.96%47.45%
HSB/HSV225°9.45%49.80%
CMYK9.45%7.09%0.00%
50.20%

Color #73767F in popluar number systems.

HEX73767F
Decimal115118127
Binary111001111101101111111
Octal163166177

Shades and tints

Shades of #73767F

#73767F
(115,118,127)
#696C74
(105,108,116)
#5F6269
(95,98,105)
#55585E
(85,88,94)
#4B4E53
(75,78,83)
#414448
(65,68,72)
#373A3D
(55,58,61)
#2D3032
(45,48,50)
#232627
(35,38,39)
#191C1C
(25,28,28)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #73767F

#73767F
(115,118,127)
#7F828A
(127,130,138)
#8B8E95
(139,142,149)
#979AA0
(151,154,160)
#A3A6AB
(163,166,171)
#AFB2B6
(175,178,182)
#BBBEC1
(187,190,193)
#C7CACC
(199,202,204)
#D3D6D7
(211,214,215)
#DFE2E2
(223,226,226)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73767F; }

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

This text font color is #73767F.


Background Color

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

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

This div background color is #73767F.


Border color

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

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

This div border color is #73767F.


Opacity

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

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

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

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

This text has shadow with #73767F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73767F on black background.


Color preview on white background

This text has color #73767F on white background.



Black color preview on #73767F background

This text has black color on #73767F background.


White color preview on #73767F background

This text has white color on #73767F background.