COLOR #766E67

HEX: #766E67
RGB: (118,110,103)

Color info

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

RGB color model

#766E67 color RGB value is (118,110,103).

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

RGB channels and saturation

R 118 of 255 = 46%
G 110 of 255 = 43%
B 103 of 255 = 40%

118
110
103

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

Portions of RGB colors in percentages

R + G + B =
118 + 110 + 103 = 331 (100%)
R 118 of 331 ~ 35.65%
G 110 of 331 ~ 33.23%
B 103 of 331 ~ 31.12%

%35.65
%33.23
%31.12

CMYK color model

#766E67 color CMYK value is (0,7,13,54).

  • cyan value is 0.00%
  • magenta value is 6.78%
  • yellow value is 12.71%
  • key color value is 53.73%
CMYK:
(0,7,13,54)
C0M7Y13K54 
(0%,7%,13%,54%)
(0.00/0.07/0.13/0.54)	

CMYK percentages

%0
%6.78
%12.71
%53.73

Codes

Color #766E67 in popluar color models

766E67
RGB118110103
HSL28°6.79%43.33%
HSB/HSV28°12.71%46.27%
CMYK0.00%6.78%12.71%
53.73%

Color #766E67 in popluar number systems.

HEX766E67
Decimal118110103
Binary111011011011101100111
Octal166156147

Shades and tints

Shades of #766E67

#766E67
(118,110,103)
#6C645E
(108,100,94)
#625A55
(98,90,85)
#58504C
(88,80,76)
#4E4643
(78,70,67)
#443C3A
(68,60,58)
#3A3231
(58,50,49)
#302828
(48,40,40)
#261E1F
(38,30,31)
#1C1416
(28,20,22)
#120A0D
(18,10,13)
#000000
(0,0,0)

Tints of #766E67

#766E67
(118,110,103)
#827B74
(130,123,116)
#8E8881
(142,136,129)
#9A958E
(154,149,142)
#A6A29B
(166,162,155)
#B2AFA8
(178,175,168)
#BEBCB5
(190,188,181)
#CAC9C2
(202,201,194)
#D6D6CF
(214,214,207)
#E2E3DC
(226,227,220)
#EEF0E9
(238,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766E67; }

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

This text font color is #766E67.


Background Color

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

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

This div background color is #766E67.


Border color

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

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

This div border color is #766E67.


Opacity

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

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

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

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

This text has shadow with #766E67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766E67 on black background.


Color preview on white background

This text has color #766E67 on white background.



Black color preview on #766E67 background

This text has black color on #766E67 background.


White color preview on #766E67 background

This text has white color on #766E67 background.