COLOR #76786F

HEX: #76786F
RGB: (118,120,111)

Color info

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

RGB color model

#76786F color RGB value is (118,120,111).

  • red value is 118;
  • green value is 120;
  • blue value is 111.
RGB:
(118,120,111)
(46%,47%,44%)

RGB channels and saturation

R 118 of 255 = 46%
G 120 of 255 = 47%
B 111 of 255 = 44%

118
120
111

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

Portions of RGB colors in percentages

R + G + B =
118 + 120 + 111 = 349 (100%)
R 118 of 349 ~ 33.81%
G 120 of 349 ~ 34.38%
B 111 of 349 ~ 31.81%

%33.81
%34.38
%31.81

CMYK color model

#76786F color CMYK value is (2,0,8,53).

  • cyan value is 1.67%
  • magenta value is 0.00%
  • yellow value is 7.50%
  • key color value is 52.94%
CMYK:
(2,0,8,53)
C2M0Y8K53 
(2%,0%,8%,53%)
(0.02/0.00/0.08/0.53)	

CMYK percentages

%1.67
%0
%7.5
%52.94

Codes

Color #76786F in popluar color models

76786F
RGB118120111
HSL73°3.90%45.29%
HSB/HSV73°7.50%47.06%
CMYK1.67%0.00%7.50%
52.94%

Color #76786F in popluar number systems.

HEX76786F
Decimal118120111
Binary111011011110001101111
Octal166170157

Shades and tints

Shades of #76786F

#76786F
(118,120,111)
#6C6E65
(108,110,101)
#62645B
(98,100,91)
#585A51
(88,90,81)
#4E5047
(78,80,71)
#44463D
(68,70,61)
#3A3C33
(58,60,51)
#303229
(48,50,41)
#26281F
(38,40,31)
#1C1E15
(28,30,21)
#12140B
(18,20,11)
#000000
(0,0,0)

Tints of #76786F

#76786F
(118,120,111)
#82847C
(130,132,124)
#8E9089
(142,144,137)
#9A9C96
(154,156,150)
#A6A8A3
(166,168,163)
#B2B4B0
(178,180,176)
#BEC0BD
(190,192,189)
#CACCCA
(202,204,202)
#D6D8D7
(214,216,215)
#E2E4E4
(226,228,228)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76786F color. Also use rgb(118,120,111) instead hex code.

Text Font Color

.myTextColor { color: #76786F; }

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

This text font color is #76786F.


Background Color

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

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

This div background color is #76786F.


Border color

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

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

This div border color is #76786F.


Opacity

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

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

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

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

This text has shadow with #76786F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76786F on black background.


Color preview on white background

This text has color #76786F on white background.



Black color preview on #76786F background

This text has black color on #76786F background.


White color preview on #76786F background

This text has white color on #76786F background.