COLOR #7A4D2F

HEX: #7A4D2F RGB: (122,77,47)

Color info

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

RGB color model

#7A4D2F color RGB value is (122,77,47).

RGB: (122,77,47) (48%, 30%, 18%)

RGB channels and saturation

R 122 of 255 = 48%
G 77 of 255 = 30%
B 47 of 255 = 18%

122
77
47

R + G + B ~ 32%. #7A4D2F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 122 + 77 + 47 = 246 (100%)
R 122 of 246 ~ 49.59%
G 77 of 246 ~ 31.3%
B 47 of 246 ~ 19.11'%

%49.59
%31.3
%19.11

CMYK color model

#7A4D2F color CMYK value is (0,37,61,52).

  • cyan value is 0.00%
  • magenta value is 36.89%
  • yellow value is 61.48%
  • key color value is 52.16%

CMYK: (0,37,61,52)
C0M37Y61K52 (0%, 37%, 61%, 52%)
(0.00 / 0.37 / 0.61 / 0.52)

CMYK percentages

%0
%36.89
%61.48
%52.16

Codes

Color #7A4D2F in popluar color models

7A 4D 2F
RGB 122 77 47
HSL 24° 44.38% 33.14%
HSB/HSV 24° 61.48% 47.84%
CMYK 0.00% 36.89% 61.48%
52.16%

Color #7A4D2F in popluar number systems.

HEX 7A 4D 2F
Decimal 122 77 47
Binary 1111010 1001101 101111
Octal 172 115 57

Shades and tints

Shades of #7A4D2F

#7A4D2F
(122,77,47)
#6F462B
(111,70,43)
#643F27
(100,63,39)
#593823
(89,56,35)
#4E311F
(78,49,31)
#432A1B
(67,42,27)
#382317
(56,35,23)
#2D1C13
(45,28,19)
#22150F
(34,21,15)
#170E0B
(23,14,11)
#0C0707
(12,7,7)
#000000
(0,0,0)

Tints of #7A4D2F

#7A4D2F
(122,77,47)
#865D41
(134,93,65)
#926D53
(146,109,83)
#9E7D65
(158,125,101)
#AA8D77
(170,141,119)
#B69D89
(182,157,137)
#C2AD9B
(194,173,155)
#CEBDAD
(206,189,173)
#DACDBF
(218,205,191)
#E6DDD1
(230,221,209)
#F2EDE3
(242,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A4D2F; }

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

This text font color is #7A4D2F.

Background Color

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

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

This div background color is #7A4D2F.

Border color

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

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

This div border color is #7A4D2F.

Opacity

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

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

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

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

This text has shadow with #7A4D2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A4D2F.

Preview

Color preview on black background

This text has color #7A4D2F on black background.


Color preview on white background

This text has color #7A4D2F on white background.


Black color preview on #7A4D2F background

This text has black color on #7A4D2F background.


White color preview on #7A4D2F background

This text has white color on #7A4D2F background.


Related colors

Complementary color

Complementary color for #hex is #85B2D0.


I love getcolorcode.com

Triadic colors

1 #2F7A4D and #4D2F7A with #7A4D2F are triadic colors.

2 #2F4D7A and #4D7A2F with #7A4D2F are triadic colors.