COLOR #766667

HEX: #766667 RGB: (118,102,103)

Color info

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

RGB color model

#766667 color RGB value is (118,102,103).

RGB: (118,102,103) (46%, 40%, 40%)

RGB channels and saturation

R 118 of 255 = 46%
G 102 of 255 = 40%
B 103 of 255 = 40%

118
102
103

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

Portions of RGB colors in percentages

R + G + B = 118 + 102 + 103 = 323 (100%)
R 118 of 323 ~ 36.53%
G 102 of 323 ~ 31.58%
B 103 of 323 ~ 31.89'%

%36.53
%31.58
%31.89

CMYK color model

#766667 color CMYK value is (0,14,13,54).

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

CMYK: (0,14,13,54)
C0M14Y13K54 (0%, 14%, 13%, 54%)
(0.00 / 0.14 / 0.13 / 0.54)

CMYK percentages

%0
%13.56
%12.71
%53.73

Codes

Color #766667 in popluar color models

76 66 67
RGB 118 102 103
HSL 356° 7.27% 43.14%
HSB/HSV 356° 13.56% 46.27%
CMYK 0.00% 13.56% 12.71%
53.73%

Color #766667 in popluar number systems.

HEX 76 66 67
Decimal 118 102 103
Binary 1110110 1100110 1100111
Octal 166 146 147

Shades and tints

Shades of #766667

#766667
(118,102,103)
#6C5D5E
(108,93,94)
#625455
(98,84,85)
#584B4C
(88,75,76)
#4E4243
(78,66,67)
#44393A
(68,57,58)
#3A3031
(58,48,49)
#302728
(48,39,40)
#261E1F
(38,30,31)
#1C1516
(28,21,22)
#120C0D
(18,12,13)
#000000
(0,0,0)

Tints of #766667

#766667
(118,102,103)
#827374
(130,115,116)
#8E8081
(142,128,129)
#9A8D8E
(154,141,142)
#A69A9B
(166,154,155)
#B2A7A8
(178,167,168)
#BEB4B5
(190,180,181)
#CAC1C2
(202,193,194)
#D6CECF
(214,206,207)
#E2DBDC
(226,219,220)
#EEE8E9
(238,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766667; }

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

This text font color is #766667.

Background Color

.myBgColor { background-color: #766667; }

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

This div background color is #766667.

Border color

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

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

This div border color is #766667.

Opacity

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

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

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

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

This text has shadow with #766667 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #766667.

Preview

Color preview on black background

This text has color #766667 on black background.


Color preview on white background

This text has color #766667 on white background.


Black color preview on #766667 background

This text has black color on #766667 background.


White color preview on #766667 background

This text has white color on #766667 background.


Related colors

Complementary color

Complementary color for #hex is #899998.


I love getcolorcode.com

Triadic colors

1 #677666 and #666776 with #766667 are triadic colors.

2 #676676 and #667667 with #766667 are triadic colors.