COLOR #7A7A3D

HEX: #7A7A3D
RGB: (122,122,61)

Color info

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

RGB color model

#7A7A3D color RGB value is (122,122,61).

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

RGB channels and saturation

R 122 of 255 = 48%
G 122 of 255 = 48%
B 61 of 255 = 24%

122
122
61

R + G + B ~ 40%. #7A7A3D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
122 + 122 + 61 = 305 (100%)
R 122 of 305 ~ 40%
G 122 of 305 ~ 40%
B 61 of 305 ~ 20%

%40
%40
%20

CMYK color model

#7A7A3D color CMYK value is (0,0,50,52).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 52.16%
CMYK:
(0,0,50,52)
C0M0Y50K52 
(0%,0%,50%,52%)
(0.00/0.00/0.50/0.52)	

CMYK percentages

%0
%0
%50
%52.16

Codes

Color #7A7A3D in popluar color models

7A7A3D
RGB12212261
HSL60°33.33%35.88%
HSB/HSV60°50.00%47.84%
CMYK0.00%0.00%50.00%
52.16%

Color #7A7A3D in popluar number systems.

HEX7A7A3D
Decimal12212261
Binary11110101111010111101
Octal17217275

Shades and tints

Shades of #7A7A3D

#7A7A3D
(122,122,61)
#6F6F38
(111,111,56)
#646433
(100,100,51)
#59592E
(89,89,46)
#4E4E29
(78,78,41)
#434324
(67,67,36)
#38381F
(56,56,31)
#2D2D1A
(45,45,26)
#222215
(34,34,21)
#171710
(23,23,16)
#0C0C0B
(12,12,11)
#000000
(0,0,0)

Tints of #7A7A3D

#7A7A3D
(122,122,61)
#86864E
(134,134,78)
#92925F
(146,146,95)
#9E9E70
(158,158,112)
#AAAA81
(170,170,129)
#B6B692
(182,182,146)
#C2C2A3
(194,194,163)
#CECEB4
(206,206,180)
#DADAC5
(218,218,197)
#E6E6D6
(230,230,214)
#F2F2E7
(242,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7A3D; }

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

This text font color is #7A7A3D.


Background Color

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

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

This div background color is #7A7A3D.


Border color

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

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

This div border color is #7A7A3D.


Opacity

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

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

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

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

This text has shadow with #7A7A3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7A3D on black background.


Color preview on white background

This text has color #7A7A3D on white background.



Black color preview on #7A7A3D background

This text has black color on #7A7A3D background.


White color preview on #7A7A3D background

This text has white color on #7A7A3D background.