COLOR #767373

HEX: #767373
RGB: (118,115,115)

Color info

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

RGB color model

#767373 color RGB value is (118,115,115).

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

RGB channels and saturation

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

118
115
115

R + G + B ~ 45%. #767373 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 115 + 115 = 348 (100%)
R 118 of 348 ~ 33.91%
G 115 of 348 ~ 33.05%
B 115 of 348 ~ 33.05%

%33.91
%33.05
%33.05

CMYK color model

#767373 color CMYK value is (0,3,3,54).

  • cyan value is 0.00%
  • magenta value is 2.54%
  • yellow value is 2.54%
  • key color value is 53.73%
CMYK:
(0,3,3,54)
C0M3Y3K54 
(0%,3%,3%,54%)
(0.00/0.03/0.03/0.54)	

CMYK percentages

%0
%2.54
%2.54
%53.73

Codes

Color #767373 in popluar color models

767373
RGB118115115
HSL1.29%45.69%
HSB/HSV2.54%46.27%
CMYK0.00%2.54%2.54%
53.73%

Color #767373 in popluar number systems.

HEX767373
Decimal118115115
Binary111011011100111110011
Octal166163163

Shades and tints

Shades of #767373

#767373
(118,115,115)
#6C6969
(108,105,105)
#625F5F
(98,95,95)
#585555
(88,85,85)
#4E4B4B
(78,75,75)
#444141
(68,65,65)
#3A3737
(58,55,55)
#302D2D
(48,45,45)
#262323
(38,35,35)
#1C1919
(28,25,25)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #767373

#767373
(118,115,115)
#827F7F
(130,127,127)
#8E8B8B
(142,139,139)
#9A9797
(154,151,151)
#A6A3A3
(166,163,163)
#B2AFAF
(178,175,175)
#BEBBBB
(190,187,187)
#CAC7C7
(202,199,199)
#D6D3D3
(214,211,211)
#E2DFDF
(226,223,223)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767373; }

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

This text font color is #767373.


Background Color

.myBgColor { background-color: #767373; }

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

This div background color is #767373.


Border color

.myBorderColor { border: 1px solid #767373; }

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

This div border color is #767373.


Opacity

.myOpacity80 { color: #767373; opacity: 0.8; }

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

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

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

This text has shadow with #767373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767373 on black background.


Color preview on white background

This text has color #767373 on white background.



Black color preview on #767373 background

This text has black color on #767373 background.


White color preview on #767373 background

This text has white color on #767373 background.