COLOR #76651B

HEX: #76651B
RGB: (118,101,27)

Color info

#76651B contains mainly red and green colors. Web safe color of #76651B is #666633 (or #663).

RGB color model

#76651B color RGB value is (118,101,27).

  • red value is 118;
  • green value is 101;
  • blue value is 27.
RGB:
(118,101,27)
(46%,40%,11%)

RGB channels and saturation

R 118 of 255 = 46%
G 101 of 255 = 40%
B 27 of 255 = 11%

118
101
27

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

Portions of RGB colors in percentages

R + G + B =
118 + 101 + 27 = 246 (100%)
R 118 of 246 ~ 47.97%
G 101 of 246 ~ 41.06%
B 27 of 246 ~ 10.98%

%47.97
%41.06
%10.98

CMYK color model

#76651B color CMYK value is (0,14,77,54).

  • cyan value is 0.00%
  • magenta value is 14.41%
  • yellow value is 77.12%
  • key color value is 53.73%
CMYK:
(0,14,77,54)
C0M14Y77K54 
(0%,14%,77%,54%)
(0.00/0.14/0.77/0.54)	

CMYK percentages

%0
%14.41
%77.12
%53.73

Codes

Color #76651B in popluar color models

76651B
RGB11810127
HSL49°62.76%28.43%
HSB/HSV49°77.12%46.27%
CMYK0.00%14.41%77.12%
53.73%

Color #76651B in popluar number systems.

HEX76651B
Decimal11810127
Binary1110110110010111011
Octal16614533

Shades and tints

Shades of #76651B

#76651B
(118,101,27)
#6C5C19
(108,92,25)
#625317
(98,83,23)
#584A15
(88,74,21)
#4E4113
(78,65,19)
#443811
(68,56,17)
#3A2F0F
(58,47,15)
#30260D
(48,38,13)
#261D0B
(38,29,11)
#1C1409
(28,20,9)
#120B07
(18,11,7)
#000000
(0,0,0)

Tints of #76651B

#76651B
(118,101,27)
#82732F
(130,115,47)
#8E8143
(142,129,67)
#9A8F57
(154,143,87)
#A69D6B
(166,157,107)
#B2AB7F
(178,171,127)
#BEB993
(190,185,147)
#CAC7A7
(202,199,167)
#D6D5BB
(214,213,187)
#E2E3CF
(226,227,207)
#EEF1E3
(238,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76651B color. Also use rgb(118,101,27) instead hex code.

Text Font Color

.myTextColor { color: #76651B; }

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

This text font color is #76651B.


Background Color

.myBgColor { background-color: #76651B; }

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

This div background color is #76651B.


Border color

.myBorderColor { border: 1px solid #76651B; }

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

This div border color is #76651B.


Opacity

.myOpacity80 { color: #76651B; opacity: 0.8; }

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

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

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

This text has shadow with #76651B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76651B on black background.


Color preview on white background

This text has color #76651B on white background.



Black color preview on #76651B background

This text has black color on #76651B background.


White color preview on #76651B background

This text has white color on #76651B background.