COLOR #7A5C37

HEX: #7A5C37
RGB: (122,92,55)

Color info

#7A5C37 contains mainly red and green colors. Web safe color of #7A5C37 is #666633 (or #663).

RGB color model

#7A5C37 color RGB value is (122,92,55).

  • red value is 122;
  • green value is 92;
  • blue value is 55.
RGB:
(122,92,55)
(48%,36%,22%)

RGB channels and saturation

R 122 of 255 = 48%
G 92 of 255 = 36%
B 55 of 255 = 22%

122
92
55

R + G + B ~ 35%. #7A5C37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 92 + 55 = 269 (100%)
R 122 of 269 ~ 45.35%
G 92 of 269 ~ 34.2%
B 55 of 269 ~ 20.45%

%45.35
%34.2
%20.45

CMYK color model

#7A5C37 color CMYK value is (0,25,55,52).

  • cyan value is 0.00%
  • magenta value is 24.59%
  • yellow value is 54.92%
  • key color value is 52.16%
CMYK:
(0,25,55,52)
C0M25Y55K52 
(0%,25%,55%,52%)
(0.00/0.25/0.55/0.52)	

CMYK percentages

%0
%24.59
%54.92
%52.16

Codes

Color #7A5C37 in popluar color models

7A5C37
RGB1229255
HSL33°37.85%34.71%
HSB/HSV33°54.92%47.84%
CMYK0.00%24.59%54.92%
52.16%

Color #7A5C37 in popluar number systems.

HEX7A5C37
Decimal1229255
Binary11110101011100110111
Octal17213467

Shades and tints

Shades of #7A5C37

#7A5C37
(122,92,55)
#6F5432
(111,84,50)
#644C2D
(100,76,45)
#594428
(89,68,40)
#4E3C23
(78,60,35)
#43341E
(67,52,30)
#382C19
(56,44,25)
#2D2414
(45,36,20)
#221C0F
(34,28,15)
#17140A
(23,20,10)
#0C0C05
(12,12,5)
#000000
(0,0,0)

Tints of #7A5C37

#7A5C37
(122,92,55)
#866A49
(134,106,73)
#92785B
(146,120,91)
#9E866D
(158,134,109)
#AA947F
(170,148,127)
#B6A291
(182,162,145)
#C2B0A3
(194,176,163)
#CEBEB5
(206,190,181)
#DACCC7
(218,204,199)
#E6DAD9
(230,218,217)
#F2E8EB
(242,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A5C37 color. Also use rgb(122,92,55) instead hex code.

Text Font Color

.myTextColor { color: #7A5C37; }

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

This text font color is #7A5C37.


Background Color

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

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

This div background color is #7A5C37.


Border color

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

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

This div border color is #7A5C37.


Opacity

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

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

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

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

This text has shadow with #7A5C37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5C37 on black background.


Color preview on white background

This text has color #7A5C37 on white background.



Black color preview on #7A5C37 background

This text has black color on #7A5C37 background.


White color preview on #7A5C37 background

This text has white color on #7A5C37 background.