COLOR #766F64

HEX: #766F64
RGB: (118,111,100)

Color info

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

RGB color model

#766F64 color RGB value is (118,111,100).

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

RGB channels and saturation

R 118 of 255 = 46%
G 111 of 255 = 44%
B 100 of 255 = 39%

118
111
100

R + G + B ~ 43%. #766F64 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 111 + 100 = 329 (100%)
R 118 of 329 ~ 35.87%
G 111 of 329 ~ 33.74%
B 100 of 329 ~ 30.4%

%35.87
%33.74
%30.4

CMYK color model

#766F64 color CMYK value is (0,6,15,54).

  • cyan value is 0.00%
  • magenta value is 5.93%
  • yellow value is 15.25%
  • key color value is 53.73%
CMYK:
(0,6,15,54)
C0M6Y15K54 
(0%,6%,15%,54%)
(0.00/0.06/0.15/0.54)	

CMYK percentages

%0
%5.93
%15.25
%53.73

Codes

Color #766F64 in popluar color models

766F64
RGB118111100
HSL37°8.26%42.75%
HSB/HSV37°15.25%46.27%
CMYK0.00%5.93%15.25%
53.73%

Color #766F64 in popluar number systems.

HEX766F64
Decimal118111100
Binary111011011011111100100
Octal166157144

Shades and tints

Shades of #766F64

#766F64
(118,111,100)
#6C655B
(108,101,91)
#625B52
(98,91,82)
#585149
(88,81,73)
#4E4740
(78,71,64)
#443D37
(68,61,55)
#3A332E
(58,51,46)
#302925
(48,41,37)
#261F1C
(38,31,28)
#1C1513
(28,21,19)
#120B0A
(18,11,10)
#000000
(0,0,0)

Tints of #766F64

#766F64
(118,111,100)
#827C72
(130,124,114)
#8E8980
(142,137,128)
#9A968E
(154,150,142)
#A6A39C
(166,163,156)
#B2B0AA
(178,176,170)
#BEBDB8
(190,189,184)
#CACAC6
(202,202,198)
#D6D7D4
(214,215,212)
#E2E4E2
(226,228,226)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766F64; }

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

This text font color is #766F64.


Background Color

.myBgColor { background-color: #766F64; }

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

This div background color is #766F64.


Border color

.myBorderColor { border: 1px solid #766F64; }

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

This div border color is #766F64.


Opacity

.myOpacity80 { color: #766F64; opacity: 0.8; }

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

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

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

This text has shadow with #766F64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766F64 on black background.


Color preview on white background

This text has color #766F64 on white background.



Black color preview on #766F64 background

This text has black color on #766F64 background.


White color preview on #766F64 background

This text has white color on #766F64 background.