COLOR #766A6E

HEX: #766A6E
RGB: (118,106,110)

Color info

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

RGB color model

#766A6E color RGB value is (118,106,110).

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

RGB channels and saturation

R 118 of 255 = 46%
G 106 of 255 = 42%
B 110 of 255 = 43%

118
106
110

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

Portions of RGB colors in percentages

R + G + B =
118 + 106 + 110 = 334 (100%)
R 118 of 334 ~ 35.33%
G 106 of 334 ~ 31.74%
B 110 of 334 ~ 32.93%

%35.33
%31.74
%32.93

CMYK color model

#766A6E color CMYK value is (0,10,7,54).

  • cyan value is 0.00%
  • magenta value is 10.17%
  • yellow value is 6.78%
  • key color value is 53.73%
CMYK:
(0,10,7,54)
C0M10Y7K54 
(0%,10%,7%,54%)
(0.00/0.10/0.07/0.54)	

CMYK percentages

%0
%10.17
%6.78
%53.73

Codes

Color #766A6E in popluar color models

766A6E
RGB118106110
HSL340°5.36%43.92%
HSB/HSV340°10.17%46.27%
CMYK0.00%10.17%6.78%
53.73%

Color #766A6E in popluar number systems.

HEX766A6E
Decimal118106110
Binary111011011010101101110
Octal166152156

Shades and tints

Shades of #766A6E

#766A6E
(118,106,110)
#6C6164
(108,97,100)
#62585A
(98,88,90)
#584F50
(88,79,80)
#4E4646
(78,70,70)
#443D3C
(68,61,60)
#3A3432
(58,52,50)
#302B28
(48,43,40)
#26221E
(38,34,30)
#1C1914
(28,25,20)
#12100A
(18,16,10)
#000000
(0,0,0)

Tints of #766A6E

#766A6E
(118,106,110)
#82777B
(130,119,123)
#8E8488
(142,132,136)
#9A9195
(154,145,149)
#A69EA2
(166,158,162)
#B2ABAF
(178,171,175)
#BEB8BC
(190,184,188)
#CAC5C9
(202,197,201)
#D6D2D6
(214,210,214)
#E2DFE3
(226,223,227)
#EEECF0
(238,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766A6E; }

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

This text font color is #766A6E.


Background Color

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

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

This div background color is #766A6E.


Border color

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

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

This div border color is #766A6E.


Opacity

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

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

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

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

This text has shadow with #766A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766A6E on black background.


Color preview on white background

This text has color #766A6E on white background.



Black color preview on #766A6E background

This text has black color on #766A6E background.


White color preview on #766A6E background

This text has white color on #766A6E background.