COLOR #766664

HEX: #766664
RGB: (118,102,100)

Color info

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

RGB color model

#766664 color RGB value is (118,102,100).

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

RGB channels and saturation

R 118 of 255 = 46%
G 102 of 255 = 40%
B 100 of 255 = 39%

118
102
100

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

Portions of RGB colors in percentages

R + G + B =
118 + 102 + 100 = 320 (100%)
R 118 of 320 ~ 36.88%
G 102 of 320 ~ 31.88%
B 100 of 320 ~ 31.25%

%36.88
%31.88
%31.25

CMYK color model

#766664 color CMYK value is (0,14,15,54).

  • cyan value is 0.00%
  • magenta value is 13.56%
  • yellow value is 15.25%
  • key color value is 53.73%
CMYK:
(0,14,15,54)
C0M14Y15K54 
(0%,14%,15%,54%)
(0.00/0.14/0.15/0.54)	

CMYK percentages

%0
%13.56
%15.25
%53.73

Codes

Color #766664 in popluar color models

766664
RGB118102100
HSL8.26%42.75%
HSB/HSV15.25%46.27%
CMYK0.00%13.56%15.25%
53.73%

Color #766664 in popluar number systems.

HEX766664
Decimal118102100
Binary111011011001101100100
Octal166146144

Shades and tints

Shades of #766664

#766664
(118,102,100)
#6C5D5B
(108,93,91)
#625452
(98,84,82)
#584B49
(88,75,73)
#4E4240
(78,66,64)
#443937
(68,57,55)
#3A302E
(58,48,46)
#302725
(48,39,37)
#261E1C
(38,30,28)
#1C1513
(28,21,19)
#120C0A
(18,12,10)
#000000
(0,0,0)

Tints of #766664

#766664
(118,102,100)
#827372
(130,115,114)
#8E8080
(142,128,128)
#9A8D8E
(154,141,142)
#A69A9C
(166,154,156)
#B2A7AA
(178,167,170)
#BEB4B8
(190,180,184)
#CAC1C6
(202,193,198)
#D6CED4
(214,206,212)
#E2DBE2
(226,219,226)
#EEE8F0
(238,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766664; }

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

This text font color is #766664.


Background Color

.myBgColor { background-color: #766664; }

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

This div background color is #766664.


Border color

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

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

This div border color is #766664.


Opacity

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

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

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

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

This text has shadow with #766664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766664 on black background.


Color preview on white background

This text has color #766664 on white background.



Black color preview on #766664 background

This text has black color on #766664 background.


White color preview on #766664 background

This text has white color on #766664 background.