COLOR #7A4C2A

HEX: #7A4C2A RGB: (122,76,42)

Color info

#7A4C2A contains mainly red and green colors. Web safe color of #7A4C2A is #663333 (or #633).

RGB color model

#7A4C2A color RGB value is (122,76,42).

RGB: (122,76,42) (48%, 30%, 16%)

RGB channels and saturation

R 122 of 255 = 48%
G 76 of 255 = 30%
B 42 of 255 = 16%

122
76
42

R + G + B ~ 31%. #7A4C2A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 122 + 76 + 42 = 240 (100%)
R 122 of 240 ~ 50.83%
G 76 of 240 ~ 31.67%
B 42 of 240 ~ 17.5'%

%50.83
%31.67
%17.5

CMYK color model

#7A4C2A color CMYK value is (0,38,66,52).

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

CMYK: (0,38,66,52)
C0M38Y66K52 (0%, 38%, 66%, 52%)
(0.00 / 0.38 / 0.66 / 0.52)

CMYK percentages

%0
%37.7
%65.57
%52.16

Codes

Color #7A4C2A in popluar color models

7A 4C 2A
RGB 122 76 42
HSL 26° 48.78% 32.16%
HSB/HSV 26° 65.57% 47.84%
CMYK 0.00% 37.70% 65.57%
52.16%

Color #7A4C2A in popluar number systems.

HEX 7A 4C 2A
Decimal 122 76 42
Binary 1111010 1001100 101010
Octal 172 114 52

Shades and tints

Shades of #7A4C2A

#7A4C2A
(122,76,42)
#6F4627
(111,70,39)
#644024
(100,64,36)
#593A21
(89,58,33)
#4E341E
(78,52,30)
#432E1B
(67,46,27)
#382818
(56,40,24)
#2D2215
(45,34,21)
#221C12
(34,28,18)
#17160F
(23,22,15)
#0C100C
(12,16,12)
#000000
(0,0,0)

Tints of #7A4C2A

#7A4C2A
(122,76,42)
#865C3D
(134,92,61)
#926C50
(146,108,80)
#9E7C63
(158,124,99)
#AA8C76
(170,140,118)
#B69C89
(182,156,137)
#C2AC9C
(194,172,156)
#CEBCAF
(206,188,175)
#DACCC2
(218,204,194)
#E6DCD5
(230,220,213)
#F2ECE8
(242,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A4C2A; }

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

This text font color is #7A4C2A.

Background Color

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

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

This div background color is #7A4C2A.

Border color

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

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

This div border color is #7A4C2A.

Opacity

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

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

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

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

This text has shadow with #7A4C2A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A4C2A.

Preview

Color preview on black background

This text has color #7A4C2A on black background.


Color preview on white background

This text has color #7A4C2A on white background.


Black color preview on #7A4C2A background

This text has black color on #7A4C2A background.


White color preview on #7A4C2A background

This text has white color on #7A4C2A background.


Related colors

Complementary color

Complementary color for #hex is #85B3D5.


I love getcolorcode.com

Triadic colors

1 #2A7A4C and #4C2A7A with #7A4C2A are triadic colors.

2 #2A4C7A and #4C7A2A with #7A4C2A are triadic colors.