COLOR #7A712E

HEX: #7A712E
RGB: (122,113,46)

Color info

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

RGB color model

#7A712E color RGB value is (122,113,46).

  • red value is 122;
  • green value is 113;
  • blue value is 46.
RGB:
(122,113,46)
(48%,44%,18%)

RGB channels and saturation

R 122 of 255 = 48%
G 113 of 255 = 44%
B 46 of 255 = 18%

122
113
46

R + G + B ~ 37%. #7A712E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 113 + 46 = 281 (100%)
R 122 of 281 ~ 43.42%
G 113 of 281 ~ 40.21%
B 46 of 281 ~ 16.37%

%43.42
%40.21
%16.37

CMYK color model

#7A712E color CMYK value is (0,7,62,52).

  • cyan value is 0.00%
  • magenta value is 7.38%
  • yellow value is 62.30%
  • key color value is 52.16%
CMYK:
(0,7,62,52)
C0M7Y62K52 
(0%,7%,62%,52%)
(0.00/0.07/0.62/0.52)	

CMYK percentages

%0
%7.38
%62.3
%52.16

Codes

Color #7A712E in popluar color models

7A712E
RGB12211346
HSL53°45.24%32.94%
HSB/HSV53°62.30%47.84%
CMYK0.00%7.38%62.30%
52.16%

Color #7A712E in popluar number systems.

HEX7A712E
Decimal12211346
Binary11110101110001101110
Octal17216156

Shades and tints

Shades of #7A712E

#7A712E
(122,113,46)
#6F672A
(111,103,42)
#645D26
(100,93,38)
#595322
(89,83,34)
#4E491E
(78,73,30)
#433F1A
(67,63,26)
#383516
(56,53,22)
#2D2B12
(45,43,18)
#22210E
(34,33,14)
#17170A
(23,23,10)
#0C0D06
(12,13,6)
#000000
(0,0,0)

Tints of #7A712E

#7A712E
(122,113,46)
#867D41
(134,125,65)
#928954
(146,137,84)
#9E9567
(158,149,103)
#AAA17A
(170,161,122)
#B6AD8D
(182,173,141)
#C2B9A0
(194,185,160)
#CEC5B3
(206,197,179)
#DAD1C6
(218,209,198)
#E6DDD9
(230,221,217)
#F2E9EC
(242,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A712E color. Also use rgb(122,113,46) instead hex code.

Text Font Color

.myTextColor { color: #7A712E; }

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

This text font color is #7A712E.


Background Color

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

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

This div background color is #7A712E.


Border color

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

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

This div border color is #7A712E.


Opacity

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

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

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

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

This text has shadow with #7A712E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A712E on black background.


Color preview on white background

This text has color #7A712E on white background.



Black color preview on #7A712E background

This text has black color on #7A712E background.


White color preview on #7A712E background

This text has white color on #7A712E background.