COLOR #766E64

HEX: #766E64
RGB: (118,110,100)

Color info

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

RGB color model

#766E64 color RGB value is (118,110,100).

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

RGB channels and saturation

R 118 of 255 = 46%
G 110 of 255 = 43%
B 100 of 255 = 39%

118
110
100

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

Portions of RGB colors in percentages

R + G + B =
118 + 110 + 100 = 328 (100%)
R 118 of 328 ~ 35.98%
G 110 of 328 ~ 33.54%
B 100 of 328 ~ 30.49%

%35.98
%33.54
%30.49

CMYK color model

#766E64 color CMYK value is (0,7,15,54).

  • cyan value is 0.00%
  • magenta value is 6.78%
  • yellow value is 15.25%
  • key color value is 53.73%
CMYK:
(0,7,15,54)
C0M7Y15K54 
(0%,7%,15%,54%)
(0.00/0.07/0.15/0.54)	

CMYK percentages

%0
%6.78
%15.25
%53.73

Codes

Color #766E64 in popluar color models

766E64
RGB118110100
HSL33°8.26%42.75%
HSB/HSV33°15.25%46.27%
CMYK0.00%6.78%15.25%
53.73%

Color #766E64 in popluar number systems.

HEX766E64
Decimal118110100
Binary111011011011101100100
Octal166156144

Shades and tints

Shades of #766E64

#766E64
(118,110,100)
#6C645B
(108,100,91)
#625A52
(98,90,82)
#585049
(88,80,73)
#4E4640
(78,70,64)
#443C37
(68,60,55)
#3A322E
(58,50,46)
#302825
(48,40,37)
#261E1C
(38,30,28)
#1C1413
(28,20,19)
#120A0A
(18,10,10)
#000000
(0,0,0)

Tints of #766E64

#766E64
(118,110,100)
#827B72
(130,123,114)
#8E8880
(142,136,128)
#9A958E
(154,149,142)
#A6A29C
(166,162,156)
#B2AFAA
(178,175,170)
#BEBCB8
(190,188,184)
#CAC9C6
(202,201,198)
#D6D6D4
(214,214,212)
#E2E3E2
(226,227,226)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766E64; }

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

This text font color is #766E64.


Background Color

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

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

This div background color is #766E64.


Border color

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

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

This div border color is #766E64.


Opacity

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

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

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

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

This text has shadow with #766E64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766E64 on black background.


Color preview on white background

This text has color #766E64 on white background.



Black color preview on #766E64 background

This text has black color on #766E64 background.


White color preview on #766E64 background

This text has white color on #766E64 background.