COLOR #7A5A59

HEX: #7A5A59
RGB: (122,90,89)

Color info

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

RGB color model

#7A5A59 color RGB value is (122,90,89).

  • red value is 122;
  • green value is 90;
  • blue value is 89.
RGB:
(122,90,89)
(48%,35%,35%)

RGB channels and saturation

R 122 of 255 = 48%
G 90 of 255 = 35%
B 89 of 255 = 35%

122
90
89

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

Portions of RGB colors in percentages

R + G + B =
122 + 90 + 89 = 301 (100%)
R 122 of 301 ~ 40.53%
G 90 of 301 ~ 29.9%
B 89 of 301 ~ 29.57%

%40.53
%29.9
%29.57

CMYK color model

#7A5A59 color CMYK value is (0,26,27,52).

  • cyan value is 0.00%
  • magenta value is 26.23%
  • yellow value is 27.05%
  • key color value is 52.16%
CMYK:
(0,26,27,52)
C0M26Y27K52 
(0%,26%,27%,52%)
(0.00/0.26/0.27/0.52)	

CMYK percentages

%0
%26.23
%27.05
%52.16

Codes

Color #7A5A59 in popluar color models

7A5A59
RGB1229089
HSL15.64%41.37%
HSB/HSV27.05%47.84%
CMYK0.00%26.23%27.05%
52.16%

Color #7A5A59 in popluar number systems.

HEX7A5A59
Decimal1229089
Binary111101010110101011001
Octal172132131

Shades and tints

Shades of #7A5A59

#7A5A59
(122,90,89)
#6F5251
(111,82,81)
#644A49
(100,74,73)
#594241
(89,66,65)
#4E3A39
(78,58,57)
#433231
(67,50,49)
#382A29
(56,42,41)
#2D2221
(45,34,33)
#221A19
(34,26,25)
#171211
(23,18,17)
#0C0A09
(12,10,9)
#000000
(0,0,0)

Tints of #7A5A59

#7A5A59
(122,90,89)
#866968
(134,105,104)
#927877
(146,120,119)
#9E8786
(158,135,134)
#AA9695
(170,150,149)
#B6A5A4
(182,165,164)
#C2B4B3
(194,180,179)
#CEC3C2
(206,195,194)
#DAD2D1
(218,210,209)
#E6E1E0
(230,225,224)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A5A59; }

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

This text font color is #7A5A59.


Background Color

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

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

This div background color is #7A5A59.


Border color

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

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

This div border color is #7A5A59.


Opacity

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

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

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

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

This text has shadow with #7A5A59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5A59 on black background.


Color preview on white background

This text has color #7A5A59 on white background.



Black color preview on #7A5A59 background

This text has black color on #7A5A59 background.


White color preview on #7A5A59 background

This text has white color on #7A5A59 background.