COLOR #764F0B

HEX: #764F0B
RGB: (118,79,11)

Color info

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

RGB color model

#764F0B color RGB value is (118,79,11).

  • red value is 118;
  • green value is 79;
  • blue value is 11.
RGB:
(118,79,11)
(46%,31%,4%)

RGB channels and saturation

R 118 of 255 = 46%
G 79 of 255 = 31%
B 11 of 255 = 4%

118
79
11

R + G + B ~ 27%. #764F0B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 79 + 11 = 208 (100%)
R 118 of 208 ~ 56.73%
G 79 of 208 ~ 37.98%
B 11 of 208 ~ 5.29%

%56.73
%37.98

CMYK color model

#764F0B color CMYK value is (0,33,91,54).

  • cyan value is 0.00%
  • magenta value is 33.05%
  • yellow value is 90.68%
  • key color value is 53.73%
CMYK:
(0,33,91,54)
C0M33Y91K54 
(0%,33%,91%,54%)
(0.00/0.33/0.91/0.54)	

CMYK percentages

%0
%33.05
%90.68
%53.73

Codes

Color #764F0B in popluar color models

764F0B
RGB1187911
HSL38°82.95%25.29%
HSB/HSV38°90.68%46.27%
CMYK0.00%33.05%90.68%
53.73%

Color #764F0B in popluar number systems.

HEX764F0B
Decimal1187911
Binary111011010011111011
Octal16611713

Shades and tints

Shades of #764F0B

#764F0B
(118,79,11)
#6C480A
(108,72,10)
#624109
(98,65,9)
#583A08
(88,58,8)
#4E3307
(78,51,7)
#442C06
(68,44,6)
#3A2505
(58,37,5)
#301E04
(48,30,4)
#261703
(38,23,3)
#1C1002
(28,16,2)
#120901
(18,9,1)
#000000
(0,0,0)

Tints of #764F0B

#764F0B
(118,79,11)
#825F21
(130,95,33)
#8E6F37
(142,111,55)
#9A7F4D
(154,127,77)
#A68F63
(166,143,99)
#B29F79
(178,159,121)
#BEAF8F
(190,175,143)
#CABFA5
(202,191,165)
#D6CFBB
(214,207,187)
#E2DFD1
(226,223,209)
#EEEFE7
(238,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #764F0B color. Also use rgb(118,79,11) instead hex code.

Text Font Color

.myTextColor { color: #764F0B; }

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

This text font color is #764F0B.


Background Color

.myBgColor { background-color: #764F0B; }

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

This div background color is #764F0B.


Border color

.myBorderColor { border: 1px solid #764F0B; }

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

This div border color is #764F0B.


Opacity

.myOpacity80 { color: #764F0B; opacity: 0.8; }

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

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

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

This text has shadow with #764F0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764F0B on black background.


Color preview on white background

This text has color #764F0B on white background.



Black color preview on #764F0B background

This text has black color on #764F0B background.


White color preview on #764F0B background

This text has white color on #764F0B background.