COLOR #7A5A4D

HEX: #7A5A4D RGB: (122,90,77)

Color info

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

RGB color model

#7A5A4D color RGB value is (122,90,77).

RGB: (122,90,77) (48%, 35%, 30%)

RGB channels and saturation

R 122 of 255 = 48%
G 90 of 255 = 35%
B 77 of 255 = 30%

122
90
77

R + G + B ~ 38%. #7A5A4D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 122 + 90 + 77 = 289 (100%)
R 122 of 289 ~ 42.21%
G 90 of 289 ~ 31.14%
B 77 of 289 ~ 26.64'%

%42.21
%31.14
%26.64

CMYK color model

#7A5A4D color CMYK value is (0,26,37,52).

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

CMYK: (0,26,37,52)
C0M26Y37K52 (0%, 26%, 37%, 52%)
(0.00 / 0.26 / 0.37 / 0.52)

CMYK percentages

%0
%26.23
%36.89
%52.16

Codes

Color #7A5A4D in popluar color models

7A 5A 4D
RGB 122 90 77
HSL 17° 22.61% 39.02%
HSB/HSV 17° 36.89% 47.84%
CMYK 0.00% 26.23% 36.89%
52.16%

Color #7A5A4D in popluar number systems.

HEX 7A 5A 4D
Decimal 122 90 77
Binary 1111010 1011010 1001101
Octal 172 132 115

Shades and tints

Shades of #7A5A4D

#7A5A4D
(122,90,77)
#6F5246
(111,82,70)
#644A3F
(100,74,63)
#594238
(89,66,56)
#4E3A31
(78,58,49)
#43322A
(67,50,42)
#382A23
(56,42,35)
#2D221C
(45,34,28)
#221A15
(34,26,21)
#17120E
(23,18,14)
#0C0A07
(12,10,7)
#000000
(0,0,0)

Tints of #7A5A4D

#7A5A4D
(122,90,77)
#86695D
(134,105,93)
#92786D
(146,120,109)
#9E877D
(158,135,125)
#AA968D
(170,150,141)
#B6A59D
(182,165,157)
#C2B4AD
(194,180,173)
#CEC3BD
(206,195,189)
#DAD2CD
(218,210,205)
#E6E1DD
(230,225,221)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A5A4D; }

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

This text font color is #7A5A4D.

Background Color

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

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

This div background color is #7A5A4D.

Border color

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

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

This div border color is #7A5A4D.

Opacity

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

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

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

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

This text has shadow with #7A5A4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A5A4D.

Preview

Color preview on black background

This text has color #7A5A4D on black background.


Color preview on white background

This text has color #7A5A4D on white background.


Black color preview on #7A5A4D background

This text has black color on #7A5A4D background.


White color preview on #7A5A4D background

This text has white color on #7A5A4D background.


Related colors

Complementary color

Complementary color for #hex is #85A5B2.


I love getcolorcode.com

Triadic colors

1 #4D7A5A and #5A4D7A with #7A5A4D are triadic colors.

2 #4D5A7A and #5A7A4D with #7A5A4D are triadic colors.