COLOR #766873

HEX: #766873
RGB: (118,104,115)

Color info

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

RGB color model

#766873 color RGB value is (118,104,115).

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

RGB channels and saturation

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

118
104
115

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

Portions of RGB colors in percentages

R + G + B =
118 + 104 + 115 = 337 (100%)
R 118 of 337 ~ 35.01%
G 104 of 337 ~ 30.86%
B 115 of 337 ~ 34.12%

%35.01
%30.86
%34.12

CMYK color model

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

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

CMYK percentages

%0
%11.86
%2.54
%53.73

Codes

Color #766873 in popluar color models

766873
RGB118104115
HSL313°6.31%43.53%
HSB/HSV313°11.86%46.27%
CMYK0.00%11.86%2.54%
53.73%

Color #766873 in popluar number systems.

HEX766873
Decimal118104115
Binary111011011010001110011
Octal166150163

Shades and tints

Shades of #766873

#766873
(118,104,115)
#6C5F69
(108,95,105)
#62565F
(98,86,95)
#584D55
(88,77,85)
#4E444B
(78,68,75)
#443B41
(68,59,65)
#3A3237
(58,50,55)
#30292D
(48,41,45)
#262023
(38,32,35)
#1C1719
(28,23,25)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #766873

#766873
(118,104,115)
#82757F
(130,117,127)
#8E828B
(142,130,139)
#9A8F97
(154,143,151)
#A69CA3
(166,156,163)
#B2A9AF
(178,169,175)
#BEB6BB
(190,182,187)
#CAC3C7
(202,195,199)
#D6D0D3
(214,208,211)
#E2DDDF
(226,221,223)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766873; }

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

This text font color is #766873.


Background Color

.myBgColor { background-color: #766873; }

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

This div background color is #766873.


Border color

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

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

This div border color is #766873.


Opacity

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

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

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

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

This text has shadow with #766873 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766873 on black background.


Color preview on white background

This text has color #766873 on white background.



Black color preview on #766873 background

This text has black color on #766873 background.


White color preview on #766873 background

This text has white color on #766873 background.