COLOR #76675C

HEX: #76675C
RGB: (118,103,92)

Color info

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

RGB color model

#76675C color RGB value is (118,103,92).

  • red value is 118;
  • green value is 103;
  • blue value is 92.
RGB:
(118,103,92)
(46%,40%,36%)

RGB channels and saturation

R 118 of 255 = 46%
G 103 of 255 = 40%
B 92 of 255 = 36%

118
103
92

R + G + B ~ 41%. #76675C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 103 + 92 = 313 (100%)
R 118 of 313 ~ 37.7%
G 103 of 313 ~ 32.91%
B 92 of 313 ~ 29.39%

%37.7
%32.91
%29.39

CMYK color model

#76675C color CMYK value is (0,13,22,54).

  • cyan value is 0.00%
  • magenta value is 12.71%
  • yellow value is 22.03%
  • key color value is 53.73%
CMYK:
(0,13,22,54)
C0M13Y22K54 
(0%,13%,22%,54%)
(0.00/0.13/0.22/0.54)	

CMYK percentages

%0
%12.71
%22.03
%53.73

Codes

Color #76675C in popluar color models

76675C
RGB11810392
HSL25°12.38%41.18%
HSB/HSV25°22.03%46.27%
CMYK0.00%12.71%22.03%
53.73%

Color #76675C in popluar number systems.

HEX76675C
Decimal11810392
Binary111011011001111011100
Octal166147134

Shades and tints

Shades of #76675C

#76675C
(118,103,92)
#6C5E54
(108,94,84)
#62554C
(98,85,76)
#584C44
(88,76,68)
#4E433C
(78,67,60)
#443A34
(68,58,52)
#3A312C
(58,49,44)
#302824
(48,40,36)
#261F1C
(38,31,28)
#1C1614
(28,22,20)
#120D0C
(18,13,12)
#000000
(0,0,0)

Tints of #76675C

#76675C
(118,103,92)
#82746A
(130,116,106)
#8E8178
(142,129,120)
#9A8E86
(154,142,134)
#A69B94
(166,155,148)
#B2A8A2
(178,168,162)
#BEB5B0
(190,181,176)
#CAC2BE
(202,194,190)
#D6CFCC
(214,207,204)
#E2DCDA
(226,220,218)
#EEE9E8
(238,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76675C color. Also use rgb(118,103,92) instead hex code.

Text Font Color

.myTextColor { color: #76675C; }

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

This text font color is #76675C.


Background Color

.myBgColor { background-color: #76675C; }

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

This div background color is #76675C.


Border color

.myBorderColor { border: 1px solid #76675C; }

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

This div border color is #76675C.


Opacity

.myOpacity80 { color: #76675C; opacity: 0.8; }

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

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

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

This text has shadow with #76675C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76675C on black background.


Color preview on white background

This text has color #76675C on white background.



Black color preview on #76675C background

This text has black color on #76675C background.


White color preview on #76675C background

This text has white color on #76675C background.