COLOR #766F6A

HEX: #766F6A RGB: (118,111,106)

Color info

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

RGB color model

#766F6A color RGB value is (118,111,106).

RGB: (118,111,106) (46%, 44%, 42%)

RGB channels and saturation

R 118 of 255 = 46%
G 111 of 255 = 44%
B 106 of 255 = 42%

118
111
106

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

Portions of RGB colors in percentages

R + G + B = 118 + 111 + 106 = 335 (100%)
R 118 of 335 ~ 35.22%
G 111 of 335 ~ 33.13%
B 106 of 335 ~ 31.64'%

%35.22
%33.13
%31.64

CMYK color model

#766F6A color CMYK value is (0,6,10,54).

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

CMYK: (0,6,10,54)
C0M6Y10K54 (0%, 6%, 10%, 54%)
(0.00 / 0.06 / 0.10 / 0.54)

CMYK percentages

%0
%5.93
%10.17
%53.73

Codes

Color #766F6A in popluar color models

76 6F 6A
RGB 118 111 106
HSL 25° 5.36% 43.92%
HSB/HSV 25° 10.17% 46.27%
CMYK 0.00% 5.93% 10.17%
53.73%

Color #766F6A in popluar number systems.

HEX 76 6F 6A
Decimal 118 111 106
Binary 1110110 1101111 1101010
Octal 166 157 152

Shades and tints

Shades of #766F6A

#766F6A
(118,111,106)
#6C6561
(108,101,97)
#625B58
(98,91,88)
#58514F
(88,81,79)
#4E4746
(78,71,70)
#443D3D
(68,61,61)
#3A3334
(58,51,52)
#30292B
(48,41,43)
#261F22
(38,31,34)
#1C1519
(28,21,25)
#120B10
(18,11,16)
#000000
(0,0,0)

Tints of #766F6A

#766F6A
(118,111,106)
#827C77
(130,124,119)
#8E8984
(142,137,132)
#9A9691
(154,150,145)
#A6A39E
(166,163,158)
#B2B0AB
(178,176,171)
#BEBDB8
(190,189,184)
#CACAC5
(202,202,197)
#D6D7D2
(214,215,210)
#E2E4DF
(226,228,223)
#EEF1EC
(238,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766F6A; }

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

This text font color is #766F6A.

Background Color

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

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

This div background color is #766F6A.

Border color

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

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

This div border color is #766F6A.

Opacity

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

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

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

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

This text has shadow with #766F6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #766F6A.

Preview

Color preview on black background

This text has color #766F6A on black background.


Color preview on white background

This text has color #766F6A on white background.


Black color preview on #766F6A background

This text has black color on #766F6A background.


White color preview on #766F6A background

This text has white color on #766F6A background.


Related colors

Complementary color

Complementary color for #hex is #899095.


I love getcolorcode.com

Triadic colors

1 #6A766F and #6F6A76 with #766F6A are triadic colors.

2 #6A6F76 and #6F766A with #766F6A are triadic colors.