COLOR #7A5A56

HEX: #7A5A56
RGB: (122,90,86)

Color info

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

RGB color model

#7A5A56 color RGB value is (122,90,86).

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

RGB channels and saturation

R 122 of 255 = 48%
G 90 of 255 = 35%
B 86 of 255 = 34%

122
90
86

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

Portions of RGB colors in percentages

R + G + B =
122 + 90 + 86 = 298 (100%)
R 122 of 298 ~ 40.94%
G 90 of 298 ~ 30.2%
B 86 of 298 ~ 28.86%

%40.94
%30.2
%28.86

CMYK color model

#7A5A56 color CMYK value is (0,26,30,52).

  • cyan value is 0.00%
  • magenta value is 26.23%
  • yellow value is 29.51%
  • key color value is 52.16%
CMYK:
(0,26,30,52)
C0M26Y30K52 
(0%,26%,30%,52%)
(0.00/0.26/0.30/0.52)	

CMYK percentages

%0
%26.23
%29.51
%52.16

Codes

Color #7A5A56 in popluar color models

7A5A56
RGB1229086
HSL17.31%40.78%
HSB/HSV29.51%47.84%
CMYK0.00%26.23%29.51%
52.16%

Color #7A5A56 in popluar number systems.

HEX7A5A56
Decimal1229086
Binary111101010110101010110
Octal172132126

Shades and tints

Shades of #7A5A56

#7A5A56
(122,90,86)
#6F524F
(111,82,79)
#644A48
(100,74,72)
#594241
(89,66,65)
#4E3A3A
(78,58,58)
#433233
(67,50,51)
#382A2C
(56,42,44)
#2D2225
(45,34,37)
#221A1E
(34,26,30)
#171217
(23,18,23)
#0C0A10
(12,10,16)
#000000
(0,0,0)

Tints of #7A5A56

#7A5A56
(122,90,86)
#866965
(134,105,101)
#927874
(146,120,116)
#9E8783
(158,135,131)
#AA9692
(170,150,146)
#B6A5A1
(182,165,161)
#C2B4B0
(194,180,176)
#CEC3BF
(206,195,191)
#DAD2CE
(218,210,206)
#E6E1DD
(230,225,221)
#F2F0EC
(242,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A5A56; }

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

This text font color is #7A5A56.


Background Color

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

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

This div background color is #7A5A56.


Border color

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

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

This div border color is #7A5A56.


Opacity

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

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

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

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

This text has shadow with #7A5A56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5A56 on black background.


Color preview on white background

This text has color #7A5A56 on white background.



Black color preview on #7A5A56 background

This text has black color on #7A5A56 background.


White color preview on #7A5A56 background

This text has white color on #7A5A56 background.