COLOR #7A5D59

HEX: #7A5D59
RGB: (122,93,89)

Color info

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

RGB color model

#7A5D59 color RGB value is (122,93,89).

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

RGB channels and saturation

R 122 of 255 = 48%
G 93 of 255 = 36%
B 89 of 255 = 35%

122
93
89

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

Portions of RGB colors in percentages

R + G + B =
122 + 93 + 89 = 304 (100%)
R 122 of 304 ~ 40.13%
G 93 of 304 ~ 30.59%
B 89 of 304 ~ 29.28%

%40.13
%30.59
%29.28

CMYK color model

#7A5D59 color CMYK value is (0,24,27,52).

  • cyan value is 0.00%
  • magenta value is 23.77%
  • yellow value is 27.05%
  • key color value is 52.16%
CMYK:
(0,24,27,52)
C0M24Y27K52 
(0%,24%,27%,52%)
(0.00/0.24/0.27/0.52)	

CMYK percentages

%0
%23.77
%27.05
%52.16

Codes

Color #7A5D59 in popluar color models

7A5D59
RGB1229389
HSL15.64%41.37%
HSB/HSV27.05%47.84%
CMYK0.00%23.77%27.05%
52.16%

Color #7A5D59 in popluar number systems.

HEX7A5D59
Decimal1229389
Binary111101010111011011001
Octal172135131

Shades and tints

Shades of #7A5D59

#7A5D59
(122,93,89)
#6F5551
(111,85,81)
#644D49
(100,77,73)
#594541
(89,69,65)
#4E3D39
(78,61,57)
#433531
(67,53,49)
#382D29
(56,45,41)
#2D2521
(45,37,33)
#221D19
(34,29,25)
#171511
(23,21,17)
#0C0D09
(12,13,9)
#000000
(0,0,0)

Tints of #7A5D59

#7A5D59
(122,93,89)
#866B68
(134,107,104)
#927977
(146,121,119)
#9E8786
(158,135,134)
#AA9595
(170,149,149)
#B6A3A4
(182,163,164)
#C2B1B3
(194,177,179)
#CEBFC2
(206,191,194)
#DACDD1
(218,205,209)
#E6DBE0
(230,219,224)
#F2E9EF
(242,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A5D59; }

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

This text font color is #7A5D59.


Background Color

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

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

This div background color is #7A5D59.


Border color

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

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

This div border color is #7A5D59.


Opacity

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

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

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

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

This text has shadow with #7A5D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5D59 on black background.


Color preview on white background

This text has color #7A5D59 on white background.



Black color preview on #7A5D59 background

This text has black color on #7A5D59 background.


White color preview on #7A5D59 background

This text has white color on #7A5D59 background.