COLOR #76664F

HEX: #76664F
RGB: (118,102,79)

Color info

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

RGB color model

#76664F color RGB value is (118,102,79).

  • red value is 118;
  • green value is 102;
  • blue value is 79.
RGB:
(118,102,79)
(46%,40%,31%)

RGB channels and saturation

R 118 of 255 = 46%
G 102 of 255 = 40%
B 79 of 255 = 31%

118
102
79

R + G + B ~ 39%. #76664F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 102 + 79 = 299 (100%)
R 118 of 299 ~ 39.46%
G 102 of 299 ~ 34.11%
B 79 of 299 ~ 26.42%

%39.46
%34.11
%26.42

CMYK color model

#76664F color CMYK value is (0,14,33,54).

  • cyan value is 0.00%
  • magenta value is 13.56%
  • yellow value is 33.05%
  • key color value is 53.73%
CMYK:
(0,14,33,54)
C0M14Y33K54 
(0%,14%,33%,54%)
(0.00/0.14/0.33/0.54)	

CMYK percentages

%0
%13.56
%33.05
%53.73

Codes

Color #76664F in popluar color models

76664F
RGB11810279
HSL35°19.80%38.63%
HSB/HSV35°33.05%46.27%
CMYK0.00%13.56%33.05%
53.73%

Color #76664F in popluar number systems.

HEX76664F
Decimal11810279
Binary111011011001101001111
Octal166146117

Shades and tints

Shades of #76664F

#76664F
(118,102,79)
#6C5D48
(108,93,72)
#625441
(98,84,65)
#584B3A
(88,75,58)
#4E4233
(78,66,51)
#44392C
(68,57,44)
#3A3025
(58,48,37)
#30271E
(48,39,30)
#261E17
(38,30,23)
#1C1510
(28,21,16)
#120C09
(18,12,9)
#000000
(0,0,0)

Tints of #76664F

#76664F
(118,102,79)
#82735F
(130,115,95)
#8E806F
(142,128,111)
#9A8D7F
(154,141,127)
#A69A8F
(166,154,143)
#B2A79F
(178,167,159)
#BEB4AF
(190,180,175)
#CAC1BF
(202,193,191)
#D6CECF
(214,206,207)
#E2DBDF
(226,219,223)
#EEE8EF
(238,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76664F color. Also use rgb(118,102,79) instead hex code.

Text Font Color

.myTextColor { color: #76664F; }

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

This text font color is #76664F.


Background Color

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

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

This div background color is #76664F.


Border color

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

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

This div border color is #76664F.


Opacity

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

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

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

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

This text has shadow with #76664F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76664F on black background.


Color preview on white background

This text has color #76664F on white background.



Black color preview on #76664F background

This text has black color on #76664F background.


White color preview on #76664F background

This text has white color on #76664F background.