COLOR #766614

HEX: #766614
RGB: (118,102,20)

Color info

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

RGB color model

#766614 color RGB value is (118,102,20).

  • red value is 118;
  • green value is 102;
  • blue value is 20.
RGB:
(118,102,20)
(46%,40%,8%)

RGB channels and saturation

R 118 of 255 = 46%
G 102 of 255 = 40%
B 20 of 255 = 8%

118
102
20

R + G + B ~ 31%. #766614 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 102 + 20 = 240 (100%)
R 118 of 240 ~ 49.17%
G 102 of 240 ~ 42.5%
B 20 of 240 ~ 8.33%

%49.17
%42.5

CMYK color model

#766614 color CMYK value is (0,14,83,54).

  • cyan value is 0.00%
  • magenta value is 13.56%
  • yellow value is 83.05%
  • key color value is 53.73%
CMYK:
(0,14,83,54)
C0M14Y83K54 
(0%,14%,83%,54%)
(0.00/0.14/0.83/0.54)	

CMYK percentages

%0
%13.56
%83.05
%53.73

Codes

Color #766614 in popluar color models

766614
RGB11810220
HSL50°71.01%27.06%
HSB/HSV50°83.05%46.27%
CMYK0.00%13.56%83.05%
53.73%

Color #766614 in popluar number systems.

HEX766614
Decimal11810220
Binary1110110110011010100
Octal16614624

Shades and tints

Shades of #766614

#766614
(118,102,20)
#6C5D13
(108,93,19)
#625412
(98,84,18)
#584B11
(88,75,17)
#4E4210
(78,66,16)
#44390F
(68,57,15)
#3A300E
(58,48,14)
#30270D
(48,39,13)
#261E0C
(38,30,12)
#1C150B
(28,21,11)
#120C0A
(18,12,10)
#000000
(0,0,0)

Tints of #766614

#766614
(118,102,20)
#827329
(130,115,41)
#8E803E
(142,128,62)
#9A8D53
(154,141,83)
#A69A68
(166,154,104)
#B2A77D
(178,167,125)
#BEB492
(190,180,146)
#CAC1A7
(202,193,167)
#D6CEBC
(214,206,188)
#E2DBD1
(226,219,209)
#EEE8E6
(238,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #766614 color. Also use rgb(118,102,20) instead hex code.

Text Font Color

.myTextColor { color: #766614; }

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

This text font color is #766614.


Background Color

.myBgColor { background-color: #766614; }

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

This div background color is #766614.


Border color

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

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

This div border color is #766614.


Opacity

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

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

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

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

This text has shadow with #766614 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766614 on black background.


Color preview on white background

This text has color #766614 on white background.



Black color preview on #766614 background

This text has black color on #766614 background.


White color preview on #766614 background

This text has white color on #766614 background.