COLOR #766E0C

HEX: #766E0C
RGB: (118,110,12)

Color info

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

RGB color model

#766E0C color RGB value is (118,110,12).

  • red value is 118;
  • green value is 110;
  • blue value is 12.
RGB:
(118,110,12)
(46%,43%,5%)

RGB channels and saturation

R 118 of 255 = 46%
G 110 of 255 = 43%
B 12 of 255 = 5%

118
110
12

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

Portions of RGB colors in percentages

R + G + B =
118 + 110 + 12 = 240 (100%)
R 118 of 240 ~ 49.17%
G 110 of 240 ~ 45.83%
B 12 of 240 ~ 5%

%49.17
%45.83

CMYK color model

#766E0C color CMYK value is (0,7,90,54).

  • cyan value is 0.00%
  • magenta value is 6.78%
  • yellow value is 89.83%
  • key color value is 53.73%
CMYK:
(0,7,90,54)
C0M7Y90K54 
(0%,7%,90%,54%)
(0.00/0.07/0.90/0.54)	

CMYK percentages

%0
%6.78
%89.83
%53.73

Codes

Color #766E0C in popluar color models

766E0C
RGB11811012
HSL55°81.54%25.49%
HSB/HSV55°89.83%46.27%
CMYK0.00%6.78%89.83%
53.73%

Color #766E0C in popluar number systems.

HEX766E0C
Decimal11811012
Binary111011011011101100
Octal16615614

Shades and tints

Shades of #766E0C

#766E0C
(118,110,12)
#6C640B
(108,100,11)
#625A0A
(98,90,10)
#585009
(88,80,9)
#4E4608
(78,70,8)
#443C07
(68,60,7)
#3A3206
(58,50,6)
#302805
(48,40,5)
#261E04
(38,30,4)
#1C1403
(28,20,3)
#120A02
(18,10,2)
#000000
(0,0,0)

Tints of #766E0C

#766E0C
(118,110,12)
#827B22
(130,123,34)
#8E8838
(142,136,56)
#9A954E
(154,149,78)
#A6A264
(166,162,100)
#B2AF7A
(178,175,122)
#BEBC90
(190,188,144)
#CAC9A6
(202,201,166)
#D6D6BC
(214,214,188)
#E2E3D2
(226,227,210)
#EEF0E8
(238,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #766E0C color. Also use rgb(118,110,12) instead hex code.

Text Font Color

.myTextColor { color: #766E0C; }

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

This text font color is #766E0C.


Background Color

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

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

This div background color is #766E0C.


Border color

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

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

This div border color is #766E0C.


Opacity

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

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

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

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

This text has shadow with #766E0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766E0C on black background.


Color preview on white background

This text has color #766E0C on white background.



Black color preview on #766E0C background

This text has black color on #766E0C background.


White color preview on #766E0C background

This text has white color on #766E0C background.