COLOR #7A7A12

HEX: #7A7A12
RGB: (122,122,18)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

122
122
18

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

Portions of RGB colors in percentages

R + G + B =
122 + 122 + 18 = 262 (100%)
R 122 of 262 ~ 46.56%
G 122 of 262 ~ 46.56%
B 18 of 262 ~ 6.87%

%46.56
%46.56

CMYK color model

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

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

CMYK percentages

%0
%0
%85.25
%52.16

Codes

Color #7A7A12 in popluar color models

7A7A12
RGB12212218
HSL60°74.29%27.45%
HSB/HSV60°85.25%47.84%
CMYK0.00%0.00%85.25%
52.16%

Color #7A7A12 in popluar number systems.

HEX7A7A12
Decimal12212218
Binary1111010111101010010
Octal17217222

Shades and tints

Shades of #7A7A12

#7A7A12
(122,122,18)
#6F6F11
(111,111,17)
#646410
(100,100,16)
#59590F
(89,89,15)
#4E4E0E
(78,78,14)
#43430D
(67,67,13)
#38380C
(56,56,12)
#2D2D0B
(45,45,11)
#22220A
(34,34,10)
#171709
(23,23,9)
#0C0C08
(12,12,8)
#000000
(0,0,0)

Tints of #7A7A12

#7A7A12
(122,122,18)
#868627
(134,134,39)
#92923C
(146,146,60)
#9E9E51
(158,158,81)
#AAAA66
(170,170,102)
#B6B67B
(182,182,123)
#C2C290
(194,194,144)
#CECEA5
(206,206,165)
#DADABA
(218,218,186)
#E6E6CF
(230,230,207)
#F2F2E4
(242,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7A12; }

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

This text font color is #7A7A12.


Background Color

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

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

This div background color is #7A7A12.


Border color

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

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

This div border color is #7A7A12.


Opacity

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

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

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

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

This text has shadow with #7A7A12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7A12 on black background.


Color preview on white background

This text has color #7A7A12 on white background.



Black color preview on #7A7A12 background

This text has black color on #7A7A12 background.


White color preview on #7A7A12 background

This text has white color on #7A7A12 background.