COLOR #7A622A

HEX: #7A622A RGB: (122,98,42)

Color info

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

RGB color model

#7A622A color RGB value is (122,98,42).

RGB: (122,98,42) (48%, 38%, 16%)

RGB channels and saturation

R 122 of 255 = 48%
G 98 of 255 = 38%
B 42 of 255 = 16%

122
98
42

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

Portions of RGB colors in percentages

R + G + B = 122 + 98 + 42 = 262 (100%)
R 122 of 262 ~ 46.56%
G 98 of 262 ~ 37.4%
B 42 of 262 ~ 16.03'%

%46.56
%37.4
%16.03

CMYK color model

#7A622A color CMYK value is (0,20,66,52).

  • cyan value is 0.00%
  • magenta value is 19.67%
  • yellow value is 65.57%
  • key color value is 52.16%

CMYK: (0,20,66,52)
C0M20Y66K52 (0%, 20%, 66%, 52%)
(0.00 / 0.20 / 0.66 / 0.52)

CMYK percentages

%0
%19.67
%65.57
%52.16

Codes

Color #7A622A in popluar color models

7A 62 2A
RGB 122 98 42
HSL 42° 48.78% 32.16%
HSB/HSV 42° 65.57% 47.84%
CMYK 0.00% 19.67% 65.57%
52.16%

Color #7A622A in popluar number systems.

HEX 7A 62 2A
Decimal 122 98 42
Binary 1111010 1100010 101010
Octal 172 142 52

Shades and tints

Shades of #7A622A

#7A622A
(122,98,42)
#6F5A27
(111,90,39)
#645224
(100,82,36)
#594A21
(89,74,33)
#4E421E
(78,66,30)
#433A1B
(67,58,27)
#383218
(56,50,24)
#2D2A15
(45,42,21)
#222212
(34,34,18)
#171A0F
(23,26,15)
#0C120C
(12,18,12)
#000000
(0,0,0)

Tints of #7A622A

#7A622A
(122,98,42)
#86703D
(134,112,61)
#927E50
(146,126,80)
#9E8C63
(158,140,99)
#AA9A76
(170,154,118)
#B6A889
(182,168,137)
#C2B69C
(194,182,156)
#CEC4AF
(206,196,175)
#DAD2C2
(218,210,194)
#E6E0D5
(230,224,213)
#F2EEE8
(242,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A622A; }

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

This text font color is #7A622A.

Background Color

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

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

This div background color is #7A622A.

Border color

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

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

This div border color is #7A622A.

Opacity

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

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

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

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

This text has shadow with #7A622A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A622A.

Preview

Color preview on black background

This text has color #7A622A on black background.


Color preview on white background

This text has color #7A622A on white background.


Black color preview on #7A622A background

This text has black color on #7A622A background.


White color preview on #7A622A background

This text has white color on #7A622A background.


Related colors

Complementary color

Complementary color for #hex is #859DD5.


I love getcolorcode.com

Triadic colors

1 #2A7A62 and #622A7A with #7A622A are triadic colors.

2 #2A627A and #627A2A with #7A622A are triadic colors.