COLOR #7A7142

HEX: #7A7142 RGB: (122,113,66)

Color info

#7A7142 contains red, green and blue colors in about the same proportion. Web safe color of #7A7142 is #666633 (or #663).

RGB color model

#7A7142 color RGB value is (122,113,66).

RGB: (122,113,66) (48%, 44%, 26%)

RGB channels and saturation

R 122 of 255 = 48%
G 113 of 255 = 44%
B 66 of 255 = 26%

122
113
66

R + G + B ~ 39%. #7A7142 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 122 + 113 + 66 = 301 (100%)
R 122 of 301 ~ 40.53%
G 113 of 301 ~ 37.54%
B 66 of 301 ~ 21.93'%

%40.53
%37.54
%21.93

CMYK color model

#7A7142 color CMYK value is (0,7,46,52).

  • cyan value is 0.00%
  • magenta value is 7.38%
  • yellow value is 45.90%
  • key color value is 52.16%

CMYK: (0,7,46,52)
C0M7Y46K52 (0%, 7%, 46%, 52%)
(0.00 / 0.07 / 0.46 / 0.52)

CMYK percentages

%0
%7.38
%45.9
%52.16

Codes

Color #7A7142 in popluar color models

7A 71 42
RGB 122 113 66
HSL 50° 29.79% 36.86%
HSB/HSV 50° 45.90% 47.84%
CMYK 0.00% 7.38% 45.90%
52.16%

Color #7A7142 in popluar number systems.

HEX 7A 71 42
Decimal 122 113 66
Binary 1111010 1110001 1000010
Octal 172 161 102

Shades and tints

Shades of #7A7142

#7A7142
(122,113,66)
#6F673C
(111,103,60)
#645D36
(100,93,54)
#595330
(89,83,48)
#4E492A
(78,73,42)
#433F24
(67,63,36)
#38351E
(56,53,30)
#2D2B18
(45,43,24)
#222112
(34,33,18)
#17170C
(23,23,12)
#0C0D06
(12,13,6)
#000000
(0,0,0)

Tints of #7A7142

#7A7142
(122,113,66)
#867D53
(134,125,83)
#928964
(146,137,100)
#9E9575
(158,149,117)
#AAA186
(170,161,134)
#B6AD97
(182,173,151)
#C2B9A8
(194,185,168)
#CEC5B9
(206,197,185)
#DAD1CA
(218,209,202)
#E6DDDB
(230,221,219)
#F2E9EC
(242,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7142; }

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

This text font color is #7A7142.

Background Color

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

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

This div background color is #7A7142.

Border color

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

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

This div border color is #7A7142.

Opacity

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

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

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

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

This text has shadow with #7A7142 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A7142.

Preview

Color preview on black background

This text has color #7A7142 on black background.


Color preview on white background

This text has color #7A7142 on white background.


Black color preview on #7A7142 background

This text has black color on #7A7142 background.


White color preview on #7A7142 background

This text has white color on #7A7142 background.


Related colors

Complementary color

Complementary color for #hex is #858EBD.


I love getcolorcode.com

Triadic colors

1 #427A71 and #71427A with #7A7142 are triadic colors.

2 #42717A and #717A42 with #7A7142 are triadic colors.