COLOR #76751C

HEX: #76751C
RGB: (118,117,28)

Color info

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

RGB color model

#76751C color RGB value is (118,117,28).

  • red value is 118;
  • green value is 117;
  • blue value is 28.
RGB:
(118,117,28)
(46%,46%,11%)

RGB channels and saturation

R 118 of 255 = 46%
G 117 of 255 = 46%
B 28 of 255 = 11%

118
117
28

R + G + B ~ 34%. #76751C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 117 + 28 = 263 (100%)
R 118 of 263 ~ 44.87%
G 117 of 263 ~ 44.49%
B 28 of 263 ~ 10.65%

%44.87
%44.49
%10.65

CMYK color model

#76751C color CMYK value is (0,1,76,54).

  • cyan value is 0.00%
  • magenta value is 0.85%
  • yellow value is 76.27%
  • key color value is 53.73%
CMYK:
(0,1,76,54)
C0M1Y76K54 
(0%,1%,76%,54%)
(0.00/0.01/0.76/0.54)	

CMYK percentages

%0
%0.85
%76.27
%53.73

Codes

Color #76751C in popluar color models

76751C
RGB11811728
HSL59°61.64%28.63%
HSB/HSV59°76.27%46.27%
CMYK0.00%0.85%76.27%
53.73%

Color #76751C in popluar number systems.

HEX76751C
Decimal11811728
Binary1110110111010111100
Octal16616534

Shades and tints

Shades of #76751C

#76751C
(118,117,28)
#6C6B1A
(108,107,26)
#626118
(98,97,24)
#585716
(88,87,22)
#4E4D14
(78,77,20)
#444312
(68,67,18)
#3A3910
(58,57,16)
#302F0E
(48,47,14)
#26250C
(38,37,12)
#1C1B0A
(28,27,10)
#121108
(18,17,8)
#000000
(0,0,0)

Tints of #76751C

#76751C
(118,117,28)
#828130
(130,129,48)
#8E8D44
(142,141,68)
#9A9958
(154,153,88)
#A6A56C
(166,165,108)
#B2B180
(178,177,128)
#BEBD94
(190,189,148)
#CAC9A8
(202,201,168)
#D6D5BC
(214,213,188)
#E2E1D0
(226,225,208)
#EEEDE4
(238,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76751C color. Also use rgb(118,117,28) instead hex code.

Text Font Color

.myTextColor { color: #76751C; }

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

This text font color is #76751C.


Background Color

.myBgColor { background-color: #76751C; }

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

This div background color is #76751C.


Border color

.myBorderColor { border: 1px solid #76751C; }

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

This div border color is #76751C.


Opacity

.myOpacity80 { color: #76751C; opacity: 0.8; }

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

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

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

This text has shadow with #76751C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76751C on black background.


Color preview on white background

This text has color #76751C on white background.



Black color preview on #76751C background

This text has black color on #76751C background.


White color preview on #76751C background

This text has white color on #76751C background.