COLOR #7A6139

HEX: #7A6139 RGB: (122,97,57)

Color info

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

RGB color model

#7A6139 color RGB value is (122,97,57).

RGB: (122,97,57) (48%, 38%, 22%)

RGB channels and saturation

R 122 of 255 = 48%
G 97 of 255 = 38%
B 57 of 255 = 22%

122
97
57

R + G + B ~ 36%. #7A6139 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 122 + 97 + 57 = 276 (100%)
R 122 of 276 ~ 44.2%
G 97 of 276 ~ 35.14%
B 57 of 276 ~ 20.65'%

%44.2
%35.14
%20.65

CMYK color model

#7A6139 color CMYK value is (0,20,53,52).

  • cyan value is 0.00%
  • magenta value is 20.49%
  • yellow value is 53.28%
  • key color value is 52.16%

CMYK: (0,20,53,52)
C0M20Y53K52 (0%, 20%, 53%, 52%)
(0.00 / 0.20 / 0.53 / 0.52)

CMYK percentages

%0
%20.49
%53.28
%52.16

Codes

Color #7A6139 in popluar color models

7A 61 39
RGB 122 97 57
HSL 37° 36.31% 35.10%
HSB/HSV 37° 53.28% 47.84%
CMYK 0.00% 20.49% 53.28%
52.16%

Color #7A6139 in popluar number systems.

HEX 7A 61 39
Decimal 122 97 57
Binary 1111010 1100001 111001
Octal 172 141 71

Shades and tints

Shades of #7A6139

#7A6139
(122,97,57)
#6F5934
(111,89,52)
#64512F
(100,81,47)
#59492A
(89,73,42)
#4E4125
(78,65,37)
#433920
(67,57,32)
#38311B
(56,49,27)
#2D2916
(45,41,22)
#222111
(34,33,17)
#17190C
(23,25,12)
#0C1107
(12,17,7)
#000000
(0,0,0)

Tints of #7A6139

#7A6139
(122,97,57)
#866F4B
(134,111,75)
#927D5D
(146,125,93)
#9E8B6F
(158,139,111)
#AA9981
(170,153,129)
#B6A793
(182,167,147)
#C2B5A5
(194,181,165)
#CEC3B7
(206,195,183)
#DAD1C9
(218,209,201)
#E6DFDB
(230,223,219)
#F2EDED
(242,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6139; }

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

This text font color is #7A6139.

Background Color

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

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

This div background color is #7A6139.

Border color

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

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

This div border color is #7A6139.

Opacity

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

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

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

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

This text has shadow with #7A6139 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A6139.

Preview

Color preview on black background

This text has color #7A6139 on black background.


Color preview on white background

This text has color #7A6139 on white background.


Black color preview on #7A6139 background

This text has black color on #7A6139 background.


White color preview on #7A6139 background

This text has white color on #7A6139 background.


Related colors

Complementary color

Complementary color for #hex is #859EC6.


I love getcolorcode.com

Triadic colors

1 #397A61 and #61397A with #7A6139 are triadic colors.

2 #39617A and #617A39 with #7A6139 are triadic colors.