COLOR #7A890C

HEX: #7A890C
RGB: (122,137,12)

Color info

#7A890C contains mainly red and green colors. Web safe color of #7A890C is #669900 (or #690).

RGB color model

#7A890C color RGB value is (122,137,12).

  • red value is 122;
  • green value is 137;
  • blue value is 12.
RGB:
(122,137,12)
(48%,54%,5%)

RGB channels and saturation

R 122 of 255 = 48%
G 137 of 255 = 54%
B 12 of 255 = 5%

122
137
12

R + G + B ~ 36%. #7A890C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 137 + 12 = 271 (100%)
R 122 of 271 ~ 45.02%
G 137 of 271 ~ 50.55%
B 12 of 271 ~ 4.43%

%45.02
%50.55

CMYK color model

#7A890C color CMYK value is (11,0,91,46).

  • cyan value is 10.95%
  • magenta value is 0.00%
  • yellow value is 91.24%
  • key color value is 46.27%
CMYK:
(11,0,91,46)
C11M0Y91K46 
(11%,0%,91%,46%)
(0.11/0.00/0.91/0.46)	

CMYK percentages

%10.95
%0
%91.24
%46.27

Codes

Color #7A890C in popluar color models

7A890C
RGB12213712
HSL67°83.89%29.22%
HSB/HSV67°91.24%53.73%
CMYK10.95%0.00%91.24%
46.27%

Color #7A890C in popluar number systems.

HEX7A890C
Decimal12213712
Binary1111010100010011100
Octal17221114

Shades and tints

Shades of #7A890C

#7A890C
(122,137,12)
#6F7D0B
(111,125,11)
#64710A
(100,113,10)
#596509
(89,101,9)
#4E5908
(78,89,8)
#434D07
(67,77,7)
#384106
(56,65,6)
#2D3505
(45,53,5)
#222904
(34,41,4)
#171D03
(23,29,3)
#0C1102
(12,17,2)
#000000
(0,0,0)

Tints of #7A890C

#7A890C
(122,137,12)
#869322
(134,147,34)
#929D38
(146,157,56)
#9EA74E
(158,167,78)
#AAB164
(170,177,100)
#B6BB7A
(182,187,122)
#C2C590
(194,197,144)
#CECFA6
(206,207,166)
#DAD9BC
(218,217,188)
#E6E3D2
(230,227,210)
#F2EDE8
(242,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A890C color. Also use rgb(122,137,12) instead hex code.

Text Font Color

.myTextColor { color: #7A890C; }

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

This text font color is #7A890C.


Background Color

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

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

This div background color is #7A890C.


Border color

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

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

This div border color is #7A890C.


Opacity

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

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

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

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

This text has shadow with #7A890C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A890C on black background.


Color preview on white background

This text has color #7A890C on white background.



Black color preview on #7A890C background

This text has black color on #7A890C background.


White color preview on #7A890C background

This text has white color on #7A890C background.