COLOR #766662

HEX: #766662
RGB: (118,102,98)

Color info

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

RGB color model

#766662 color RGB value is (118,102,98).

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

RGB channels and saturation

R 118 of 255 = 46%
G 102 of 255 = 40%
B 98 of 255 = 38%

118
102
98

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

Portions of RGB colors in percentages

R + G + B =
118 + 102 + 98 = 318 (100%)
R 118 of 318 ~ 37.11%
G 102 of 318 ~ 32.08%
B 98 of 318 ~ 30.82%

%37.11
%32.08
%30.82

CMYK color model

#766662 color CMYK value is (0,14,17,54).

  • cyan value is 0.00%
  • magenta value is 13.56%
  • yellow value is 16.95%
  • key color value is 53.73%
CMYK:
(0,14,17,54)
C0M14Y17K54 
(0%,14%,17%,54%)
(0.00/0.14/0.17/0.54)	

CMYK percentages

%0
%13.56
%16.95
%53.73

Codes

Color #766662 in popluar color models

766662
RGB11810298
HSL12°9.26%42.35%
HSB/HSV12°16.95%46.27%
CMYK0.00%13.56%16.95%
53.73%

Color #766662 in popluar number systems.

HEX766662
Decimal11810298
Binary111011011001101100010
Octal166146142

Shades and tints

Shades of #766662

#766662
(118,102,98)
#6C5D5A
(108,93,90)
#625452
(98,84,82)
#584B4A
(88,75,74)
#4E4242
(78,66,66)
#44393A
(68,57,58)
#3A3032
(58,48,50)
#30272A
(48,39,42)
#261E22
(38,30,34)
#1C151A
(28,21,26)
#120C12
(18,12,18)
#000000
(0,0,0)

Tints of #766662

#766662
(118,102,98)
#827370
(130,115,112)
#8E807E
(142,128,126)
#9A8D8C
(154,141,140)
#A69A9A
(166,154,154)
#B2A7A8
(178,167,168)
#BEB4B6
(190,180,182)
#CAC1C4
(202,193,196)
#D6CED2
(214,206,210)
#E2DBE0
(226,219,224)
#EEE8EE
(238,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766662; }

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

This text font color is #766662.


Background Color

.myBgColor { background-color: #766662; }

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

This div background color is #766662.


Border color

.myBorderColor { border: 1px solid #766662; }

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

This div border color is #766662.


Opacity

.myOpacity80 { color: #766662; opacity: 0.8; }

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

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

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

This text has shadow with #766662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766662 on black background.


Color preview on white background

This text has color #766662 on white background.



Black color preview on #766662 background

This text has black color on #766662 background.


White color preview on #766662 background

This text has white color on #766662 background.