COLOR #7A5E5B

HEX: #7A5E5B
RGB: (122,94,91)

Color info

#7A5E5B contains red, green and blue colors in about the same proportion. Web safe color of #7A5E5B is #666666 (or #666).

RGB color model

#7A5E5B color RGB value is (122,94,91).

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

RGB channels and saturation

R 122 of 255 = 48%
G 94 of 255 = 37%
B 91 of 255 = 36%

122
94
91

R + G + B ~ 40%. #7A5E5B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
122 + 94 + 91 = 307 (100%)
R 122 of 307 ~ 39.74%
G 94 of 307 ~ 30.62%
B 91 of 307 ~ 29.64%

%39.74
%30.62
%29.64

CMYK color model

#7A5E5B color CMYK value is (0,23,25,52).

  • cyan value is 0.00%
  • magenta value is 22.95%
  • yellow value is 25.41%
  • key color value is 52.16%
CMYK:
(0,23,25,52)
C0M23Y25K52 
(0%,23%,25%,52%)
(0.00/0.23/0.25/0.52)	

CMYK percentages

%0
%22.95
%25.41
%52.16

Codes

Color #7A5E5B in popluar color models

7A5E5B
RGB1229491
HSL14.55%41.76%
HSB/HSV25.41%47.84%
CMYK0.00%22.95%25.41%
52.16%

Color #7A5E5B in popluar number systems.

HEX7A5E5B
Decimal1229491
Binary111101010111101011011
Octal172136133

Shades and tints

Shades of #7A5E5B

#7A5E5B
(122,94,91)
#6F5653
(111,86,83)
#644E4B
(100,78,75)
#594643
(89,70,67)
#4E3E3B
(78,62,59)
#433633
(67,54,51)
#382E2B
(56,46,43)
#2D2623
(45,38,35)
#221E1B
(34,30,27)
#171613
(23,22,19)
#0C0E0B
(12,14,11)
#000000
(0,0,0)

Tints of #7A5E5B

#7A5E5B
(122,94,91)
#866C69
(134,108,105)
#927A77
(146,122,119)
#9E8885
(158,136,133)
#AA9693
(170,150,147)
#B6A4A1
(182,164,161)
#C2B2AF
(194,178,175)
#CEC0BD
(206,192,189)
#DACECB
(218,206,203)
#E6DCD9
(230,220,217)
#F2EAE7
(242,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A5E5B; }

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

This text font color is #7A5E5B.


Background Color

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

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

This div background color is #7A5E5B.


Border color

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

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

This div border color is #7A5E5B.


Opacity

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

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

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

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

This text has shadow with #7A5E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5E5B on black background.


Color preview on white background

This text has color #7A5E5B on white background.



Black color preview on #7A5E5B background

This text has black color on #7A5E5B background.


White color preview on #7A5E5B background

This text has white color on #7A5E5B background.