COLOR #7C760E

HEX: #7C760E
RGB: (124,118,14)

Color info

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

RGB color model

#7C760E color RGB value is (124,118,14).

  • red value is 124;
  • green value is 118;
  • blue value is 14.
RGB:
(124,118,14)
(49%,46%,5%)

RGB channels and saturation

R 124 of 255 = 49%
G 118 of 255 = 46%
B 14 of 255 = 5%

124
118
14

R + G + B ~ 33%. #7C760E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 118 + 14 = 256 (100%)
R 124 of 256 ~ 48.44%
G 118 of 256 ~ 46.09%
B 14 of 256 ~ 5.47%

%48.44
%46.09

CMYK color model

#7C760E color CMYK value is (0,5,89,51).

  • cyan value is 0.00%
  • magenta value is 4.84%
  • yellow value is 88.71%
  • key color value is 51.37%
CMYK:
(0,5,89,51)
C0M5Y89K51 
(0%,5%,89%,51%)
(0.00/0.05/0.89/0.51)	

CMYK percentages

%0
%4.84
%88.71
%51.37

Codes

Color #7C760E in popluar color models

7C760E
RGB12411814
HSL57°79.71%27.06%
HSB/HSV57°88.71%48.63%
CMYK0.00%4.84%88.71%
51.37%

Color #7C760E in popluar number systems.

HEX7C760E
Decimal12411814
Binary111110011101101110
Octal17416616

Shades and tints

Shades of #7C760E

#7C760E
(124,118,14)
#716C0D
(113,108,13)
#66620C
(102,98,12)
#5B580B
(91,88,11)
#504E0A
(80,78,10)
#454409
(69,68,9)
#3A3A08
(58,58,8)
#2F3007
(47,48,7)
#242606
(36,38,6)
#191C05
(25,28,5)
#0E1204
(14,18,4)
#000000
(0,0,0)

Tints of #7C760E

#7C760E
(124,118,14)
#878223
(135,130,35)
#928E38
(146,142,56)
#9D9A4D
(157,154,77)
#A8A662
(168,166,98)
#B3B277
(179,178,119)
#BEBE8C
(190,190,140)
#C9CAA1
(201,202,161)
#D4D6B6
(212,214,182)
#DFE2CB
(223,226,203)
#EAEEE0
(234,238,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C760E color. Also use rgb(124,118,14) instead hex code.

Text Font Color

.myTextColor { color: #7C760E; }

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

This text font color is #7C760E.


Background Color

.myBgColor { background-color: #7C760E; }

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

This div background color is #7C760E.


Border color

.myBorderColor { border: 1px solid #7C760E; }

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

This div border color is #7C760E.


Opacity

.myOpacity80 { color: #7C760E; opacity: 0.8; }

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

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

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

This text has shadow with #7C760E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C760E on black background.


Color preview on white background

This text has color #7C760E on white background.



Black color preview on #7C760E background

This text has black color on #7C760E background.


White color preview on #7C760E background

This text has white color on #7C760E background.