COLOR #76736E

HEX: #76736E
RGB: (118,115,110)

Color info

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

RGB color model

#76736E color RGB value is (118,115,110).

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

RGB channels and saturation

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

118
115
110

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

Portions of RGB colors in percentages

R + G + B =
118 + 115 + 110 = 343 (100%)
R 118 of 343 ~ 34.4%
G 115 of 343 ~ 33.53%
B 110 of 343 ~ 32.07%

%34.4
%33.53
%32.07

CMYK color model

#76736E color CMYK value is (0,3,7,54).

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

CMYK percentages

%0
%2.54
%6.78
%53.73

Codes

Color #76736E in popluar color models

76736E
RGB118115110
HSL38°3.51%44.71%
HSB/HSV38°6.78%46.27%
CMYK0.00%2.54%6.78%
53.73%

Color #76736E in popluar number systems.

HEX76736E
Decimal118115110
Binary111011011100111101110
Octal166163156

Shades and tints

Shades of #76736E

#76736E
(118,115,110)
#6C6964
(108,105,100)
#625F5A
(98,95,90)
#585550
(88,85,80)
#4E4B46
(78,75,70)
#44413C
(68,65,60)
#3A3732
(58,55,50)
#302D28
(48,45,40)
#26231E
(38,35,30)
#1C1914
(28,25,20)
#120F0A
(18,15,10)
#000000
(0,0,0)

Tints of #76736E

#76736E
(118,115,110)
#827F7B
(130,127,123)
#8E8B88
(142,139,136)
#9A9795
(154,151,149)
#A6A3A2
(166,163,162)
#B2AFAF
(178,175,175)
#BEBBBC
(190,187,188)
#CAC7C9
(202,199,201)
#D6D3D6
(214,211,214)
#E2DFE3
(226,223,227)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76736E; }

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

This text font color is #76736E.


Background Color

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

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

This div background color is #76736E.


Border color

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

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

This div border color is #76736E.


Opacity

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

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

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

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

This text has shadow with #76736E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76736E on black background.


Color preview on white background

This text has color #76736E on white background.



Black color preview on #76736E background

This text has black color on #76736E background.


White color preview on #76736E background

This text has white color on #76736E background.