COLOR #76665C

HEX: #76665C
RGB: (118,102,92)

Color info

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

RGB color model

#76665C color RGB value is (118,102,92).

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

RGB channels and saturation

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

118
102
92

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

Portions of RGB colors in percentages

R + G + B =
118 + 102 + 92 = 312 (100%)
R 118 of 312 ~ 37.82%
G 102 of 312 ~ 32.69%
B 92 of 312 ~ 29.49%

%37.82
%32.69
%29.49

CMYK color model

#76665C color CMYK value is (0,14,22,54).

  • cyan value is 0.00%
  • magenta value is 13.56%
  • yellow value is 22.03%
  • key color value is 53.73%
CMYK:
(0,14,22,54)
C0M14Y22K54 
(0%,14%,22%,54%)
(0.00/0.14/0.22/0.54)	

CMYK percentages

%0
%13.56
%22.03
%53.73

Codes

Color #76665C in popluar color models

76665C
RGB11810292
HSL23°12.38%41.18%
HSB/HSV23°22.03%46.27%
CMYK0.00%13.56%22.03%
53.73%

Color #76665C in popluar number systems.

HEX76665C
Decimal11810292
Binary111011011001101011100
Octal166146134

Shades and tints

Shades of #76665C

#76665C
(118,102,92)
#6C5D54
(108,93,84)
#62544C
(98,84,76)
#584B44
(88,75,68)
#4E423C
(78,66,60)
#443934
(68,57,52)
#3A302C
(58,48,44)
#302724
(48,39,36)
#261E1C
(38,30,28)
#1C1514
(28,21,20)
#120C0C
(18,12,12)
#000000
(0,0,0)

Tints of #76665C

#76665C
(118,102,92)
#82736A
(130,115,106)
#8E8078
(142,128,120)
#9A8D86
(154,141,134)
#A69A94
(166,154,148)
#B2A7A2
(178,167,162)
#BEB4B0
(190,180,176)
#CAC1BE
(202,193,190)
#D6CECC
(214,206,204)
#E2DBDA
(226,219,218)
#EEE8E8
(238,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76665C; }

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

This text font color is #76665C.


Background Color

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

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

This div background color is #76665C.


Border color

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

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

This div border color is #76665C.


Opacity

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

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

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

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

This text has shadow with #76665C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76665C on black background.


Color preview on white background

This text has color #76665C on white background.



Black color preview on #76665C background

This text has black color on #76665C background.


White color preview on #76665C background

This text has white color on #76665C background.