COLOR #7A7212

HEX: #7A7212
RGB: (122,114,18)

Color info

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

RGB color model

#7A7212 color RGB value is (122,114,18).

  • red value is 122;
  • green value is 114;
  • blue value is 18.
RGB:
(122,114,18)
(48%,45%,7%)

RGB channels and saturation

R 122 of 255 = 48%
G 114 of 255 = 45%
B 18 of 255 = 7%

122
114
18

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

Portions of RGB colors in percentages

R + G + B =
122 + 114 + 18 = 254 (100%)
R 122 of 254 ~ 48.03%
G 114 of 254 ~ 44.88%
B 18 of 254 ~ 7.09%

%48.03
%44.88

CMYK color model

#7A7212 color CMYK value is (0,7,85,52).

  • cyan value is 0.00%
  • magenta value is 6.56%
  • yellow value is 85.25%
  • key color value is 52.16%
CMYK:
(0,7,85,52)
C0M7Y85K52 
(0%,7%,85%,52%)
(0.00/0.07/0.85/0.52)	

CMYK percentages

%0
%6.56
%85.25
%52.16

Codes

Color #7A7212 in popluar color models

7A7212
RGB12211418
HSL55°74.29%27.45%
HSB/HSV55°85.25%47.84%
CMYK0.00%6.56%85.25%
52.16%

Color #7A7212 in popluar number systems.

HEX7A7212
Decimal12211418
Binary1111010111001010010
Octal17216222

Shades and tints

Shades of #7A7212

#7A7212
(122,114,18)
#6F6811
(111,104,17)
#645E10
(100,94,16)
#59540F
(89,84,15)
#4E4A0E
(78,74,14)
#43400D
(67,64,13)
#38360C
(56,54,12)
#2D2C0B
(45,44,11)
#22220A
(34,34,10)
#171809
(23,24,9)
#0C0E08
(12,14,8)
#000000
(0,0,0)

Tints of #7A7212

#7A7212
(122,114,18)
#867E27
(134,126,39)
#928A3C
(146,138,60)
#9E9651
(158,150,81)
#AAA266
(170,162,102)
#B6AE7B
(182,174,123)
#C2BA90
(194,186,144)
#CEC6A5
(206,198,165)
#DAD2BA
(218,210,186)
#E6DECF
(230,222,207)
#F2EAE4
(242,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A7212 color. Also use rgb(122,114,18) instead hex code.

Text Font Color

.myTextColor { color: #7A7212; }

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

This text font color is #7A7212.


Background Color

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

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

This div background color is #7A7212.


Border color

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

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

This div border color is #7A7212.


Opacity

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

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

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

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

This text has shadow with #7A7212 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7212 on black background.


Color preview on white background

This text has color #7A7212 on white background.



Black color preview on #7A7212 background

This text has black color on #7A7212 background.


White color preview on #7A7212 background

This text has white color on #7A7212 background.