COLOR #766F5D

HEX: #766F5D RGB: (118,111,93)

Color info

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

RGB color model

#766F5D color RGB value is (118,111,93).

RGB: (118,111,93) (46%, 44%, 36%)

RGB channels and saturation

R 118 of 255 = 46%
G 111 of 255 = 44%
B 93 of 255 = 36%

118
111
93

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

Portions of RGB colors in percentages

R + G + B = 118 + 111 + 93 = 322 (100%)
R 118 of 322 ~ 36.65%
G 111 of 322 ~ 34.47%
B 93 of 322 ~ 28.88'%

%36.65
%34.47
%28.88

CMYK color model

#766F5D color CMYK value is (0,6,21,54).

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

CMYK: (0,6,21,54)
C0M6Y21K54 (0%, 6%, 21%, 54%)
(0.00 / 0.06 / 0.21 / 0.54)

CMYK percentages

%0
%5.93
%21.19
%53.73

Codes

Color #766F5D in popluar color models

76 6F 5D
RGB 118 111 93
HSL 43° 11.85% 41.37%
HSB/HSV 43° 21.19% 46.27%
CMYK 0.00% 5.93% 21.19%
53.73%

Color #766F5D in popluar number systems.

HEX 76 6F 5D
Decimal 118 111 93
Binary 1110110 1101111 1011101
Octal 166 157 135

Shades and tints

Shades of #766F5D

#766F5D
(118,111,93)
#6C6555
(108,101,85)
#625B4D
(98,91,77)
#585145
(88,81,69)
#4E473D
(78,71,61)
#443D35
(68,61,53)
#3A332D
(58,51,45)
#302925
(48,41,37)
#261F1D
(38,31,29)
#1C1515
(28,21,21)
#120B0D
(18,11,13)
#000000
(0,0,0)

Tints of #766F5D

#766F5D
(118,111,93)
#827C6B
(130,124,107)
#8E8979
(142,137,121)
#9A9687
(154,150,135)
#A6A395
(166,163,149)
#B2B0A3
(178,176,163)
#BEBDB1
(190,189,177)
#CACABF
(202,202,191)
#D6D7CD
(214,215,205)
#E2E4DB
(226,228,219)
#EEF1E9
(238,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766F5D; }

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

This text font color is #766F5D.

Background Color

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

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

This div background color is #766F5D.

Border color

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

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

This div border color is #766F5D.

Opacity

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

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

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

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

This text has shadow with #766F5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #766F5D.

Preview

Color preview on black background

This text has color #766F5D on black background.


Color preview on white background

This text has color #766F5D on white background.


Black color preview on #766F5D background

This text has black color on #766F5D background.


White color preview on #766F5D background

This text has white color on #766F5D background.


Related colors

Complementary color

Complementary color for #hex is #8990A2.


I love getcolorcode.com

Triadic colors

1 #5D766F and #6F5D76 with #766F5D are triadic colors.

2 #5D6F76 and #6F765D with #766F5D are triadic colors.