COLOR #76736F

HEX: #76736F
RGB: (118,115,111)

Color info

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

RGB color model

#76736F color RGB value is (118,115,111).

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

RGB channels and saturation

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

118
115
111

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

Portions of RGB colors in percentages

R + G + B =
118 + 115 + 111 = 344 (100%)
R 118 of 344 ~ 34.3%
G 115 of 344 ~ 33.43%
B 111 of 344 ~ 32.27%

%34.3
%33.43
%32.27

CMYK color model

#76736F color CMYK value is (0,3,6,54).

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

CMYK percentages

%0
%2.54
%5.93
%53.73

Codes

Color #76736F in popluar color models

76736F
RGB118115111
HSL34°3.06%44.90%
HSB/HSV34°5.93%46.27%
CMYK0.00%2.54%5.93%
53.73%

Color #76736F in popluar number systems.

HEX76736F
Decimal118115111
Binary111011011100111101111
Octal166163157

Shades and tints

Shades of #76736F

#76736F
(118,115,111)
#6C6965
(108,105,101)
#625F5B
(98,95,91)
#585551
(88,85,81)
#4E4B47
(78,75,71)
#44413D
(68,65,61)
#3A3733
(58,55,51)
#302D29
(48,45,41)
#26231F
(38,35,31)
#1C1915
(28,25,21)
#120F0B
(18,15,11)
#000000
(0,0,0)

Tints of #76736F

#76736F
(118,115,111)
#827F7C
(130,127,124)
#8E8B89
(142,139,137)
#9A9796
(154,151,150)
#A6A3A3
(166,163,163)
#B2AFB0
(178,175,176)
#BEBBBD
(190,187,189)
#CAC7CA
(202,199,202)
#D6D3D7
(214,211,215)
#E2DFE4
(226,223,228)
#EEEBF1
(238,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76736F; }

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

This text font color is #76736F.


Background Color

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

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

This div background color is #76736F.


Border color

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

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

This div border color is #76736F.


Opacity

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

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

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

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

This text has shadow with #76736F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76736F on black background.


Color preview on white background

This text has color #76736F on white background.



Black color preview on #76736F background

This text has black color on #76736F background.


White color preview on #76736F background

This text has white color on #76736F background.