COLOR #7A7E0D

HEX: #7A7E0D
RGB: (122,126,13)

Color info

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

RGB color model

#7A7E0D color RGB value is (122,126,13).

  • red value is 122;
  • green value is 126;
  • blue value is 13.
RGB:
(122,126,13)
(48%,49%,5%)

RGB channels and saturation

R 122 of 255 = 48%
G 126 of 255 = 49%
B 13 of 255 = 5%

122
126
13

R + G + B ~ 34%. #7A7E0D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 126 + 13 = 261 (100%)
R 122 of 261 ~ 46.74%
G 126 of 261 ~ 48.28%
B 13 of 261 ~ 4.98%

%46.74
%48.28

CMYK color model

#7A7E0D color CMYK value is (3,0,90,51).

  • cyan value is 3.17%
  • magenta value is 0.00%
  • yellow value is 89.68%
  • key color value is 50.59%
CMYK:
(3,0,90,51)
C3M0Y90K51 
(3%,0%,90%,51%)
(0.03/0.00/0.90/0.51)	

CMYK percentages

%3.17
%0
%89.68
%50.59

Codes

Color #7A7E0D in popluar color models

7A7E0D
RGB12212613
HSL62°81.29%27.25%
HSB/HSV62°89.68%49.41%
CMYK3.17%0.00%89.68%
50.59%

Color #7A7E0D in popluar number systems.

HEX7A7E0D
Decimal12212613
Binary111101011111101101
Octal17217615

Shades and tints

Shades of #7A7E0D

#7A7E0D
(122,126,13)
#6F730C
(111,115,12)
#64680B
(100,104,11)
#595D0A
(89,93,10)
#4E5209
(78,82,9)
#434708
(67,71,8)
#383C07
(56,60,7)
#2D3106
(45,49,6)
#222605
(34,38,5)
#171B04
(23,27,4)
#0C1003
(12,16,3)
#000000
(0,0,0)

Tints of #7A7E0D

#7A7E0D
(122,126,13)
#868923
(134,137,35)
#929439
(146,148,57)
#9E9F4F
(158,159,79)
#AAAA65
(170,170,101)
#B6B57B
(182,181,123)
#C2C091
(194,192,145)
#CECBA7
(206,203,167)
#DAD6BD
(218,214,189)
#E6E1D3
(230,225,211)
#F2ECE9
(242,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A7E0D color. Also use rgb(122,126,13) instead hex code.

Text Font Color

.myTextColor { color: #7A7E0D; }

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

This text font color is #7A7E0D.


Background Color

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

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

This div background color is #7A7E0D.


Border color

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

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

This div border color is #7A7E0D.


Opacity

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

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

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

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

This text has shadow with #7A7E0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7E0D on black background.


Color preview on white background

This text has color #7A7E0D on white background.



Black color preview on #7A7E0D background

This text has black color on #7A7E0D background.


White color preview on #7A7E0D background

This text has white color on #7A7E0D background.