COLOR #766F67

HEX: #766F67 RGB: (118,111,103)

Color info

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

RGB color model

#766F67 color RGB value is (118,111,103).

RGB: (118,111,103) (46%, 44%, 40%)

RGB channels and saturation

R 118 of 255 = 46%
G 111 of 255 = 44%
B 103 of 255 = 40%

118
111
103

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

Portions of RGB colors in percentages

R + G + B = 118 + 111 + 103 = 332 (100%)
R 118 of 332 ~ 35.54%
G 111 of 332 ~ 33.43%
B 103 of 332 ~ 31.02'%

%35.54
%33.43
%31.02

CMYK color model

#766F67 color CMYK value is (0,6,13,54).

  • cyan value is 0.00%
  • magenta value is 5.93%
  • yellow value is 12.71%
  • key color value is 53.73%

CMYK: (0,6,13,54)
C0M6Y13K54 (0%, 6%, 13%, 54%)
(0.00 / 0.06 / 0.13 / 0.54)

CMYK percentages

%0
%5.93
%12.71
%53.73

Codes

Color #766F67 in popluar color models

76 6F 67
RGB 118 111 103
HSL 32° 6.79% 43.33%
HSB/HSV 32° 12.71% 46.27%
CMYK 0.00% 5.93% 12.71%
53.73%

Color #766F67 in popluar number systems.

HEX 76 6F 67
Decimal 118 111 103
Binary 1110110 1101111 1100111
Octal 166 157 147

Shades and tints

Shades of #766F67

#766F67
(118,111,103)
#6C655E
(108,101,94)
#625B55
(98,91,85)
#58514C
(88,81,76)
#4E4743
(78,71,67)
#443D3A
(68,61,58)
#3A3331
(58,51,49)
#302928
(48,41,40)
#261F1F
(38,31,31)
#1C1516
(28,21,22)
#120B0D
(18,11,13)
#000000
(0,0,0)

Tints of #766F67

#766F67
(118,111,103)
#827C74
(130,124,116)
#8E8981
(142,137,129)
#9A968E
(154,150,142)
#A6A39B
(166,163,155)
#B2B0A8
(178,176,168)
#BEBDB5
(190,189,181)
#CACAC2
(202,202,194)
#D6D7CF
(214,215,207)
#E2E4DC
(226,228,220)
#EEF1E9
(238,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766F67; }

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

This text font color is #766F67.

Background Color

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

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

This div background color is #766F67.

Border color

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

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

This div border color is #766F67.

Opacity

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

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

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

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

This text has shadow with #766F67 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #766F67.

Preview

Color preview on black background

This text has color #766F67 on black background.


Color preview on white background

This text has color #766F67 on white background.


Black color preview on #766F67 background

This text has black color on #766F67 background.


White color preview on #766F67 background

This text has white color on #766F67 background.


Related colors

Complementary color

Complementary color for #hex is #899098.


I love getcolorcode.com

Triadic colors

1 #67766F and #6F6776 with #766F67 are triadic colors.

2 #676F76 and #6F7667 with #766F67 are triadic colors.