COLOR #766B55

HEX: #766B55
RGB: (118,107,85)

Color info

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

RGB color model

#766B55 color RGB value is (118,107,85).

  • red value is 118;
  • green value is 107;
  • blue value is 85.
RGB:
(118,107,85)
(46%,42%,33%)

RGB channels and saturation

R 118 of 255 = 46%
G 107 of 255 = 42%
B 85 of 255 = 33%

118
107
85

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

Portions of RGB colors in percentages

R + G + B =
118 + 107 + 85 = 310 (100%)
R 118 of 310 ~ 38.06%
G 107 of 310 ~ 34.52%
B 85 of 310 ~ 27.42%

%38.06
%34.52
%27.42

CMYK color model

#766B55 color CMYK value is (0,9,28,54).

  • cyan value is 0.00%
  • magenta value is 9.32%
  • yellow value is 27.97%
  • key color value is 53.73%
CMYK:
(0,9,28,54)
C0M9Y28K54 
(0%,9%,28%,54%)
(0.00/0.09/0.28/0.54)	

CMYK percentages

%0
%9.32
%27.97
%53.73

Codes

Color #766B55 in popluar color models

766B55
RGB11810785
HSL40°16.26%39.80%
HSB/HSV40°27.97%46.27%
CMYK0.00%9.32%27.97%
53.73%

Color #766B55 in popluar number systems.

HEX766B55
Decimal11810785
Binary111011011010111010101
Octal166153125

Shades and tints

Shades of #766B55

#766B55
(118,107,85)
#6C624E
(108,98,78)
#625947
(98,89,71)
#585040
(88,80,64)
#4E4739
(78,71,57)
#443E32
(68,62,50)
#3A352B
(58,53,43)
#302C24
(48,44,36)
#26231D
(38,35,29)
#1C1A16
(28,26,22)
#12110F
(18,17,15)
#000000
(0,0,0)

Tints of #766B55

#766B55
(118,107,85)
#827864
(130,120,100)
#8E8573
(142,133,115)
#9A9282
(154,146,130)
#A69F91
(166,159,145)
#B2ACA0
(178,172,160)
#BEB9AF
(190,185,175)
#CAC6BE
(202,198,190)
#D6D3CD
(214,211,205)
#E2E0DC
(226,224,220)
#EEEDEB
(238,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #766B55 color. Also use rgb(118,107,85) instead hex code.

Text Font Color

.myTextColor { color: #766B55; }

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

This text font color is #766B55.


Background Color

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

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

This div background color is #766B55.


Border color

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

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

This div border color is #766B55.


Opacity

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

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

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

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

This text has shadow with #766B55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766B55 on black background.


Color preview on white background

This text has color #766B55 on white background.



Black color preview on #766B55 background

This text has black color on #766B55 background.


White color preview on #766B55 background

This text has white color on #766B55 background.