COLOR #7A8713

HEX: #7A8713
RGB: (122,135,19)

Color info

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

RGB color model

#7A8713 color RGB value is (122,135,19).

  • red value is 122;
  • green value is 135;
  • blue value is 19.
RGB:
(122,135,19)
(48%,53%,7%)

RGB channels and saturation

R 122 of 255 = 48%
G 135 of 255 = 53%
B 19 of 255 = 7%

122
135
19

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

Portions of RGB colors in percentages

R + G + B =
122 + 135 + 19 = 276 (100%)
R 122 of 276 ~ 44.2%
G 135 of 276 ~ 48.91%
B 19 of 276 ~ 6.88%

%44.2
%48.91

CMYK color model

#7A8713 color CMYK value is (10,0,86,47).

  • cyan value is 9.63%
  • magenta value is 0.00%
  • yellow value is 85.93%
  • key color value is 47.06%
CMYK:
(10,0,86,47)
C10M0Y86K47 
(10%,0%,86%,47%)
(0.10/0.00/0.86/0.47)	

CMYK percentages

%9.63
%0
%85.93
%47.06

Codes

Color #7A8713 in popluar color models

7A8713
RGB12213519
HSL67°75.32%30.20%
HSB/HSV67°85.93%52.94%
CMYK9.63%0.00%85.93%
47.06%

Color #7A8713 in popluar number systems.

HEX7A8713
Decimal12213519
Binary11110101000011110011
Octal17220723

Shades and tints

Shades of #7A8713

#7A8713
(122,135,19)
#6F7B12
(111,123,18)
#646F11
(100,111,17)
#596310
(89,99,16)
#4E570F
(78,87,15)
#434B0E
(67,75,14)
#383F0D
(56,63,13)
#2D330C
(45,51,12)
#22270B
(34,39,11)
#171B0A
(23,27,10)
#0C0F09
(12,15,9)
#000000
(0,0,0)

Tints of #7A8713

#7A8713
(122,135,19)
#869128
(134,145,40)
#929B3D
(146,155,61)
#9EA552
(158,165,82)
#AAAF67
(170,175,103)
#B6B97C
(182,185,124)
#C2C391
(194,195,145)
#CECDA6
(206,205,166)
#DAD7BB
(218,215,187)
#E6E1D0
(230,225,208)
#F2EBE5
(242,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A8713 color. Also use rgb(122,135,19) instead hex code.

Text Font Color

.myTextColor { color: #7A8713; }

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

This text font color is #7A8713.


Background Color

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

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

This div background color is #7A8713.


Border color

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

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

This div border color is #7A8713.


Opacity

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

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

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

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

This text has shadow with #7A8713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8713 on black background.


Color preview on white background

This text has color #7A8713 on white background.



Black color preview on #7A8713 background

This text has black color on #7A8713 background.


White color preview on #7A8713 background

This text has white color on #7A8713 background.