COLOR #766A67

HEX: #766A67
RGB: (118,106,103)

Color info

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

RGB color model

#766A67 color RGB value is (118,106,103).

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

RGB channels and saturation

R 118 of 255 = 46%
G 106 of 255 = 42%
B 103 of 255 = 40%

118
106
103

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

Portions of RGB colors in percentages

R + G + B =
118 + 106 + 103 = 327 (100%)
R 118 of 327 ~ 36.09%
G 106 of 327 ~ 32.42%
B 103 of 327 ~ 31.5%

%36.09
%32.42
%31.5

CMYK color model

#766A67 color CMYK value is (0,10,13,54).

  • cyan value is 0.00%
  • magenta value is 10.17%
  • yellow value is 12.71%
  • key color value is 53.73%
CMYK:
(0,10,13,54)
C0M10Y13K54 
(0%,10%,13%,54%)
(0.00/0.10/0.13/0.54)	

CMYK percentages

%0
%10.17
%12.71
%53.73

Codes

Color #766A67 in popluar color models

766A67
RGB118106103
HSL12°6.79%43.33%
HSB/HSV12°12.71%46.27%
CMYK0.00%10.17%12.71%
53.73%

Color #766A67 in popluar number systems.

HEX766A67
Decimal118106103
Binary111011011010101100111
Octal166152147

Shades and tints

Shades of #766A67

#766A67
(118,106,103)
#6C615E
(108,97,94)
#625855
(98,88,85)
#584F4C
(88,79,76)
#4E4643
(78,70,67)
#443D3A
(68,61,58)
#3A3431
(58,52,49)
#302B28
(48,43,40)
#26221F
(38,34,31)
#1C1916
(28,25,22)
#12100D
(18,16,13)
#000000
(0,0,0)

Tints of #766A67

#766A67
(118,106,103)
#827774
(130,119,116)
#8E8481
(142,132,129)
#9A918E
(154,145,142)
#A69E9B
(166,158,155)
#B2ABA8
(178,171,168)
#BEB8B5
(190,184,181)
#CAC5C2
(202,197,194)
#D6D2CF
(214,210,207)
#E2DFDC
(226,223,220)
#EEECE9
(238,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766A67; }

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

This text font color is #766A67.


Background Color

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

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

This div background color is #766A67.


Border color

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

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

This div border color is #766A67.


Opacity

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

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

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

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

This text has shadow with #766A67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766A67 on black background.


Color preview on white background

This text has color #766A67 on white background.



Black color preview on #766A67 background

This text has black color on #766A67 background.


White color preview on #766A67 background

This text has white color on #766A67 background.