COLOR #7A5D4A

HEX: #7A5D4A
RGB: (122,93,74)

Color info

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

RGB color model

#7A5D4A color RGB value is (122,93,74).

  • red value is 122;
  • green value is 93;
  • blue value is 74.
RGB:
(122,93,74)
(48%,36%,29%)

RGB channels and saturation

R 122 of 255 = 48%
G 93 of 255 = 36%
B 74 of 255 = 29%

122
93
74

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

Portions of RGB colors in percentages

R + G + B =
122 + 93 + 74 = 289 (100%)
R 122 of 289 ~ 42.21%
G 93 of 289 ~ 32.18%
B 74 of 289 ~ 25.61%

%42.21
%32.18
%25.61

CMYK color model

#7A5D4A color CMYK value is (0,24,39,52).

  • cyan value is 0.00%
  • magenta value is 23.77%
  • yellow value is 39.34%
  • key color value is 52.16%
CMYK:
(0,24,39,52)
C0M24Y39K52 
(0%,24%,39%,52%)
(0.00/0.24/0.39/0.52)	

CMYK percentages

%0
%23.77
%39.34
%52.16

Codes

Color #7A5D4A in popluar color models

7A5D4A
RGB1229374
HSL24°24.49%38.43%
HSB/HSV24°39.34%47.84%
CMYK0.00%23.77%39.34%
52.16%

Color #7A5D4A in popluar number systems.

HEX7A5D4A
Decimal1229374
Binary111101010111011001010
Octal172135112

Shades and tints

Shades of #7A5D4A

#7A5D4A
(122,93,74)
#6F5544
(111,85,68)
#644D3E
(100,77,62)
#594538
(89,69,56)
#4E3D32
(78,61,50)
#43352C
(67,53,44)
#382D26
(56,45,38)
#2D2520
(45,37,32)
#221D1A
(34,29,26)
#171514
(23,21,20)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #7A5D4A

#7A5D4A
(122,93,74)
#866B5A
(134,107,90)
#92796A
(146,121,106)
#9E877A
(158,135,122)
#AA958A
(170,149,138)
#B6A39A
(182,163,154)
#C2B1AA
(194,177,170)
#CEBFBA
(206,191,186)
#DACDCA
(218,205,202)
#E6DBDA
(230,219,218)
#F2E9EA
(242,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A5D4A color. Also use rgb(122,93,74) instead hex code.

Text Font Color

.myTextColor { color: #7A5D4A; }

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

This text font color is #7A5D4A.


Background Color

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

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

This div background color is #7A5D4A.


Border color

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

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

This div border color is #7A5D4A.


Opacity

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

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

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

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

This text has shadow with #7A5D4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5D4A on black background.


Color preview on white background

This text has color #7A5D4A on white background.



Black color preview on #7A5D4A background

This text has black color on #7A5D4A background.


White color preview on #7A5D4A background

This text has white color on #7A5D4A background.