COLOR #766373

HEX: #766373
RGB: (118,99,115)

Color info

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

RGB color model

#766373 color RGB value is (118,99,115).

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

RGB channels and saturation

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

118
99
115

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

Portions of RGB colors in percentages

R + G + B =
118 + 99 + 115 = 332 (100%)
R 118 of 332 ~ 35.54%
G 99 of 332 ~ 29.82%
B 115 of 332 ~ 34.64%

%35.54
%29.82
%34.64

CMYK color model

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

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

CMYK percentages

%0
%16.1
%2.54
%53.73

Codes

Color #766373 in popluar color models

766373
RGB11899115
HSL309°8.76%42.55%
HSB/HSV309°16.10%46.27%
CMYK0.00%16.10%2.54%
53.73%

Color #766373 in popluar number systems.

HEX766373
Decimal11899115
Binary111011011000111110011
Octal166143163

Shades and tints

Shades of #766373

#766373
(118,99,115)
#6C5A69
(108,90,105)
#62515F
(98,81,95)
#584855
(88,72,85)
#4E3F4B
(78,63,75)
#443641
(68,54,65)
#3A2D37
(58,45,55)
#30242D
(48,36,45)
#261B23
(38,27,35)
#1C1219
(28,18,25)
#12090F
(18,9,15)
#000000
(0,0,0)

Tints of #766373

#766373
(118,99,115)
#82717F
(130,113,127)
#8E7F8B
(142,127,139)
#9A8D97
(154,141,151)
#A69BA3
(166,155,163)
#B2A9AF
(178,169,175)
#BEB7BB
(190,183,187)
#CAC5C7
(202,197,199)
#D6D3D3
(214,211,211)
#E2E1DF
(226,225,223)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766373; }

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

This text font color is #766373.


Background Color

.myBgColor { background-color: #766373; }

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

This div background color is #766373.


Border color

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

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

This div border color is #766373.


Opacity

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

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

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

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

This text has shadow with #766373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766373 on black background.


Color preview on white background

This text has color #766373 on white background.



Black color preview on #766373 background

This text has black color on #766373 background.


White color preview on #766373 background

This text has white color on #766373 background.