COLOR #7A5A50

HEX: #7A5A50
RGB: (122,90,80)

Color info

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

RGB color model

#7A5A50 color RGB value is (122,90,80).

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

RGB channels and saturation

R 122 of 255 = 48%
G 90 of 255 = 35%
B 80 of 255 = 31%

122
90
80

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

Portions of RGB colors in percentages

R + G + B =
122 + 90 + 80 = 292 (100%)
R 122 of 292 ~ 41.78%
G 90 of 292 ~ 30.82%
B 80 of 292 ~ 27.4%

%41.78
%30.82
%27.4

CMYK color model

#7A5A50 color CMYK value is (0,26,34,52).

  • cyan value is 0.00%
  • magenta value is 26.23%
  • yellow value is 34.43%
  • key color value is 52.16%
CMYK:
(0,26,34,52)
C0M26Y34K52 
(0%,26%,34%,52%)
(0.00/0.26/0.34/0.52)	

CMYK percentages

%0
%26.23
%34.43
%52.16

Codes

Color #7A5A50 in popluar color models

7A5A50
RGB1229080
HSL14°20.79%39.61%
HSB/HSV14°34.43%47.84%
CMYK0.00%26.23%34.43%
52.16%

Color #7A5A50 in popluar number systems.

HEX7A5A50
Decimal1229080
Binary111101010110101010000
Octal172132120

Shades and tints

Shades of #7A5A50

#7A5A50
(122,90,80)
#6F5249
(111,82,73)
#644A42
(100,74,66)
#59423B
(89,66,59)
#4E3A34
(78,58,52)
#43322D
(67,50,45)
#382A26
(56,42,38)
#2D221F
(45,34,31)
#221A18
(34,26,24)
#171211
(23,18,17)
#0C0A0A
(12,10,10)
#000000
(0,0,0)

Tints of #7A5A50

#7A5A50
(122,90,80)
#86695F
(134,105,95)
#92786E
(146,120,110)
#9E877D
(158,135,125)
#AA968C
(170,150,140)
#B6A59B
(182,165,155)
#C2B4AA
(194,180,170)
#CEC3B9
(206,195,185)
#DAD2C8
(218,210,200)
#E6E1D7
(230,225,215)
#F2F0E6
(242,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A5A50; }

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

This text font color is #7A5A50.


Background Color

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

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

This div background color is #7A5A50.


Border color

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

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

This div border color is #7A5A50.


Opacity

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

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

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

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

This text has shadow with #7A5A50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5A50 on black background.


Color preview on white background

This text has color #7A5A50 on white background.



Black color preview on #7A5A50 background

This text has black color on #7A5A50 background.


White color preview on #7A5A50 background

This text has white color on #7A5A50 background.