COLOR #7A5E4C

HEX: #7A5E4C
RGB: (122,94,76)

Color info

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

RGB color model

#7A5E4C color RGB value is (122,94,76).

  • red value is 122;
  • green value is 94;
  • blue value is 76.
RGB:
(122,94,76)
(48%,37%,30%)

RGB channels and saturation

R 122 of 255 = 48%
G 94 of 255 = 37%
B 76 of 255 = 30%

122
94
76

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

Portions of RGB colors in percentages

R + G + B =
122 + 94 + 76 = 292 (100%)
R 122 of 292 ~ 41.78%
G 94 of 292 ~ 32.19%
B 76 of 292 ~ 26.03%

%41.78
%32.19
%26.03

CMYK color model

#7A5E4C color CMYK value is (0,23,38,52).

  • cyan value is 0.00%
  • magenta value is 22.95%
  • yellow value is 37.70%
  • key color value is 52.16%
CMYK:
(0,23,38,52)
C0M23Y38K52 
(0%,23%,38%,52%)
(0.00/0.23/0.38/0.52)	

CMYK percentages

%0
%22.95
%37.7
%52.16

Codes

Color #7A5E4C in popluar color models

7A5E4C
RGB1229476
HSL23°23.23%38.82%
HSB/HSV23°37.70%47.84%
CMYK0.00%22.95%37.70%
52.16%

Color #7A5E4C in popluar number systems.

HEX7A5E4C
Decimal1229476
Binary111101010111101001100
Octal172136114

Shades and tints

Shades of #7A5E4C

#7A5E4C
(122,94,76)
#6F5646
(111,86,70)
#644E40
(100,78,64)
#59463A
(89,70,58)
#4E3E34
(78,62,52)
#43362E
(67,54,46)
#382E28
(56,46,40)
#2D2622
(45,38,34)
#221E1C
(34,30,28)
#171616
(23,22,22)
#0C0E10
(12,14,16)
#000000
(0,0,0)

Tints of #7A5E4C

#7A5E4C
(122,94,76)
#866C5C
(134,108,92)
#927A6C
(146,122,108)
#9E887C
(158,136,124)
#AA968C
(170,150,140)
#B6A49C
(182,164,156)
#C2B2AC
(194,178,172)
#CEC0BC
(206,192,188)
#DACECC
(218,206,204)
#E6DCDC
(230,220,220)
#F2EAEC
(242,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A5E4C color. Also use rgb(122,94,76) instead hex code.

Text Font Color

.myTextColor { color: #7A5E4C; }

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

This text font color is #7A5E4C.


Background Color

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

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

This div background color is #7A5E4C.


Border color

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

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

This div border color is #7A5E4C.


Opacity

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

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

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

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

This text has shadow with #7A5E4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5E4C on black background.


Color preview on white background

This text has color #7A5E4C on white background.



Black color preview on #7A5E4C background

This text has black color on #7A5E4C background.


White color preview on #7A5E4C background

This text has white color on #7A5E4C background.