COLOR #766815

HEX: #766815
RGB: (118,104,21)

Color info

#766815 contains mainly red and green colors. Web safe color of #766815 is #666600 (or #660).

RGB color model

#766815 color RGB value is (118,104,21).

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

RGB channels and saturation

R 118 of 255 = 46%
G 104 of 255 = 41%
B 21 of 255 = 8%

118
104
21

R + G + B ~ 32%. #766815 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 104 + 21 = 243 (100%)
R 118 of 243 ~ 48.56%
G 104 of 243 ~ 42.8%
B 21 of 243 ~ 8.64%

%48.56
%42.8

CMYK color model

#766815 color CMYK value is (0,12,82,54).

  • cyan value is 0.00%
  • magenta value is 11.86%
  • yellow value is 82.20%
  • key color value is 53.73%
CMYK:
(0,12,82,54)
C0M12Y82K54 
(0%,12%,82%,54%)
(0.00/0.12/0.82/0.54)	

CMYK percentages

%0
%11.86
%82.2
%53.73

Codes

Color #766815 in popluar color models

766815
RGB11810421
HSL51°69.78%27.25%
HSB/HSV51°82.20%46.27%
CMYK0.00%11.86%82.20%
53.73%

Color #766815 in popluar number systems.

HEX766815
Decimal11810421
Binary1110110110100010101
Octal16615025

Shades and tints

Shades of #766815

#766815
(118,104,21)
#6C5F14
(108,95,20)
#625613
(98,86,19)
#584D12
(88,77,18)
#4E4411
(78,68,17)
#443B10
(68,59,16)
#3A320F
(58,50,15)
#30290E
(48,41,14)
#26200D
(38,32,13)
#1C170C
(28,23,12)
#120E0B
(18,14,11)
#000000
(0,0,0)

Tints of #766815

#766815
(118,104,21)
#82752A
(130,117,42)
#8E823F
(142,130,63)
#9A8F54
(154,143,84)
#A69C69
(166,156,105)
#B2A97E
(178,169,126)
#BEB693
(190,182,147)
#CAC3A8
(202,195,168)
#D6D0BD
(214,208,189)
#E2DDD2
(226,221,210)
#EEEAE7
(238,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766815; }

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

This text font color is #766815.


Background Color

.myBgColor { background-color: #766815; }

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

This div background color is #766815.


Border color

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

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

This div border color is #766815.


Opacity

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

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

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

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

This text has shadow with #766815 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766815 on black background.


Color preview on white background

This text has color #766815 on white background.



Black color preview on #766815 background

This text has black color on #766815 background.


White color preview on #766815 background

This text has white color on #766815 background.