COLOR #7A5A45

HEX: #7A5A45
RGB: (122,90,69)

Color info

#7A5A45 contains red, green and blue colors in about the same proportion. Web safe color of #7A5A45 is #666633 (or #663).

RGB color model

#7A5A45 color RGB value is (122,90,69).

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

RGB channels and saturation

R 122 of 255 = 48%
G 90 of 255 = 35%
B 69 of 255 = 27%

122
90
69

R + G + B ~ 37%. #7A5A45 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 90 + 69 = 281 (100%)
R 122 of 281 ~ 43.42%
G 90 of 281 ~ 32.03%
B 69 of 281 ~ 24.56%

%43.42
%32.03
%24.56

CMYK color model

#7A5A45 color CMYK value is (0,26,43,52).

  • cyan value is 0.00%
  • magenta value is 26.23%
  • yellow value is 43.44%
  • key color value is 52.16%
CMYK:
(0,26,43,52)
C0M26Y43K52 
(0%,26%,43%,52%)
(0.00/0.26/0.43/0.52)	

CMYK percentages

%0
%26.23
%43.44
%52.16

Codes

Color #7A5A45 in popluar color models

7A5A45
RGB1229069
HSL24°27.75%37.45%
HSB/HSV24°43.44%47.84%
CMYK0.00%26.23%43.44%
52.16%

Color #7A5A45 in popluar number systems.

HEX7A5A45
Decimal1229069
Binary111101010110101000101
Octal172132105

Shades and tints

Shades of #7A5A45

#7A5A45
(122,90,69)
#6F523F
(111,82,63)
#644A39
(100,74,57)
#594233
(89,66,51)
#4E3A2D
(78,58,45)
#433227
(67,50,39)
#382A21
(56,42,33)
#2D221B
(45,34,27)
#221A15
(34,26,21)
#17120F
(23,18,15)
#0C0A09
(12,10,9)
#000000
(0,0,0)

Tints of #7A5A45

#7A5A45
(122,90,69)
#866955
(134,105,85)
#927865
(146,120,101)
#9E8775
(158,135,117)
#AA9685
(170,150,133)
#B6A595
(182,165,149)
#C2B4A5
(194,180,165)
#CEC3B5
(206,195,181)
#DAD2C5
(218,210,197)
#E6E1D5
(230,225,213)
#F2F0E5
(242,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A5A45; }

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

This text font color is #7A5A45.


Background Color

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

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

This div background color is #7A5A45.


Border color

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

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

This div border color is #7A5A45.


Opacity

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

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

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

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

This text has shadow with #7A5A45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5A45 on black background.


Color preview on white background

This text has color #7A5A45 on white background.



Black color preview on #7A5A45 background

This text has black color on #7A5A45 background.


White color preview on #7A5A45 background

This text has white color on #7A5A45 background.