COLOR #766850

HEX: #766850
RGB: (118,104,80)

Color info

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

RGB color model

#766850 color RGB value is (118,104,80).

  • red value is 118;
  • green value is 104;
  • blue value is 80.
RGB:
(118,104,80)
(46%,41%,31%)

RGB channels and saturation

R 118 of 255 = 46%
G 104 of 255 = 41%
B 80 of 255 = 31%

118
104
80

R + G + B ~ 39%. #766850 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 104 + 80 = 302 (100%)
R 118 of 302 ~ 39.07%
G 104 of 302 ~ 34.44%
B 80 of 302 ~ 26.49%

%39.07
%34.44
%26.49

CMYK color model

#766850 color CMYK value is (0,12,32,54).

  • cyan value is 0.00%
  • magenta value is 11.86%
  • yellow value is 32.20%
  • key color value is 53.73%
CMYK:
(0,12,32,54)
C0M12Y32K54 
(0%,12%,32%,54%)
(0.00/0.12/0.32/0.54)	

CMYK percentages

%0
%11.86
%32.2
%53.73

Codes

Color #766850 in popluar color models

766850
RGB11810480
HSL38°19.19%38.82%
HSB/HSV38°32.20%46.27%
CMYK0.00%11.86%32.20%
53.73%

Color #766850 in popluar number systems.

HEX766850
Decimal11810480
Binary111011011010001010000
Octal166150120

Shades and tints

Shades of #766850

#766850
(118,104,80)
#6C5F49
(108,95,73)
#625642
(98,86,66)
#584D3B
(88,77,59)
#4E4434
(78,68,52)
#443B2D
(68,59,45)
#3A3226
(58,50,38)
#30291F
(48,41,31)
#262018
(38,32,24)
#1C1711
(28,23,17)
#120E0A
(18,14,10)
#000000
(0,0,0)

Tints of #766850

#766850
(118,104,80)
#82755F
(130,117,95)
#8E826E
(142,130,110)
#9A8F7D
(154,143,125)
#A69C8C
(166,156,140)
#B2A99B
(178,169,155)
#BEB6AA
(190,182,170)
#CAC3B9
(202,195,185)
#D6D0C8
(214,208,200)
#E2DDD7
(226,221,215)
#EEEAE6
(238,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #766850 color. Also use rgb(118,104,80) instead hex code.

Text Font Color

.myTextColor { color: #766850; }

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

This text font color is #766850.


Background Color

.myBgColor { background-color: #766850; }

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

This div background color is #766850.


Border color

.myBorderColor { border: 1px solid #766850; }

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

This div border color is #766850.


Opacity

.myOpacity80 { color: #766850; opacity: 0.8; }

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

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

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

This text has shadow with #766850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766850 on black background.


Color preview on white background

This text has color #766850 on white background.



Black color preview on #766850 background

This text has black color on #766850 background.


White color preview on #766850 background

This text has white color on #766850 background.